Uses of Class
org.apache.bookkeeper.common.util.SingleThreadExecutor.State
-
Packages that use SingleThreadExecutor.State Package Description org.apache.bookkeeper.common.util defines the utilities for allocator used across the project. -
-
Uses of SingleThreadExecutor.State in org.apache.bookkeeper.common.util
Methods in org.apache.bookkeeper.common.util that return SingleThreadExecutor.State Modifier and Type Method Description static SingleThreadExecutor.State
SingleThreadExecutor.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SingleThreadExecutor.State[]
SingleThreadExecutor.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-