Package org.apache.flink.runtime.zookeeper
-
Class Summary Class Description FlinkZooKeeperQuorumPeer Simple wrapper for ZooKeeper'sQuorumPeer
, which reads a ZooKeeper config file and writes the required 'myid' file before starting the peer.ZooKeeperSharedCount Wrapper class for aSharedCount
so that we don't expose a curator dependency in our internal APIs.ZooKeeperSharedValue Wrapper class for aSharedValue
so that we don't expose a curator dependency in our internal APIs.ZooKeeperStateHandleStore<T extends Serializable> Class which stores state via the providedRetrievableStateStorageHelper
and writes the returned state handle to ZooKeeper.ZooKeeperVersionedValue<T> Wrapper class for aVersionedValue
so that we don't expose a curator dependency in our internal APIs.