Uses of Class
org.apache.storm.generated.SupervisorInfo
-
Uses of SupervisorInfo in org.apache.storm.cluster
Modifier and TypeMethodDescriptionIStormClusterState.supervisorInfo
(String supervisorId) StormClusterStateImpl.supervisorInfo
(String supervisorId) Modifier and TypeMethodDescriptiondefault 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.Modifier and TypeMethodDescriptionvoid
IStormClusterState.supervisorHeartbeat
(String supervisorId, SupervisorInfo info) void
StormClusterStateImpl.supervisorHeartbeat
(String supervisorId, SupervisorInfo info) -
Uses of SupervisorInfo in org.apache.storm.generated
Modifier and TypeMethodDescriptionint
SupervisorInfo.compareTo
(SupervisorInfo other) boolean
SupervisorInfo.equals
(SupervisorInfo that) ModifierConstructorDescriptionSupervisorInfo
(SupervisorInfo other) Performs a deep copy on other.