Interface ReplicatorMessages.GetFailureOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.GetFailure,ReplicatorMessages.GetFailure.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.GetFailureOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()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 = 2;optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2;booleanhasKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;booleanoptional .org.apache.pekko.cluster.ddata.OtherMessage request = 2;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; -
hasRequest
boolean hasRequest()optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2;- Returns:
- Whether the request field is set.
-
getRequest
ReplicatorMessages.OtherMessage getRequest()optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2;- Returns:
- The request.
-
getRequestOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getRequestOrBuilder()optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2;
-