| Class | Description |
|---|---|
| FlinkZooKeeperQuorumPeer |
Simple wrapper for ZooKeeper's
QuorumPeer, which reads a ZooKeeper config file and writes
the required 'myid' file before starting the peer. |
| ZooKeeperSharedCount |
Wrapper class for a
SharedCount so that we don't expose a curator dependency in our
internal APIs. |
| ZooKeeperSharedValue |
Wrapper class for a
SharedValue so that we don't expose a curator dependency in our
internal APIs. |
| ZooKeeperStateHandleStore<T extends Serializable> |
Class which stores state via the provided
RetrievableStateStorageHelper and writes the
returned state handle to ZooKeeper. |
| ZooKeeperVersionedValue<T> |
Wrapper class for a
VersionedValue so that we don't expose a curator dependency in our
internal APIs. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.