public interface ClusterMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getActiveNodes(int index)
Indicates active nodes in cluster that are reacheable by Raft leader
|
int |
getActiveNodesCount()
Indicates active nodes in cluster that are reacheable by Raft leader
|
List<Long> |
getActiveNodesList()
Indicates active nodes in cluster that are reacheable by Raft leader
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Long> getActiveNodesList()
Indicates active nodes in cluster that are reacheable by Raft leader
repeated uint64 active_nodes = 1 [json_name = "activeNodes"];
int getActiveNodesCount()
Indicates active nodes in cluster that are reacheable by Raft leader
repeated uint64 active_nodes = 1 [json_name = "activeNodes"];
long getActiveNodes(int index)
Indicates active nodes in cluster that are reacheable by Raft leader
repeated uint64 active_nodes = 1 [json_name = "activeNodes"];
index
- The index of the element to return.Copyright © 2022. All rights reserved.