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
Modifier and TypeMethodDescriptionstring address = 2;com.google.protobuf.ByteStringstring address = 2;string hostname = 3;com.google.protobuf.ByteStringstring hostname = 3;longint64 node_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-