Interface ClusterShardingMessages.AddressOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.Address,ClusterShardingMessages.Address.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.AddressOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired string hostname = 3;org.apache.pekko.protobufv3.internal.ByteStringrequired string hostname = 3;intgetPort()required uint32 port = 4;required string protocol = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string protocol = 1;required string system = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired string system = 2;booleanrequired string hostname = 3;booleanhasPort()required uint32 port = 4;booleanrequired string protocol = 1;booleanrequired string system = 2;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
-
hasProtocol
boolean hasProtocol()required string protocol = 1;- Returns:
- Whether the protocol field is set.
-
getProtocol
String getProtocol()required string protocol = 1;- Returns:
- The protocol.
-
getProtocolBytes
org.apache.pekko.protobufv3.internal.ByteString getProtocolBytes()required string protocol = 1;- Returns:
- The bytes for protocol.
-
hasSystem
boolean hasSystem()required string system = 2;- Returns:
- Whether the system field is set.
-
getSystem
String getSystem()required string system = 2;- Returns:
- The system.
-
getSystemBytes
org.apache.pekko.protobufv3.internal.ByteString getSystemBytes()required string system = 2;- Returns:
- The bytes for system.
-
hasHostname
boolean hasHostname()required string hostname = 3;- Returns:
- Whether the hostname field is set.
-
getHostname
String getHostname()required string hostname = 3;- Returns:
- The hostname.
-
getHostnameBytes
org.apache.pekko.protobufv3.internal.ByteString getHostnameBytes()required string hostname = 3;- Returns:
- The bytes for hostname.
-
hasPort
boolean hasPort()required uint32 port = 4;- Returns:
- Whether the port field is set.
-
getPort
int getPort()required uint32 port = 4;- Returns:
- The port.
-