Package org.apache.storm.metric.api
Class IClusterMetricsConsumer.SupervisorInfo
- java.lang.Object
-
- org.apache.storm.metric.api.IClusterMetricsConsumer.SupervisorInfo
-
- Enclosing interface:
- IClusterMetricsConsumer
public static class IClusterMetricsConsumer.SupervisorInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SupervisorInfo(String srcSupervisorHost, String srcSupervisorId, long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSrcSupervisorHost()
String
getSrcSupervisorId()
long
getTimestamp()
-