Package io.milvus.grpc
Interface NodeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeInfo,NodeInfo.Builder
public interface NodeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()string address = 2;com.google.protobuf.ByteStringgetAddressBytes()string address = 2;StringgetHostname()string hostname = 3;com.google.protobuf.ByteStringgetHostnameBytes()string hostname = 3;longgetNodeId()int64 node_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeId
long getNodeId()
int64 node_id = 1;- Returns:
- The nodeId.
-
getAddress
String getAddress()
string address = 2;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()
string address = 2;- Returns:
- The bytes for address.
-
getHostname
String getHostname()
string hostname = 3;- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
string hostname = 3;- Returns:
- The bytes for hostname.
-
-