Uses of Class
org.apache.storm.generated.SupervisorInfo
-
Packages that use SupervisorInfo Package Description org.apache.storm.cluster org.apache.storm.generated -
-
Uses of SupervisorInfo in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return SupervisorInfo Modifier and Type Method Description SupervisorInfo
IStormClusterState. supervisorInfo(String supervisorId)
SupervisorInfo
StormClusterStateImpl. supervisorInfo(String supervisorId)
Methods in org.apache.storm.cluster that return types with arguments of type SupervisorInfo Modifier and Type Method Description default Map<String,SupervisorInfo>
IStormClusterState. allSupervisorInfo()
Get all of the supervisors with the ID as the key.default Map<String,SupervisorInfo>
IStormClusterState. allSupervisorInfo(Runnable callback)
Get all supervisor info.Methods in org.apache.storm.cluster with parameters of type SupervisorInfo Modifier and Type Method Description void
IStormClusterState. supervisorHeartbeat(String supervisorId, SupervisorInfo info)
void
StormClusterStateImpl. supervisorHeartbeat(String supervisorId, SupervisorInfo info)
-
Uses of SupervisorInfo in org.apache.storm.generated
Methods in org.apache.storm.generated that return SupervisorInfo Modifier and Type Method Description SupervisorInfo
SupervisorInfo. deepCopy()
Methods in org.apache.storm.generated with parameters of type SupervisorInfo Modifier and Type Method Description int
SupervisorInfo. compareTo(SupervisorInfo other)
boolean
SupervisorInfo. equals(SupervisorInfo that)
Constructors in org.apache.storm.generated with parameters of type SupervisorInfo Constructor Description SupervisorInfo(SupervisorInfo other)
Performs a deep copy on other.
-