Interface ReplicatorMessages.UniqueAddressOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.UniqueAddress,ReplicatorMessages.UniqueAddress.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.UniqueAddressOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .org.apache.pekko.cluster.ddata.Address address = 1;required .org.apache.pekko.cluster.ddata.Address address = 1;intgetUid()required sfixed32 uid = 2;intgetUid2()64 bit uids but with backward wire compatibilitybooleanrequired .org.apache.pekko.cluster.ddata.Address address = 1;booleanhasUid()required sfixed32 uid = 2;booleanhasUid2()64 bit uids but with backward wire compatibilityMethods 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
-
hasAddress
boolean hasAddress()required .org.apache.pekko.cluster.ddata.Address address = 1;- Returns:
- Whether the address field is set.
-
getAddress
ReplicatorMessages.Address getAddress()required .org.apache.pekko.cluster.ddata.Address address = 1;- Returns:
- The address.
-
getAddressOrBuilder
ReplicatorMessages.AddressOrBuilder getAddressOrBuilder()required .org.apache.pekko.cluster.ddata.Address address = 1; -
hasUid
boolean hasUid()required sfixed32 uid = 2;- Returns:
- Whether the uid field is set.
-
getUid
int getUid()required sfixed32 uid = 2;- Returns:
- The uid.
-
hasUid2
boolean hasUid2()64 bit uids but with backward wire compatibility
optional sfixed32 uid2 = 3;- Returns:
- Whether the uid2 field is set.
-
getUid2
int getUid2()64 bit uids but with backward wire compatibility
optional sfixed32 uid2 = 3;- Returns:
- The uid2.
-