Uses of Package
org.apache.flink.runtime.zookeeper
-
Packages that use org.apache.flink.runtime.zookeeper Package Description org.apache.flink.runtime.util org.apache.flink.runtime.zookeeper -
Classes in org.apache.flink.runtime.zookeeper used by org.apache.flink.runtime.util Class Description ZooKeeperStateHandleStore Class which stores state via the providedRetrievableStateStorageHelper
and writes the returned state handle to ZooKeeper. -
Classes in org.apache.flink.runtime.zookeeper used by org.apache.flink.runtime.zookeeper Class Description ZooKeeperVersionedValue Wrapper class for aVersionedValue
so that we don't expose a curator dependency in our internal APIs.