Uses of Class
org.apache.storm.generated.PrivateWorkerKey
-
Packages that use PrivateWorkerKey Package Description org.apache.storm.cluster org.apache.storm.generated -
-
Uses of PrivateWorkerKey in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return PrivateWorkerKey Modifier and Type Method Description PrivateWorkerKey
IStormClusterState. getPrivateWorkerKey(WorkerTokenServiceType type, String topologyId, long keyVersion)
Get a private key used to validate a token is correct.PrivateWorkerKey
StormClusterStateImpl. getPrivateWorkerKey(WorkerTokenServiceType type, String topologyId, long keyVersion)
Methods in org.apache.storm.cluster with parameters of type PrivateWorkerKey Modifier and Type Method Description void
IStormClusterState. addPrivateWorkerKey(WorkerTokenServiceType type, String topologyId, long keyVersion, PrivateWorkerKey key)
Store a new version of a private key.void
StormClusterStateImpl. addPrivateWorkerKey(WorkerTokenServiceType type, String topologyId, long keyVersion, PrivateWorkerKey key)
-
Uses of PrivateWorkerKey in org.apache.storm.generated
Methods in org.apache.storm.generated that return PrivateWorkerKey Modifier and Type Method Description PrivateWorkerKey
PrivateWorkerKey. deepCopy()
Methods in org.apache.storm.generated with parameters of type PrivateWorkerKey Modifier and Type Method Description int
PrivateWorkerKey. compareTo(PrivateWorkerKey other)
boolean
PrivateWorkerKey. equals(PrivateWorkerKey that)
Constructors in org.apache.storm.generated with parameters of type PrivateWorkerKey Constructor Description PrivateWorkerKey(PrivateWorkerKey other)
Performs a deep copy on other.
-