| BooleanArrayList |
Minimal implementation of an array-backed list of booleans
|
| BoundedFIFOQueue<T> |
BoundedFIFOQueue collects elements up to given amount.
|
| ClusterUncaughtExceptionHandler |
Utility for handling any uncaught exceptions
|
| ConfigurationParserUtils |
Utility class to extract related parameters from Configuration and to sanity check them.
|
| DefaultGroupCache<G,K,V> |
|
| DefaultGroupCache.Factory<G,K,V> |
|
| DualKeyLinkedMap<A,B,V> |
Map which stores values under two different indices.
|
| EmptyIterator<E> |
An empty iterator that never returns anything.
|
| EmptyMutableObjectIterator<E> |
An empty mutable object iterator that never returns anything.
|
| EnvironmentInformation |
Utility class that gives access to the execution environment of the JVM, like the executing user,
startup options, or the JVM version.
|
| EnvironmentInformation.RevisionInformation |
Revision information encapsulates information about the source code revision of the Flink
code.
|
| ForwardingInputStream |
Input stream, that wraps another input stream and forwards all method calls to the wrapped
stream.
|
| ForwardingOutputStream |
OutputStream, that wraps another OutputStream and forwards all method calls to
the wrapped stream.
|
| Hardware |
Convenience class to extract hardware specifics of the computer executing the running JVM.
|
| IntArrayList |
Minimal implementation of an array-backed list of ints
|
| JvmShutdownSafeguard |
A utility that guards against blocking shutdown hooks that block JVM shutdown.
|
| JvmUtils |
|
| LeaderRetrievalUtils |
|
| LeaderRetrievalUtils.LeaderInformationListener |
Helper class which is used by the retrieveLeaderInformation method to retrieve the leader's
rpc URL and the current leader session ID.
|
| LongArrayList |
Minimal implementation of an array-backed list of longs
|
| NonClosingInputStreamDecorator |
|
| NonClosingOutputStreamDecorator |
|
| NonReusingKeyGroupedIterator<E> |
The key grouped iterator returns a key and all values that share the same key.
|
| NonReusingMutableToRegularIteratorWrapper<T> |
This class wraps a MutableObjectIterator into a regular Iterator.
|
| OperatorSubtaskDescriptionText |
This class generates a string that can be used to identify an operator subtask.
|
| RegularToMutableObjectIterator<T> |
|
| ResourceCounter |
|
| ResourceManagerUtils |
Common utils for ResourceManager.
|
| ReusingKeyGroupedIterator<E> |
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
|
| ReusingMutableToRegularIteratorWrapper<T> |
This class wraps a MutableObjectIterator into a regular Iterator.
|
| Runnables |
|
| SignalHandler |
This signal handler / signal logger is based on Apache Hadoop's
org.apache.hadoop.util.SignalLogger.
|
| SingleElementIterator<E> |
An Iterator that contains only a single element.
|
| SlotSelectionStrategyUtils |
|
| StateHandleStoreUtils |
StateHandleStoreUtils collects utility methods that might be usefule for any StateHandleStore implementation.
|
| ZooKeeperUtils |
Class containing helper functions to interact with ZooKeeper.
|
| ZooKeeperUtils.SecureAclProvider |
Secure ACLProvider implementation.
|