Class ZooKeeperVersionedValue<T>
java.lang.Object
org.apache.flink.runtime.zookeeper.ZooKeeperVersionedValue<T>
Wrapper class for a
VersionedValue so that we don't expose a curator dependency in our
internal APIs. Such an exposure is problematic due to the relocation of curator.-
Constructor Summary
ConstructorsConstructorDescriptionZooKeeperVersionedValue(org.apache.flink.shaded.curator5.org.apache.curator.framework.recipes.shared.VersionedValue<T> versionedValue) -
Method Summary
-
Constructor Details
-
Method Details
-
getValue
-