Class ZooKeeperVersionedValue<T>

java.lang.Object
org.apache.flink.runtime.zookeeper.ZooKeeperVersionedValue<T>

public class ZooKeeperVersionedValue<T> extends Object
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 Details

    • ZooKeeperVersionedValue

      public ZooKeeperVersionedValue(org.apache.flink.shaded.curator5.org.apache.curator.framework.recipes.shared.VersionedValue<T> versionedValue)
  • Method Details

    • getValue

      public T getValue()