Class IClusterMetricsConsumer.SupervisorInfo

java.lang.Object
org.apache.storm.metric.api.IClusterMetricsConsumer.SupervisorInfo
Enclosing interface:
IClusterMetricsConsumer

public static class IClusterMetricsConsumer.SupervisorInfo extends Object
  • Constructor Details

    • SupervisorInfo

      public SupervisorInfo(String srcSupervisorHost, String srcSupervisorId, long timestamp)
  • Method Details

    • getSrcSupervisorHost

      public String getSrcSupervisorHost()
    • getSrcSupervisorId

      public String getSrcSupervisorId()
    • getTimestamp

      public long getTimestamp()