Class CoreTransactionsSchedulers

java.lang.Object
com.couchbase.client.core.transaction.util.CoreTransactionsSchedulers

@Internal public class CoreTransactionsSchedulers extends Object
Mainly to aid debugging, transactions use their own pool of schedulers. Though the underlying KV and query operations are done using the standard SDK schedulers.
  • Constructor Details

    • CoreTransactionsSchedulers

      public CoreTransactionsSchedulers()
  • Method Details

    • schedulerBlocking

      public reactor.core.scheduler.Scheduler schedulerBlocking()
    • blockingExecutor

      public ExecutorService blockingExecutor()
    • shutdown

      public void shutdown()