Uses of Class
org.apache.bookkeeper.common.util.OrderedExecutor
Packages that use OrderedExecutor
Package
Description
Provides a Bookie server that stores entries for clients.
BookKeeper Client.
defines the utilities for allocator used across the project.
Classes related to the Bookkeeper protocol.
Bookkeeper utilities.
-
Uses of OrderedExecutor in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as OrderedExecutorModifier and TypeFieldDescription(package private) final OrderedExecutorEntryMemTableWithParallelFlusher.flushExecutor -
Uses of OrderedExecutor in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as OrderedExecutorModifier and TypeFieldDescription(package private) final OrderedExecutorBookKeeper.mainWorkerPoolMethods in org.apache.bookkeeper.client that return OrderedExecutorModifier and TypeMethodDescriptionBookKeeper.getMainWorkerPool()ClientContext.getMainWorkerPool() -
Uses of OrderedExecutor in org.apache.bookkeeper.common.util
Classes in org.apache.bookkeeper.common.util with type parameters of type OrderedExecutorModifier and TypeClassDescriptionstatic classOrderedExecutor.AbstractBuilder<T extends OrderedExecutor>Abstract builder class to buildOrderedScheduler.Subclasses of OrderedExecutor in org.apache.bookkeeper.common.utilModifier and TypeClassDescriptionclassThis 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 -
Uses of OrderedExecutor in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as OrderedExecutorModifier and TypeFieldDescription(package private) final OrderedExecutorPerChannelBookieClient.executorMethods in org.apache.bookkeeper.proto that return OrderedExecutorModifier and TypeMethodDescription(package private) OrderedExecutorBookieRequestProcessor.getHighPriorityThreadPool()The threadpool used to execute high priority requests.(package private) OrderedExecutorBookieRequestProcessor.getLongPollThreadPool()The threadpool used to execute all long poll requests issued to this server after they are done waiting.(package private) OrderedExecutorBookieRequestProcessor.getReadThreadPool()The threadpool used to execute all read entry requests issued to this server.(package private) OrderedExecutorBookieRequestProcessor.getWriteThreadPool()The threadpool used to execute all add entry requests issued to this server.Constructors in org.apache.bookkeeper.proto with parameters of type OrderedExecutorModifierConstructorDescriptionBookieClientImpl(ClientConfiguration conf, io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.buffer.ByteBufAllocator allocator, OrderedExecutor executor, 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