Uses of Class
org.apache.bookkeeper.common.util.OrderedExecutor
-
Packages that use OrderedExecutor Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.common.util defines the utilities for allocator used across the project.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of OrderedExecutor in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as OrderedExecutor Modifier and Type Field Description (package private) OrderedExecutor
EntryMemTableWithParallelFlusher. flushExecutor
-
Uses of OrderedExecutor in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as OrderedExecutor Modifier and Type Field Description (package private) OrderedExecutor
BookKeeper. mainWorkerPool
Methods in org.apache.bookkeeper.client that return OrderedExecutor Modifier and Type Method Description OrderedExecutor
BookKeeper. getMainWorkerPool()
OrderedExecutor
ClientContext. getMainWorkerPool()
-
Uses of OrderedExecutor in org.apache.bookkeeper.common.util
Classes in org.apache.bookkeeper.common.util with type parameters of type OrderedExecutor Modifier and Type Class Description static class
OrderedExecutor.AbstractBuilder<T extends OrderedExecutor>
Abstract builder class to buildOrderedScheduler
.Subclasses of OrderedExecutor in org.apache.bookkeeper.common.util Modifier and Type Class Description class
OrderedScheduler
This class provides supports submitting tasks with an ordering key, so that tasks submitted with the same key will always be executed in order, but tasks across different keys can be unordered.Methods in org.apache.bookkeeper.common.util that return OrderedExecutor Modifier and Type Method Description OrderedExecutor
OrderedExecutor.Builder. build()
-
Uses of OrderedExecutor in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as OrderedExecutor Modifier and Type Field Description (package private) OrderedExecutor
PerChannelBookieClient. executor
Methods in org.apache.bookkeeper.proto that return OrderedExecutor Modifier and Type Method Description (package private) OrderedExecutor
BookieRequestProcessor. getHighPriorityThreadPool()
The threadpool used to execute high priority requests.(package private) OrderedExecutor
BookieRequestProcessor. getLongPollThreadPool()
The threadpool used to execute all long poll requests issued to this server after they are done waiting.(package private) OrderedExecutor
BookieRequestProcessor. getReadThreadPool()
The threadpool used to execute all read entry requests issued to this server.(package private) OrderedExecutor
BookieRequestProcessor. getWriteThreadPool()
The threadpool used to execute all add entry requests issued to this server.Constructors in org.apache.bookkeeper.proto with parameters of type OrderedExecutor Constructor Description BookieClientImpl(ClientConfiguration conf, io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.buffer.ByteBufAllocator allocator, OrderedExecutor executor, java.util.concurrent.ScheduledExecutorService scheduler, StatsLogger statsLogger, BookieAddressResolver bookieAddressResolver)
PerChannelBookieClient(OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, BookieId bookieId, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, BookieAddressResolver bookieAddressResolver)
PerChannelBookieClient(OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, BookieId addr, BookieAddressResolver bookieAddressResolver)
PerChannelBookieClient(ClientConfiguration conf, OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.buffer.ByteBufAllocator allocator, BookieId bookieId, StatsLogger parentStatsLogger, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, BookieAddressResolver bookieAddressResolver)
PerChannelBookieClient(ClientConfiguration conf, OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, BookieId bookieId, StatsLogger parentStatsLogger, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, PerChannelBookieClientPool pcbcPool, BookieAddressResolver bookieAddressResolver)
-
Uses of OrderedExecutor in org.apache.bookkeeper.util
Constructors in org.apache.bookkeeper.util with parameters of type OrderedExecutor Constructor Description OrderedGenericCallback(OrderedExecutor executor, long orderingKey)
-