Uses of Package
org.apache.bookkeeper.common.util
-
Packages that use org.apache.bookkeeper.common.util Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage.org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.common.concurrent Utility classes commonly useful in concurrent programming.org.apache.bookkeeper.common.util defines the utilities for allocator used across the project.org.apache.bookkeeper.conf Configurations used by bookkeeper.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.util Bookkeeper utilities. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.bookie Class Description MemoryLimitController Controller for tracking the amount of memory used for some task.OrderedExecutor This class 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.Recyclable An interface represents an object that is recyclable.Watchable This class represents an watchable object, or "data" in the model-view paradigm.Watcher A class can implement theWatcher
interface when it wants to be informed of one-time changes in watchable objects. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.bookie.storage.ldb Class Description Recyclable An interface represents an object that is recyclable.Watchable This class represents an watchable object, or "data" in the model-view paradigm.Watcher A class can implement theWatcher
interface when it wants to be informed of one-time changes in watchable objects. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.client Class Description OrderedExecutor This class 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.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. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.common.concurrent Class Description 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. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.common.util Class Description Backoff.Constant A constant backoff policy.Backoff.Exponential A exponential backoff policy.Backoff.Jitter A Jittered backoff policy.Backoff.Jitter.Type Jitter type.Backoff.Policy Back off policy.ExceptionMessageHelper Utility to make it easier to add context to exception messages.JsonUtil.ParseJsonException A JSON parsing exception.OrderedExecutor This class 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.OrderedExecutor.AbstractBuilder Abstract builder class to buildOrderedScheduler
.OrderedExecutor.Builder A builder class for an OrderedExecutor.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.OrderedScheduler.SchedulerBuilder Builder to build ordered scheduler.Recyclable An interface represents an object that is recyclable.SafeRunnable A runnable that catches runtime exceptions.SharedResourceManager A holder for shared resource singletons.SharedResourceManager.Resource Defines a resource, and the way to create and destroy instances of it.SingleThreadExecutor.State Watcher A class can implement theWatcher
interface when it wants to be informed of one-time changes in watchable objects. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.conf Class Description JsonUtil.ParseJsonException A JSON parsing exception. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.proto Class Description OrderedExecutor This class 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.Watcher A class can implement theWatcher
interface when it wants to be informed of one-time changes in watchable objects. -
Classes in org.apache.bookkeeper.common.util used by org.apache.bookkeeper.util Class Description OrderedExecutor This class 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.SafeRunnable A runnable that catches runtime exceptions.