Class ZooKeeperSharedValue
java.lang.Object
org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
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 Summary
ConstructorsConstructorDescriptionZooKeeperSharedValue(org.apache.flink.shaded.curator5.org.apache.curator.framework.recipes.shared.SharedValue sharedValue) -
Method Summary
-
Constructor Details
-
Method Details
-
start
- Throws:
Exception
-
close
- Throws:
IOException
-
setValue
- Throws:
Exception
-
getValue
public byte[] getValue()
-