Package | Description |
---|---|
org.apache.storm.cluster | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
SupervisorInfo |
StormClusterStateImpl.supervisorInfo(String supervisorId) |
SupervisorInfo |
IStormClusterState.supervisorInfo(String supervisorId) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
StormClusterStateImpl.supervisorHeartbeat(String supervisorId,
SupervisorInfo info) |
void |
IStormClusterState.supervisorHeartbeat(String supervisorId,
SupervisorInfo info) |
Modifier and Type | Method and Description |
---|---|
SupervisorInfo |
SupervisorInfo.deepCopy() |
Modifier and Type | Method and Description |
---|---|
int |
SupervisorInfo.compareTo(SupervisorInfo other) |
boolean |
SupervisorInfo.equals(SupervisorInfo that) |
Constructor and Description |
---|
SupervisorInfo(SupervisorInfo other)
Performs a deep copy on other.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.