Package akka.cluster.ddata.protobuf.msg
Interface ReplicatedDataMessages.ORMap.EntryOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 ReplicatedDataMessages.ORMap.Entry,ReplicatedDataMessages.ORMap.Entry.Builder
- Enclosing class:
 - ReplicatedDataMessages.ORMap
 
public static interface ReplicatedDataMessages.ORMap.EntryOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIntKey()optional sint32 intKey = 3;longgetLongKey()optional sint64 longKey = 4;ReplicatorMessages.OtherMessagegetOtherKey()optional .akka.cluster.ddata.OtherMessage otherKey = 5;ReplicatorMessages.OtherMessageOrBuildergetOtherKeyOrBuilder()optional .akka.cluster.ddata.OtherMessage otherKey = 5;java.lang.StringgetStringKey()optional string stringKey = 1;akka.protobufv3.internal.ByteStringgetStringKeyBytes()optional string stringKey = 1;ReplicatorMessages.OtherMessagegetValue()required .akka.cluster.ddata.OtherMessage value = 2;ReplicatorMessages.OtherMessageOrBuildergetValueOrBuilder()required .akka.cluster.ddata.OtherMessage value = 2;booleanhasIntKey()optional sint32 intKey = 3;booleanhasLongKey()optional sint64 longKey = 4;booleanhasOtherKey()optional .akka.cluster.ddata.OtherMessage otherKey = 5;booleanhasStringKey()optional string stringKey = 1;booleanhasValue()required .akka.cluster.ddata.OtherMessage value = 2;- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasStringKey
boolean hasStringKey()
optional string stringKey = 1;- Returns:
 - Whether the stringKey field is set.
 
 
- 
getStringKey
java.lang.String getStringKey()
optional string stringKey = 1;- Returns:
 - The stringKey.
 
 
- 
getStringKeyBytes
akka.protobufv3.internal.ByteString getStringKeyBytes()
optional string stringKey = 1;- Returns:
 - The bytes for stringKey.
 
 
- 
hasValue
boolean hasValue()
required .akka.cluster.ddata.OtherMessage value = 2;- Returns:
 - Whether the value field is set.
 
 
- 
getValue
ReplicatorMessages.OtherMessage getValue()
required .akka.cluster.ddata.OtherMessage value = 2;- Returns:
 - The value.
 
 
- 
getValueOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getValueOrBuilder()
required .akka.cluster.ddata.OtherMessage value = 2; 
- 
hasIntKey
boolean hasIntKey()
optional sint32 intKey = 3;- Returns:
 - Whether the intKey field is set.
 
 
- 
getIntKey
int getIntKey()
optional sint32 intKey = 3;- Returns:
 - The intKey.
 
 
- 
hasLongKey
boolean hasLongKey()
optional sint64 longKey = 4;- Returns:
 - Whether the longKey field is set.
 
 
- 
getLongKey
long getLongKey()
optional sint64 longKey = 4;- Returns:
 - The longKey.
 
 
- 
hasOtherKey
boolean hasOtherKey()
optional .akka.cluster.ddata.OtherMessage otherKey = 5;- Returns:
 - Whether the otherKey field is set.
 
 
- 
getOtherKey
ReplicatorMessages.OtherMessage getOtherKey()
optional .akka.cluster.ddata.OtherMessage otherKey = 5;- Returns:
 - The otherKey.
 
 
- 
getOtherKeyOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getOtherKeyOrBuilder()
optional .akka.cluster.ddata.OtherMessage otherKey = 5; 
 - 
 
 -