- call() - Method in class org.apache.bookkeeper.common.util.OrderedExecutor.ContextPreservingCallable
-
- call() - Method in class org.apache.bookkeeper.common.util.OrderedExecutor.TimedCallable
-
- callable - Variable in class org.apache.bookkeeper.common.util.OrderedExecutor.TimedCallable
-
- canEqual(Object) - Method in class org.apache.bookkeeper.common.conf.validators.ClassValidator
-
- canEqual(Object) - Method in class org.apache.bookkeeper.common.conf.validators.RangeValidator
-
- canEqual(Object) - Method in class org.apache.bookkeeper.common.net.ServiceURI
-
- canEqual(Object) - Method in class org.apache.bookkeeper.common.util.Backoff.Constant
-
- canEqual(Object) - Method in class org.apache.bookkeeper.common.util.Backoff.Exponential
-
- canEqual(Object) - Method in class org.apache.bookkeeper.common.util.Backoff.Jitter
-
- canMoveToClosed() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
- canMoveToStarted() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
- canMoveToStopped() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
- children() - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
The list of sub key-groups of this key group.
- children(List<String>) - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
The list of sub key-groups of this key group.
- children(List<String>) - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup.ConfigKeyGroupBuilder
-
The list of sub key-groups of this key group.
- chooseThread() - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
- chooseThread(Object) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
- chooseThread(long) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
skip hashcode generation in this special case.
- chooseThread() - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
- chooseThread(Object) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
- chooseThread(long) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
- chooseThreadIdx(long, int) - Static method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
- ClassValidator<T> - Class in org.apache.bookkeeper.common.conf.validators
-
Validator that validates a configuration setting is returning a given type of class.
- ClassValidator(Class<T>) - Constructor for class org.apache.bookkeeper.common.conf.validators.ClassValidator
-
- clear() - Method in class org.apache.bookkeeper.common.collections.BatchedArrayBlockingQueue
-
- clear() - Method in class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- clear() - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- clearProperty(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- clearPropertyDirect(String) - Method in class org.apache.bookkeeper.common.conf.ConcurrentConfiguration
-
- close() - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- close() - Method in class org.apache.bookkeeper.common.component.AutoCloseableLifecycleComponent
-
- close() - Method in interface org.apache.bookkeeper.common.component.LifecycleComponent
-
- close() - Method in class org.apache.bookkeeper.common.component.LifecycleComponentStack
-
- close(T) - Method in interface org.apache.bookkeeper.common.util.SharedResourceManager.Resource
-
Destroy the given instance.
- closed() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
Returns true if the state is closed.
- collect(List<CompletableFuture<T>>) - Static method in class org.apache.bookkeeper.common.concurrent.FutureUtils
-
- complete(CompletableFuture<T>, T) - Static method in class org.apache.bookkeeper.common.concurrent.FutureUtils
-
- completeExceptionally(CompletableFuture<T>, Throwable) - Static method in class org.apache.bookkeeper.common.concurrent.FutureUtils
-
- ComponentConfiguration - Class in org.apache.bookkeeper.common.conf
-
Component Configuration.
- ComponentConfiguration(CompositeConfiguration, String) - Constructor for class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- ComponentInfoPublisher - Class in org.apache.bookkeeper.common.component
-
Allows a component to publish information about
the services it implements, the endpoints it exposes
and other useful information for management tools and client.
- ComponentInfoPublisher() - Constructor for class org.apache.bookkeeper.common.component.ComponentInfoPublisher
-
- ComponentInfoPublisher.EndpointInfo - Class in org.apache.bookkeeper.common.component
-
Endpoint information.
- componentName - Variable in class org.apache.bookkeeper.common.component.AbstractComponent
-
- ComponentShutdownHook(LifecycleComponent, CompletableFuture<Void>) - Constructor for class org.apache.bookkeeper.common.component.ComponentStarter.ComponentShutdownHook
-
- ComponentStarter - Class in org.apache.bookkeeper.common.component
-
Utils to start components.
- ComponentStarter() - Constructor for class org.apache.bookkeeper.common.component.ComponentStarter
-
- ComponentStarter.ComponentShutdownHook - Class in org.apache.bookkeeper.common.component
-
- ConcurrentConfiguration - Class in org.apache.bookkeeper.common.conf
-
Configuration view built on concurrent hash map for fast thread-safe access.
- ConcurrentConfiguration() - Constructor for class org.apache.bookkeeper.common.conf.ConcurrentConfiguration
-
- conf - Variable in class org.apache.bookkeeper.common.component.AbstractComponent
-
- ConfigDef - Class in org.apache.bookkeeper.common.conf
-
A definition of a configuration instance.
- ConfigDef.Builder - Class in org.apache.bookkeeper.common.conf
-
Builder to build a configuration definition.
- ConfigException - Exception in org.apache.bookkeeper.common.conf
-
Exception thrown for configuration errors.
- ConfigException(String) - Constructor for exception org.apache.bookkeeper.common.conf.ConfigException
-
Construct a config exception with provided error.
- ConfigException(String, Throwable) - Constructor for exception org.apache.bookkeeper.common.conf.ConfigException
-
Construct a config exception with provided error and reason.
- ConfigKey - Class in org.apache.bookkeeper.common.conf
-
A configuration key in a configuration.
- ConfigKey(boolean, String, Type, String, String, Object, List<String>, Validator, ConfigKeyGroup, int, List<String>, boolean, String, String, String) - Constructor for class org.apache.bookkeeper.common.conf.ConfigKey
-
- ConfigKey.ConfigKeyBuilder - Class in org.apache.bookkeeper.common.conf
-
- ConfigKeyBuilder() - Constructor for class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
- ConfigKeyGroup - Class in org.apache.bookkeeper.common.conf
-
Define a group of configuration settings.
- ConfigKeyGroup(String, String, List<String>, int) - Constructor for class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
- ConfigKeyGroup.ConfigKeyGroupBuilder - Class in org.apache.bookkeeper.common.conf
-
- ConfigKeyGroupBuilder() - Constructor for class org.apache.bookkeeper.common.conf.ConfigKeyGroup.ConfigKeyGroupBuilder
-
- constant(long) - Static method in class org.apache.bookkeeper.common.util.Backoff
-
Create a stream with constant backoffs.
- containsKey(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- containsKey(String) - Method in class org.apache.bookkeeper.common.conf.ConcurrentConfiguration
-
- ContextPreservingCallable(Callable<T>) - Constructor for class org.apache.bookkeeper.common.util.OrderedExecutor.ContextPreservingCallable
-
- ContextPreservingRunnable(Runnable) - Constructor for class org.apache.bookkeeper.common.util.OrderedExecutor.ContextPreservingRunnable
-
- create(String) - Static method in class org.apache.bookkeeper.common.net.ServiceURI
-
Create a service uri instance from a uri string.
- create(URI) - Static method in class org.apache.bookkeeper.common.net.ServiceURI
-
Create a service uri instance from a URI instance.
- create() - Static method in class org.apache.bookkeeper.common.util.SharedResourceManager
-
- create(Supplier<ScheduledExecutorService>) - Static method in class org.apache.bookkeeper.common.util.SharedResourceManager
-
- create() - Method in interface org.apache.bookkeeper.common.util.SharedResourceManager.Resource
-
Create a new instance of the resource.
- createFuture() - Static method in class org.apache.bookkeeper.common.concurrent.FutureUtils
-
- createSingleThreadExecutor(ThreadFactory) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
- createSingleThreadExecutor(ThreadFactory) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
- currentUsage() - Method in class org.apache.bookkeeper.common.util.MemoryLimitController
-
- decorrelatedJittered(long, long) - Static method in class org.apache.bookkeeper.common.util.Backoff
-
Create an infinite backoffs that have jitter with a random distribution
between startMs and 3 times the previously selected value, capped at maxMs.
- DEFAULT - Static variable in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
The default key group.
- DEFAULT - Static variable in class org.apache.bookkeeper.common.util.Backoff
-
- DEFAULT_LOCAL_STREAM_STORAGE_SERVICE_URI - Static variable in class org.apache.bookkeeper.common.net.ServiceURI
-
The default local bk service uri.
- defaultValue(Object) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
Default value as a string representation.
- defaultValue() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Default value as a string representation.
- defaultValue(Object) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Default value as a string representation.
- delegate() - Method in class org.apache.bookkeeper.common.util.BoundedExecutorService
-
- delegate() - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- delegate() - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- deleteWatcher(Watcher<T>) - Method in class org.apache.bookkeeper.common.util.Watchable
-
Deletes an watcher from the set of watcher of this object.
- deleteWatchers() - Method in class org.apache.bookkeeper.common.util.Watchable
-
Clears the watcher list so that this object no longer has any watchers.
- DELIMITER - Static variable in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- dependents(List<String>) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The list of settings dependents on this setting.
- dependents() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The list of settings dependents on this setting.
- dependents(List<String>) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The list of settings dependents on this setting.
- deprecated(boolean) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
Whether this setting is deprecated or not.
- deprecated() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Whether this setting is deprecated or not.
- deprecated(boolean) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Whether this setting is deprecated or not.
- deprecatedByConfigKey(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The config key that deprecates this key.
- deprecatedByConfigKey() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The config key that deprecates this key.
- deprecatedByConfigKey(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The config key that deprecates this key.
- deprecatedSince(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The version when this settings was deprecated.
- deprecatedSince() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The version when this settings was deprecated.
- deprecatedSince(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The version when this settings was deprecated.
- description(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
Description of the configuration setting.
- description() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Description of the configuration setting.
- description(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Description of the configuration setting.
- description(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup.ConfigKeyGroupBuilder
-
Description of the key group.
- description() - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
Description of the key group.
- description(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
Description of the key group.
- DESTROY_DELAY_SECONDS - Static variable in class org.apache.bookkeeper.common.util.SharedResourceManager
-
- doClose() - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- doClose() - Method in class org.apache.bookkeeper.common.component.RxSchedulerLifecycleComponent
-
- documentation(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
Documentation of the configuration setting.
- documentation() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Documentation of the configuration setting.
- documentation(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Documentation of the configuration setting.
- documentation() - Method in interface org.apache.bookkeeper.common.conf.Validator
-
Return the documentation for a given validator.
- documentation() - Method in class org.apache.bookkeeper.common.conf.validators.ClassValidator
-
- documentation() - Method in class org.apache.bookkeeper.common.conf.validators.RangeValidator
-
- doStart() - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- doStart() - Method in class org.apache.bookkeeper.common.component.RxSchedulerLifecycleComponent
-
- doStop() - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- doStop() - Method in class org.apache.bookkeeper.common.component.RxSchedulerLifecycleComponent
-
- drainTo(Collection<? super T>) - Method in class org.apache.bookkeeper.common.collections.BatchedArrayBlockingQueue
-
- drainTo(Collection<? super T>, int) - Method in class org.apache.bookkeeper.common.collections.BatchedArrayBlockingQueue
-
- drainTo(Collection<? super T>) - Method in class org.apache.bookkeeper.common.collections.BlockingMpscQueue
-
- drainTo(Collection<? super T>, int) - Method in class org.apache.bookkeeper.common.collections.BlockingMpscQueue
-
- drainTo(Collection<? super T>) - Method in class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- drainTo(Collection<? super T>, int) - Method in class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- get(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting value from the provided conf.
- get(SharedResourceManager.Resource<T>) - Method in class org.apache.bookkeeper.common.util.SharedResourceManager
-
- getAuth() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher.EndpointInfo
-
- getBigDecimal(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getBigDecimal(String, BigDecimal) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getBigInteger(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getBigInteger(String, BigInteger) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getBoolean(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getBoolean(String, boolean) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getBoolean(String, Boolean) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getBoolean(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Boolean value.
- getBoundedExecutor(ExecutorService) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
- getBoundedExecutor(ExecutorService) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
- getByte(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getByte(String, byte) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getByte(String, Byte) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getClass(Configuration, Class<T>) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Class value.
- getClass(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Class value.
- getClass(Configuration, String, Class<?>, ClassLoader) - Static method in class org.apache.bookkeeper.common.util.ReflectionUtils
-
Get the value of the name property as a Class.
- getClass(Configuration, String, Class<? extends T>, Class<T>, ClassLoader) - Static method in class org.apache.bookkeeper.common.util.ReflectionUtils
-
Get the value of the name property as a Class implementing
the interface specified by xface.
- getCompletedTasksCount() - Method in class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- getComponent(int) - Method in class org.apache.bookkeeper.common.component.LifecycleComponentStack
-
- getConf() - Method in class org.apache.bookkeeper.common.component.AbstractComponent
-
- getCounter(String) - Method in class org.apache.bookkeeper.common.stats.BroadCastStatsLogger.Two
-
- getDouble(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getDouble(String, double) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getDouble(String, Double) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getDouble(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Double value.
- getEndpoints() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher
-
- getExtensions() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher.EndpointInfo
-
- getFailedTasksCount() - Method in class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- getFloat(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getFloat(String, float) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getFloat(String, Float) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getGroups() - Method in class org.apache.bookkeeper.common.conf.ConfigDef
-
- getHost() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher.EndpointInfo
-
- getId() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher.EndpointInfo
-
- getInt(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getInt(String, int) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getInt(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Integer value.
- getInteger(String, Integer) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getInterfaceClass() - Method in class org.apache.bookkeeper.common.conf.validators.ClassValidator
-
- getKeyName(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getKeys(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getKeys() - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getKeys() - Method in class org.apache.bookkeeper.common.conf.ConcurrentConfiguration
-
- getKeys() - Method in class org.apache.bookkeeper.common.conf.ConfigDef
-
- getLimit() - Method in class org.apache.bookkeeper.common.util.Backoff.Constant
-
- getLimit() - Method in class org.apache.bookkeeper.common.util.Backoff.Exponential
-
- getLimit() - Method in class org.apache.bookkeeper.common.util.Backoff.Jitter
-
- getList(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getList(String, List<?>) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getList(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Class value.
- getLong(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getLong(String, long) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getLong(String, Long) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getLong(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Long value.
- getMax() - Method in class org.apache.bookkeeper.common.conf.validators.RangeValidator
-
- getMaxMs() - Method in class org.apache.bookkeeper.common.util.Backoff.Exponential
-
- getMaxMs() - Method in class org.apache.bookkeeper.common.util.Backoff.Jitter
-
- getMin() - Method in class org.apache.bookkeeper.common.conf.validators.RangeValidator
-
- getMs() - Method in class org.apache.bookkeeper.common.util.Backoff.Constant
-
- getMultiplier() - Method in class org.apache.bookkeeper.common.util.Backoff.Exponential
-
- getName() - Method in class org.apache.bookkeeper.common.component.AbstractComponent
-
- getName() - Method in class org.apache.bookkeeper.common.component.AutoCloseableLifecycleComponent
-
- getName() - Method in interface org.apache.bookkeeper.common.component.LifecycleComponent
-
- getName() - Method in class org.apache.bookkeeper.common.component.LifecycleComponentStack
-
- getNumComponents() - Method in class org.apache.bookkeeper.common.component.LifecycleComponentStack
-
- getNumWatchers() - Method in class org.apache.bookkeeper.common.util.Watchable
-
- getOpStatsLogger(String) - Method in class org.apache.bookkeeper.common.stats.BroadCastStatsLogger.Two
-
- getPort() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher.EndpointInfo
-
- getProperties() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher
-
- getProperties(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getProperty(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getProperty(String) - Method in class org.apache.bookkeeper.common.conf.ConcurrentConfiguration
-
- getProtocol() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher.EndpointInfo
-
- getQueuedTasksCount() - Method in class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- getRejectedTasksCount() - Method in class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- getServiceHosts() - Method in class org.apache.bookkeeper.common.net.ServiceURI
-
- getServiceInfos() - Method in class org.apache.bookkeeper.common.net.ServiceURI
-
- getServiceName() - Method in class org.apache.bookkeeper.common.net.ServiceURI
-
- getServicePath() - Method in class org.apache.bookkeeper.common.net.ServiceURI
-
- getServiceUser() - Method in class org.apache.bookkeeper.common.net.ServiceURI
-
- getSettings() - Method in class org.apache.bookkeeper.common.conf.ConfigDef
-
- getShort(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getShort(String, short) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getShort(String, Short) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getShort(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a Short value.
- getStartMs() - Method in class org.apache.bookkeeper.common.util.Backoff.Exponential
-
- getStartMs() - Method in class org.apache.bookkeeper.common.util.Backoff.Jitter
-
- getStatsLogger() - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- getString(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getString(String, String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getString(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Retrieve the setting from the configuration conf as a String value.
- getStringArray(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getSubmittedTasksCount() - Method in class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- getThreadFactory(String, boolean) - Static method in class org.apache.bookkeeper.common.util.ExecutorUtils
-
Get a ThreadFactory suitable for use in the current environment.
- getThreadID(long) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
- getThreadScopedCounter(String) - Method in class org.apache.bookkeeper.common.stats.BroadCastStatsLogger.Two
-
Thread-scoped stats not currently supported.
- getThreadScopedOpStatsLogger(String) - Method in class org.apache.bookkeeper.common.stats.BroadCastStatsLogger.Two
-
Thread-scoped stats not currently supported.
- getType() - Method in class org.apache.bookkeeper.common.util.Backoff.Jitter
-
- getUnderlyingConf() - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- getUri() - Method in class org.apache.bookkeeper.common.net.ServiceURI
-
- group(ConfigKeyGroup) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The key-group to group settings together.
- group() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The key-group to group settings together.
- group(ConfigKeyGroup) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The key-group to group settings together.
- GrowableMpScArrayConsumerBlockingQueue<T> - Class in org.apache.bookkeeper.common.collections
-
This implements a BlockingQueue backed by an array with no fixed capacity.
- GrowableMpScArrayConsumerBlockingQueue() - Constructor for class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- GrowableMpScArrayConsumerBlockingQueue(int) - Constructor for class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- of(Class) - Static method in class org.apache.bookkeeper.common.conf.ConfigDef
-
Build the config definitation of a config class.
- of(Class<T>) - Static method in class org.apache.bookkeeper.common.conf.validators.ClassValidator
-
Create a validator to validate if a setting is returning a class that extends from
interfaceClass.
- of() - Static method in class org.apache.bookkeeper.common.conf.validators.NullValidator
-
Return the instance of NullValidator.
- of(long) - Static method in class org.apache.bookkeeper.common.util.Backoff.Constant
-
Create infinite constant backoff stream.
- of(long, long) - Static method in class org.apache.bookkeeper.common.util.Backoff.Constant
-
- of(long, long, int) - Static method in class org.apache.bookkeeper.common.util.Backoff.Exponential
-
Create an infinite exponential backoff policy.
- of(long, long, int, int) - Static method in class org.apache.bookkeeper.common.util.Backoff.Exponential
-
- of(Backoff.Jitter.Type, long, long) - Static method in class org.apache.bookkeeper.common.util.Backoff.Jitter
-
Create infinite jittered backoff stream.
- of(Backoff.Jitter.Type, long, long, long) - Static method in class org.apache.bookkeeper.common.util.Backoff.Jitter
-
- offer(T) - Method in class org.apache.bookkeeper.common.collections.BatchedArrayBlockingQueue
-
- offer(T, long, TimeUnit) - Method in class org.apache.bookkeeper.common.collections.BatchedArrayBlockingQueue
-
- offer(T, long, TimeUnit) - Method in class org.apache.bookkeeper.common.collections.BlockingMpscQueue
-
- offer(T) - Method in class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- offer(T, long, TimeUnit) - Method in class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- onFailure(Throwable) - Method in interface org.apache.bookkeeper.common.concurrent.FutureEventListener
-
- onFailure(Throwable) - Method in class org.apache.bookkeeper.common.stats.OpStatsListener
-
- onSpinWait() - Static method in class org.apache.bookkeeper.common.collections.BusyWait
-
If available (Java 9+), use intrinsic Thread#onSpinWait which will
reduce CPU consumption during the wait, otherwise fallback to regular
spinning.
- onSuccess(T) - Method in interface org.apache.bookkeeper.common.concurrent.FutureEventListener
-
- onSuccess(T) - Method in class org.apache.bookkeeper.common.stats.OpStatsListener
-
- OpStatsListener<T> - Class in org.apache.bookkeeper.common.stats
-
- OpStatsListener(OpStatsLogger, Stopwatch) - Constructor for class org.apache.bookkeeper.common.stats.OpStatsListener
-
- OpStatsListener(OpStatsLogger) - Constructor for class org.apache.bookkeeper.common.stats.OpStatsListener
-
- optionValues(List<String>) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The list of options for this setting.
- optionValues() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The list of options for this setting.
- optionValues(List<String>) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The list of options for this setting.
- order(int) - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup.ConfigKeyGroupBuilder
-
The order of the key-group in a configuration.
- order() - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
The order of the key-group in a configuration.
- order(int) - Method in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
The order of the key-group in a configuration.
- OrderedExecutor - Class in org.apache.bookkeeper.common.util
-
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(String, int, ThreadFactory, StatsLogger, boolean, boolean, long, int, boolean, boolean) - Constructor for class org.apache.bookkeeper.common.util.OrderedExecutor
-
Constructs Safe executor.
- OrderedExecutor.AbstractBuilder<T extends OrderedExecutor> - Class in org.apache.bookkeeper.common.util
-
- OrderedExecutor.Builder - Class in org.apache.bookkeeper.common.util
-
A builder class for an OrderedExecutor.
- OrderedExecutor.ContextPreservingCallable<T> - Class in org.apache.bookkeeper.common.util
-
Decorator class for a callable that preserves MDC context.
- OrderedExecutor.ContextPreservingRunnable - Class in org.apache.bookkeeper.common.util
-
Decorator class for a runnable that preserves MDC context.
- OrderedExecutor.TimedCallable<T> - Class in org.apache.bookkeeper.common.util
-
Decorator class for a callable that measure the execution time.
- OrderedExecutor.TimedRunnable - Class in org.apache.bookkeeper.common.util
-
Decorator class for a runnable that measure the execution time.
- OrderedScheduler - Class in org.apache.bookkeeper.common.util
-
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.OrderedSchedulerDecoratedThread - Class in org.apache.bookkeeper.common.util
-
- OrderedScheduler.SchedulerBuilder - Class in org.apache.bookkeeper.common.util
-
Builder to build ordered scheduler.
- ORDERING - Static variable in class org.apache.bookkeeper.common.conf.ConfigKey
-
- ORDERING - Static variable in class org.apache.bookkeeper.common.conf.ConfigKeyGroup
-
Ordering the key groups in a configuration.
- orderInGroup(int) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The order of the setting in the key-group.
- orderInGroup() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The order of the setting in the key-group.
- orderInGroup(int) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The order of the setting in the key-group.
- org.apache.bookkeeper.common.annotation - package org.apache.bookkeeper.common.annotation
-
Annotations used across the whole project.
- org.apache.bookkeeper.common.collections - package org.apache.bookkeeper.common.collections
-
Bookkeeper common collections.
- org.apache.bookkeeper.common.component - package org.apache.bookkeeper.common.component
-
Component and lifecycle management.
- org.apache.bookkeeper.common.concurrent - package org.apache.bookkeeper.common.concurrent
-
Utility classes commonly useful in concurrent programming.
- org.apache.bookkeeper.common.conf - package org.apache.bookkeeper.common.conf
-
Configuration related utilities.
- org.apache.bookkeeper.common.conf.validators - package org.apache.bookkeeper.common.conf.validators
-
A collection of validators that validate configuration settings.
- org.apache.bookkeeper.common.net - package org.apache.bookkeeper.common.net
-
Classes for resolving service uris in bookkeeper.
- org.apache.bookkeeper.common.stats - package org.apache.bookkeeper.common.stats
-
Stats Related Utils.
- org.apache.bookkeeper.common.util - package org.apache.bookkeeper.common.util
-
Util functions used across the project.
- org.apache.bookkeeper.util - package org.apache.bookkeeper.util
-
defines the utilities used across the project.
- safeRun() - Method in interface org.apache.bookkeeper.common.util.SafeRunnable
-
- safeRun(Runnable) - Static method in interface org.apache.bookkeeper.common.util.SafeRunnable
-
Utility method to use SafeRunnable from lambdas.
- safeRun(Runnable, Consumer<Throwable>) - Static method in interface org.apache.bookkeeper.common.util.SafeRunnable
-
Utility method to use SafeRunnable from lambdas with
a custom exception handler.
- SafeRunnable - Interface in org.apache.bookkeeper.common.util
-
A runnable that catches runtime exceptions.
- save(Path) - Method in class org.apache.bookkeeper.common.conf.ConfigDef
-
- save(OutputStream) - Method in class org.apache.bookkeeper.common.conf.ConfigDef
-
- sb - Variable in class org.apache.bookkeeper.common.util.ExceptionMessageHelper
-
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.SingleThreadSafeScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.SingleThreadSafeScheduledExecutorService
-
- scheduleAtFixedRateOrdered(Object, Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
Creates and executes a periodic action that becomes enabled first after
the given initial delay, and subsequently with the given period.
- scheduleOrdered(Object, Runnable, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
Creates and executes a one-shot action that becomes enabled after the given delay.
- SchedulerBuilder() - Constructor for class org.apache.bookkeeper.common.util.OrderedScheduler.SchedulerBuilder
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.SingleThreadSafeScheduledExecutorService
-
- scheduleWithFixedDelayOrdered(Object, Runnable, long, long, TimeUnit) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently
with the given delay between the termination of one execution and the commencement of the next.
- scope(String) - Method in class org.apache.bookkeeper.common.stats.BroadCastStatsLogger.MasterSlave
-
- scope(String) - Method in class org.apache.bookkeeper.common.stats.BroadCastStatsLogger.Two
-
- second - Variable in class org.apache.bookkeeper.common.stats.BroadCastStatsLogger.Two
-
- SERVICE_BK - Static variable in class org.apache.bookkeeper.common.net.ServiceURI
-
Service string for bookkeeper service.
- SERVICE_BK_PORT - Static variable in class org.apache.bookkeeper.common.net.ServiceURI
-
- SERVICE_DLOG - Static variable in class org.apache.bookkeeper.common.net.ServiceURI
-
Service string for dlog service.
- SERVICE_ZK - Static variable in class org.apache.bookkeeper.common.net.ServiceURI
-
Service string for ledger service that uses zookeeper as metadata store.
- ServiceURI - Class in org.apache.bookkeeper.common.net
-
ServiceURI represents service uri within bookkeeper cluster.
- set(Configuration, Object) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Update the setting name in the configuration conf with the provided value.
- setExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- setExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.apache.bookkeeper.common.component.AutoCloseableLifecycleComponent
-
- setExceptionHandler(Thread.UncaughtExceptionHandler) - Method in interface org.apache.bookkeeper.common.component.LifecycleComponent
-
Set the default handler invoked when a lifecycle component
abruptly terminates due an uncaught exception.
- setExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.apache.bookkeeper.common.component.LifecycleComponentStack
-
- setProperty(String, Object) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- shared() - Static method in class org.apache.bookkeeper.common.util.SharedResourceManager
-
- SharedResourceManager - Class in org.apache.bookkeeper.common.util
-
A holder for shared resource singletons.
- SharedResourceManager.Resource<T> - Interface in org.apache.bookkeeper.common.util
-
Defines a resource, and the way to create and destroy instances of it.
- shutdown() - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
- shutdown() - Method in class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- shutdownNow() - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
- shutdownNow() - Method in class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- signSafeMod(long, int) - Static method in class org.apache.bookkeeper.common.util.MathUtils
-
- since(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The version when this setting was introduced.
- since() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The version when this setting was introduced.
- since(String) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The version when this setting was introduced.
- SingleThreadExecutor - Class in org.apache.bookkeeper.common.util
-
Implements a single thread executor that drains the queue in batches to minimize contention between threads.
- SingleThreadExecutor(ThreadFactory) - Constructor for class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- SingleThreadExecutor(ThreadFactory, int, boolean) - Constructor for class org.apache.bookkeeper.common.util.SingleThreadExecutor
-
- SingleThreadExecutor.State - Enum in org.apache.bookkeeper.common.util
-
- SingleThreadSafeScheduledExecutorService - Class in org.apache.bookkeeper.common.util
-
- SingleThreadSafeScheduledExecutorService(ThreadFactory) - Constructor for class org.apache.bookkeeper.common.util.SingleThreadSafeScheduledExecutorService
-
- size() - Method in class org.apache.bookkeeper.common.collections.BatchedArrayBlockingQueue
-
- size() - Method in class org.apache.bookkeeper.common.collections.GrowableMpScArrayConsumerBlockingQueue
-
- start() - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- start() - Method in class org.apache.bookkeeper.common.component.AutoCloseableLifecycleComponent
-
- start() - Method in interface org.apache.bookkeeper.common.component.LifecycleComponent
-
- start() - Method in class org.apache.bookkeeper.common.component.LifecycleComponentStack
-
- startComponent(LifecycleComponent) - Static method in class org.apache.bookkeeper.common.component.ComponentStarter
-
Start a component and register a shutdown hook.
- started() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
Returns true if the state is started.
- startupFinished() - Method in class org.apache.bookkeeper.common.component.ComponentInfoPublisher
-
Called by the framework to signal that preparation of startup is done,
so we have gathered all of the available information.
- state() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
- stats(CompletableFuture<T>, OpStatsLogger, Stopwatch) - Static method in class org.apache.bookkeeper.common.concurrent.FutureUtils
-
Add a event listener over result for collecting the operation stats.
- statsLogger - Variable in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- statsLogger - Variable in class org.apache.bookkeeper.common.util.OrderedExecutor.AbstractBuilder
-
- statsLogger(StatsLogger) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor.AbstractBuilder
-
- stop() - Method in class org.apache.bookkeeper.common.component.AbstractLifecycleComponent
-
- stop() - Method in class org.apache.bookkeeper.common.component.AutoCloseableLifecycleComponent
-
- stop() - Method in interface org.apache.bookkeeper.common.component.LifecycleComponent
-
- stop() - Method in class org.apache.bookkeeper.common.component.LifecycleComponentStack
-
- stopped() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
Returns true if the state is stopped.
- stoppedOrClosed() - Method in class org.apache.bookkeeper.common.component.Lifecycle
-
- StreamUtil - Class in org.apache.bookkeeper.common.util
-
Java Stream related operations.
- StreamUtil() - Constructor for class org.apache.bookkeeper.common.util.StreamUtil
-
- submit(Callable<T>) - Method in class org.apache.bookkeeper.common.util.BoundedExecutorService
-
- submit(Runnable) - Method in class org.apache.bookkeeper.common.util.BoundedExecutorService
-
- submit(Runnable, T) - Method in class org.apache.bookkeeper.common.util.BoundedExecutorService
-
- submit(Callable<T>) - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- submit(Runnable) - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- submit(Runnable, T) - Method in class org.apache.bookkeeper.common.util.BoundedScheduledExecutorService
-
- submit(Callable<T>) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
- submit(Runnable, T) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
- submit(Runnable) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
- submit(Callable<T>) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- submit(Runnable) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- submit(Runnable, T) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler.OrderedSchedulerDecoratedThread
-
- submit(Runnable) - Method in class org.apache.bookkeeper.common.util.SingleThreadSafeScheduledExecutorService
-
- submitOrdered(long, Callable<T>) - Method in class org.apache.bookkeeper.common.util.OrderedExecutor
-
- submitOrdered(Object, Callable<T>) - Method in class org.apache.bookkeeper.common.util.OrderedScheduler
-
schedules a one time action to execute with an ordering guarantee on the key.
- subset(String) - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- validate() - Method in class org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- validate(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigDef
-
Validate if the provided conf is a valid configuration of this configuration definition.
- validate(Configuration) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
Validate the setting is valid in the provided config conf.
- validate(String, Object) - Method in interface org.apache.bookkeeper.common.conf.Validator
-
Validates the configuration value.
- validate(String, Object) - Method in class org.apache.bookkeeper.common.conf.validators.ClassValidator
-
- validate(String, Object) - Method in class org.apache.bookkeeper.common.conf.validators.NullValidator
-
- validate(String, Object) - Method in class org.apache.bookkeeper.common.conf.validators.RangeValidator
-
- validator(Validator) - Method in class org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
-
The validator used for validating configuration value.
- validator() - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The validator used for validating configuration value.
- validator(Validator) - Method in class org.apache.bookkeeper.common.conf.ConfigKey
-
The validator used for validating configuration value.
- validator() - Method in enum org.apache.bookkeeper.common.conf.Type
-
- Validator - Interface in org.apache.bookkeeper.common.conf
-
Validator that validates configuration settings.
- value(T) - Static method in class org.apache.bookkeeper.common.concurrent.FutureUtils
-
- valueOf(String) - Static method in enum org.apache.bookkeeper.common.component.Lifecycle.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.bookkeeper.common.conf.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.bookkeeper.common.util.Backoff.Jitter.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.bookkeeper.common.util.SingleThreadExecutor.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.bookkeeper.common.component.Lifecycle.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.bookkeeper.common.conf.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.bookkeeper.common.util.Backoff.Jitter.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.bookkeeper.common.util.SingleThreadExecutor.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Void() - Static method in class org.apache.bookkeeper.common.concurrent.FutureUtils
-