Class ZooKeeperSharedValue

java.lang.Object
org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue

public class ZooKeeperSharedValue extends Object
Wrapper class for a SharedValue 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

    • ZooKeeperSharedValue

      public ZooKeeperSharedValue(org.apache.flink.shaded.curator5.org.apache.curator.framework.recipes.shared.SharedValue sharedValue)
  • Method Details