Uses of Class
org.apache.storm.generated.SupervisorInfo
Packages that use SupervisorInfo
-
Uses of SupervisorInfo in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return SupervisorInfoModifier and TypeMethodDescriptionIStormClusterState.supervisorInfo
(String supervisorId) StormClusterStateImpl.supervisorInfo
(String supervisorId) Methods in org.apache.storm.cluster that return types with arguments of type SupervisorInfoModifier 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.Methods in org.apache.storm.cluster with parameters of type SupervisorInfoModifier and TypeMethodDescriptionvoid
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 SupervisorInfoMethods in org.apache.storm.generated with parameters of type SupervisorInfoModifier and TypeMethodDescriptionint
SupervisorInfo.compareTo
(SupervisorInfo other) boolean
SupervisorInfo.equals
(SupervisorInfo that) Constructors in org.apache.storm.generated with parameters of type SupervisorInfoModifierConstructorDescriptionSupervisorInfo
(SupervisorInfo other) Performs a deep copy on other.