Interface ClusterMetricsMessages.NodeMetricsOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMetricsMessages.NodeMetrics,ClusterMetricsMessages.NodeMetrics.Builder
- Enclosing class:
- ClusterMetricsMessages
public static interface ClusterMetricsMessages.NodeMetricsOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintrequired int32 addressIndex = 1;getMetrics(int index) repeated .NodeMetrics.Metric metrics = 3;intrepeated .NodeMetrics.Metric metrics = 3;repeated .NodeMetrics.Metric metrics = 3;getMetricsOrBuilder(int index) repeated .NodeMetrics.Metric metrics = 3;repeated .NodeMetrics.Metric metrics = 3;longrequired int64 timestamp = 2;booleanrequired int32 addressIndex = 1;booleanrequired int64 timestamp = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAddressIndex
boolean hasAddressIndex()required int32 addressIndex = 1;- Returns:
- Whether the addressIndex field is set.
-
getAddressIndex
int getAddressIndex()required int32 addressIndex = 1;- Returns:
- The addressIndex.
-
hasTimestamp
boolean hasTimestamp()required int64 timestamp = 2;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()required int64 timestamp = 2;- Returns:
- The timestamp.
-
getMetricsList
List<ClusterMetricsMessages.NodeMetrics.Metric> getMetricsList()repeated .NodeMetrics.Metric metrics = 3; -
getMetrics
repeated .NodeMetrics.Metric metrics = 3; -
getMetricsCount
int getMetricsCount()repeated .NodeMetrics.Metric metrics = 3; -
getMetricsOrBuilderList
List<? extends ClusterMetricsMessages.NodeMetrics.MetricOrBuilder> getMetricsOrBuilderList()repeated .NodeMetrics.Metric metrics = 3; -
getMetricsOrBuilder
repeated .NodeMetrics.Metric metrics = 3;
-