Package akka.cluster.ddata.protobuf.msg
Interface ReplicatorMessages.UniqueAddressOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 ReplicatorMessages.UniqueAddress,ReplicatorMessages.UniqueAddress.Builder
- Enclosing class:
 - ReplicatorMessages
 
public static interface ReplicatorMessages.UniqueAddressOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicatorMessages.AddressgetAddress()required .akka.cluster.ddata.Address address = 1;ReplicatorMessages.AddressOrBuildergetAddressOrBuilder()required .akka.cluster.ddata.Address address = 1;intgetUid()required sfixed32 uid = 2;intgetUid2()64 bit uids but with backward wire compatibilitybooleanhasAddress()required .akka.cluster.ddata.Address address = 1;booleanhasUid()required sfixed32 uid = 2;booleanhasUid2()64 bit uids but with backward wire compatibility- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasAddress
boolean hasAddress()
required .akka.cluster.ddata.Address address = 1;- Returns:
 - Whether the address field is set.
 
 
- 
getAddress
ReplicatorMessages.Address getAddress()
required .akka.cluster.ddata.Address address = 1;- Returns:
 - The address.
 
 
- 
getAddressOrBuilder
ReplicatorMessages.AddressOrBuilder getAddressOrBuilder()
required .akka.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.
 
 
 - 
 
 -