Interface ReplicatorMessages.GetOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.Get,ReplicatorMessages.Get.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.GetOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintrequired sint32 consistency = 2;intoptional int32 consistencyAdditional = 6;intoptional int32 consistencyMinCap = 5;getKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4;optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4;intrequired uint32 timeout = 3;booleanrequired sint32 consistency = 2;booleanoptional int32 consistencyAdditional = 6;booleanoptional int32 consistencyMinCap = 5;booleanhasKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;booleanoptional .org.apache.pekko.cluster.ddata.OtherMessage request = 4;booleanrequired uint32 timeout = 3;Methods 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
-
hasKey
boolean hasKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;- Returns:
- Whether the key field is set.
-
getKey
ReplicatorMessages.OtherMessage getKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;- Returns:
- The key.
-
getKeyOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getKeyOrBuilder()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; -
hasConsistency
boolean hasConsistency()required sint32 consistency = 2;- Returns:
- Whether the consistency field is set.
-
getConsistency
int getConsistency()required sint32 consistency = 2;- Returns:
- The consistency.
-
hasTimeout
boolean hasTimeout()required uint32 timeout = 3;- Returns:
- Whether the timeout field is set.
-
getTimeout
int getTimeout()required uint32 timeout = 3;- Returns:
- The timeout.
-
hasRequest
boolean hasRequest()optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4;- Returns:
- Whether the request field is set.
-
getRequest
ReplicatorMessages.OtherMessage getRequest()optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4;- Returns:
- The request.
-
getRequestOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getRequestOrBuilder()optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; -
hasConsistencyMinCap
boolean hasConsistencyMinCap()optional int32 consistencyMinCap = 5;- Returns:
- Whether the consistencyMinCap field is set.
-
getConsistencyMinCap
int getConsistencyMinCap()optional int32 consistencyMinCap = 5;- Returns:
- The consistencyMinCap.
-
hasConsistencyAdditional
boolean hasConsistencyAdditional()optional int32 consistencyAdditional = 6;- Returns:
- Whether the consistencyAdditional field is set.
-
getConsistencyAdditional
int getConsistencyAdditional()optional int32 consistencyAdditional = 6;- Returns:
- The consistencyAdditional.
-