Interface ClusterMetricsMessages.MetricsGossipOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMetricsMessages.MetricsGossip,ClusterMetricsMessages.MetricsGossip.Builder
- Enclosing class:
- ClusterMetricsMessages
public static interface ClusterMetricsMessages.MetricsGossipOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllAddresses(int index) repeated .Address allAddresses = 1;intrepeated .Address allAddresses = 1;repeated .Address allAddresses = 1;getAllAddressesOrBuilder(int index) repeated .Address allAddresses = 1;List<? extends ClusterMetricsMessages.AddressOrBuilder>repeated .Address allAddresses = 1;getAllMetricNames(int index) repeated string allMetricNames = 2;org.apache.pekko.protobufv3.internal.ByteStringgetAllMetricNamesBytes(int index) repeated string allMetricNames = 2;intrepeated string allMetricNames = 2;repeated string allMetricNames = 2;getNodeMetrics(int index) repeated .NodeMetrics nodeMetrics = 3;intrepeated .NodeMetrics nodeMetrics = 3;repeated .NodeMetrics nodeMetrics = 3;getNodeMetricsOrBuilder(int index) repeated .NodeMetrics nodeMetrics = 3;List<? extends ClusterMetricsMessages.NodeMetricsOrBuilder>repeated .NodeMetrics nodeMetrics = 3;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
-
getAllAddressesList
List<ClusterMetricsMessages.Address> getAllAddressesList()repeated .Address allAddresses = 1; -
getAllAddresses
repeated .Address allAddresses = 1; -
getAllAddressesCount
int getAllAddressesCount()repeated .Address allAddresses = 1; -
getAllAddressesOrBuilderList
List<? extends ClusterMetricsMessages.AddressOrBuilder> getAllAddressesOrBuilderList()repeated .Address allAddresses = 1; -
getAllAddressesOrBuilder
repeated .Address allAddresses = 1; -
getAllMetricNamesList
repeated string allMetricNames = 2;- Returns:
- A list containing the allMetricNames.
-
getAllMetricNamesCount
int getAllMetricNamesCount()repeated string allMetricNames = 2;- Returns:
- The count of allMetricNames.
-
getAllMetricNames
repeated string allMetricNames = 2;- Parameters:
index- The index of the element to return.- Returns:
- The allMetricNames at the given index.
-
getAllMetricNamesBytes
org.apache.pekko.protobufv3.internal.ByteString getAllMetricNamesBytes(int index) repeated string allMetricNames = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allMetricNames at the given index.
-
getNodeMetricsList
List<ClusterMetricsMessages.NodeMetrics> getNodeMetricsList()repeated .NodeMetrics nodeMetrics = 3; -
getNodeMetrics
repeated .NodeMetrics nodeMetrics = 3; -
getNodeMetricsCount
int getNodeMetricsCount()repeated .NodeMetrics nodeMetrics = 3; -
getNodeMetricsOrBuilderList
List<? extends ClusterMetricsMessages.NodeMetricsOrBuilder> getNodeMetricsOrBuilderList()repeated .NodeMetrics nodeMetrics = 3; -
getNodeMetricsOrBuilder
repeated .NodeMetrics nodeMetrics = 3;
-