Interface ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.LWWMap.Entry,ReplicatedDataMessages.LWWMap.Entry.Builder
- Enclosing class:
- ReplicatedDataMessages.LWWMap
public static interface ReplicatedDataMessages.LWWMap.EntryOrBuilder extends org.apache.pekko.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 .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;ReplicatorMessages.OtherMessageOrBuildergetOtherKeyOrBuilder()optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;java.lang.StringgetStringKey()optional string stringKey = 1;org.apache.pekko.protobufv3.internal.ByteStringgetStringKeyBytes()optional string stringKey = 1;ReplicatedDataMessages.LWWRegistergetValue()required .org.apache.pekko.cluster.ddata.LWWRegister value = 2;ReplicatedDataMessages.LWWRegisterOrBuildergetValueOrBuilder()required .org.apache.pekko.cluster.ddata.LWWRegister value = 2;booleanhasIntKey()optional sint32 intKey = 3;booleanhasLongKey()optional sint64 longKey = 4;booleanhasOtherKey()optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;booleanhasStringKey()optional string stringKey = 1;booleanhasValue()required .org.apache.pekko.cluster.ddata.LWWRegister value = 2;-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.apache.pekko.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
org.apache.pekko.protobufv3.internal.ByteString getStringKeyBytes()
optional string stringKey = 1;- Returns:
- The bytes for stringKey.
-
hasValue
boolean hasValue()
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2;- Returns:
- Whether the value field is set.
-
getValue
ReplicatedDataMessages.LWWRegister getValue()
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2;- Returns:
- The value.
-
getValueOrBuilder
ReplicatedDataMessages.LWWRegisterOrBuilder getValueOrBuilder()
required .org.apache.pekko.cluster.ddata.LWWRegister 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 .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;- Returns:
- Whether the otherKey field is set.
-
getOtherKey
ReplicatorMessages.OtherMessage getOtherKey()
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;- Returns:
- The otherKey.
-
getOtherKeyOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getOtherKeyOrBuilder()
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
-
-