Interface ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.ORSetDeltaGroup.Entry,ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- Enclosing class:
- ReplicatedDataMessages.ORSetDeltaGroup
public static interface ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicatedDataMessages.ORSetDeltaOpgetOperation()required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;ReplicatedDataMessages.ORSetgetUnderlying()required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;ReplicatedDataMessages.ORSetOrBuildergetUnderlyingOrBuilder()required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;booleanhasOperation()required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;booleanhasUnderlying()required .org.apache.pekko.cluster.ddata.ORSet underlying = 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
-
hasOperation
boolean hasOperation()
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;- Returns:
- Whether the operation field is set.
-
getOperation
ReplicatedDataMessages.ORSetDeltaOp getOperation()
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;- Returns:
- The operation.
-
hasUnderlying
boolean hasUnderlying()
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;- Returns:
- Whether the underlying field is set.
-
getUnderlying
ReplicatedDataMessages.ORSet getUnderlying()
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;- Returns:
- The underlying.
-
getUnderlyingOrBuilder
ReplicatedDataMessages.ORSetOrBuilder getUnderlyingOrBuilder()
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;
-
-