Package akka.cluster.ddata.protobuf.msg
Interface ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.ORMultiMap.Entry
,ReplicatedDataMessages.ORMultiMap.Entry.Builder
- Enclosing class:
- ReplicatedDataMessages.ORMultiMap
public static interface ReplicatedDataMessages.ORMultiMap.EntryOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIntKey()
optional sint32 intKey = 3;
long
getLongKey()
optional sint64 longKey = 4;
ReplicatorMessages.OtherMessage
getOtherKey()
optional .akka.cluster.ddata.OtherMessage otherKey = 5;
ReplicatorMessages.OtherMessageOrBuilder
getOtherKeyOrBuilder()
optional .akka.cluster.ddata.OtherMessage otherKey = 5;
java.lang.String
getStringKey()
optional string stringKey = 1;
akka.protobufv3.internal.ByteString
getStringKeyBytes()
optional string stringKey = 1;
ReplicatedDataMessages.ORSet
getValue()
required .akka.cluster.ddata.ORSet value = 2;
ReplicatedDataMessages.ORSetOrBuilder
getValueOrBuilder()
required .akka.cluster.ddata.ORSet value = 2;
boolean
hasIntKey()
optional sint32 intKey = 3;
boolean
hasLongKey()
optional sint64 longKey = 4;
boolean
hasOtherKey()
optional .akka.cluster.ddata.OtherMessage otherKey = 5;
boolean
hasStringKey()
optional string stringKey = 1;
boolean
hasValue()
required .akka.cluster.ddata.ORSet 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.ORSet value = 2;
- Returns:
- Whether the value field is set.
-
getValue
ReplicatedDataMessages.ORSet getValue()
required .akka.cluster.ddata.ORSet value = 2;
- Returns:
- The value.
-
getValueOrBuilder
ReplicatedDataMessages.ORSetOrBuilder getValueOrBuilder()
required .akka.cluster.ddata.ORSet 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;
-
-