public interface NodeOverviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTags(String key)
List of tags associated with this node
|
int |
getGrpcPort()
The port number for gRPC connections
|
String |
getHostName()
The host name to use when connecting to this node
|
com.google.protobuf.ByteString |
getHostNameBytes()
The host name to use when connecting to this node
|
int |
getHttpPort()
The port number for HTTP connections
|
String |
getNodeName()
The unique name of the node to connect with, for purpose of debugging
|
com.google.protobuf.ByteString |
getNodeNameBytes()
The unique name of the node to connect with, for purpose of debugging
|
String |
getReplicationGroups(int index)
List of replication groups that belongs to this node
|
com.google.protobuf.ByteString |
getReplicationGroupsBytes(int index)
List of replication groups that belongs to this node
|
int |
getReplicationGroupsCount()
List of replication groups that belongs to this node
|
List<String> |
getReplicationGroupsList()
List of replication groups that belongs to this node
|
Map<String,String> |
getTags()
Deprecated.
|
int |
getTagsCount()
List of tags associated with this node
|
Map<String,String> |
getTagsMap()
List of tags associated with this node
|
String |
getTagsOrDefault(String key,
String defaultValue)
List of tags associated with this node
|
String |
getTagsOrThrow(String key)
List of tags associated with this node
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostName()
The host name to use when connecting to this node
string host_name = 1;com.google.protobuf.ByteString getHostNameBytes()
The host name to use when connecting to this node
string host_name = 1;int getGrpcPort()
The port number for gRPC connections
int32 grpc_port = 2;int getHttpPort()
The port number for HTTP connections
int32 http_port = 3;String getNodeName()
The unique name of the node to connect with, for purpose of debugging
string node_name = 4;com.google.protobuf.ByteString getNodeNameBytes()
The unique name of the node to connect with, for purpose of debugging
string node_name = 4;List<String> getReplicationGroupsList()
List of replication groups that belongs to this node
repeated string replication_groups = 5;int getReplicationGroupsCount()
List of replication groups that belongs to this node
repeated string replication_groups = 5;String getReplicationGroups(int index)
List of replication groups that belongs to this node
repeated string replication_groups = 5;com.google.protobuf.ByteString getReplicationGroupsBytes(int index)
List of replication groups that belongs to this node
repeated string replication_groups = 5;int getTagsCount()
List of tags associated with this node
map<string, string> tags = 6;boolean containsTags(String key)
List of tags associated with this node
map<string, string> tags = 6;@Deprecated Map<String,String> getTags()
getTagsMap() instead.Map<String,String> getTagsMap()
List of tags associated with this node
map<string, string> tags = 6;String getTagsOrDefault(String key, String defaultValue)
List of tags associated with this node
map<string, string> tags = 6;Copyright © 2020–2022 AxonIQ BV. All rights reserved.