Uses of Class
org.apache.storm.cluster.VersionedData
Packages that use VersionedData
Package
Description
-
Uses of VersionedData in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return VersionedDataModifier 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
Methods in org.apache.storm.daemon.worker that return types with arguments of type VersionedData -
Uses of VersionedData in org.apache.storm.zookeeper
Methods in org.apache.storm.zookeeper that return VersionedDataModifier 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.