public static interface TopologyMaster.StMgrHeartbeatRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getHeartbeatTime()
required int64 heartbeat_time = 1; |
Stats.StMgrStats |
getStats()
required .heron.proto.system.StMgrStats stats = 2; |
Stats.StMgrStatsOrBuilder |
getStatsOrBuilder()
required .heron.proto.system.StMgrStats stats = 2; |
boolean |
hasHeartbeatTime()
required int64 heartbeat_time = 1; |
boolean |
hasStats()
required .heron.proto.system.StMgrStats stats = 2; |
boolean hasHeartbeatTime()
required int64 heartbeat_time = 1;
what time the heartbeat was sent at.
long getHeartbeatTime()
required int64 heartbeat_time = 1;
what time the heartbeat was sent at.
boolean hasStats()
required .heron.proto.system.StMgrStats stats = 2;
Any stats that nodemanager has
Stats.StMgrStats getStats()
required .heron.proto.system.StMgrStats stats = 2;
Any stats that nodemanager has
Stats.StMgrStatsOrBuilder getStatsOrBuilder()
required .heron.proto.system.StMgrStats stats = 2;
Any stats that nodemanager has