Interface WriteBehindConfiguration<R>

    • Method Detail

      • getConcurrency

        int getConcurrency()
        The concurrency of the write behind engines queues.
        Returns:
        the write behind concurrency
      • getMaxQueueSize

        int getMaxQueueSize()
        The maximum number of operations allowed on each write behind queue.

        Only positive values are legal.

        Returns:
        the maximum queue size
      • getThreadPoolAlias

        java.lang.String getThreadPoolAlias()
        Returns the alias of the thread resource pool to use for write behind task execution.
        Returns:
        the thread pool alias