Uses of Class
org.apache.storm.cluster.VersionedData
Package
Description
-
Uses of VersionedData in org.apache.storm.cluster
Modifier and TypeMethodDescriptionIStormClusterState.assignmentInfoWithVersion
(String stormId, Runnable callback) StormClusterStateImpl.assignmentInfoWithVersion
(String stormId, Runnable callback) VersionedData<byte[]>
IStateStorage.get_data_with_version
(String path, boolean watch) Get the data at the node along with its version.VersionedData<byte[]>
PaceMakerStateStorage.get_data_with_version
(String path, boolean watch) VersionedData<byte[]>
ZKStateStorage.get_data_with_version
(String path, boolean watch) -
Uses of VersionedData in org.apache.storm.daemon.worker
-
Uses of VersionedData in org.apache.storm.zookeeper
Modifier and TypeMethodDescriptionstatic VersionedData<byte[]>
ClientZookeeper.getDataWithVersion
(org.apache.storm.shade.org.apache.curator.framework.CuratorFramework zk, String path, boolean watch) Get the data along with a version.