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

    Modifier and Type
    Method
    Description
    required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;
    required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;
    required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;
    boolean
    required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;
    boolean
    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 Details

    • hasOperation

      boolean hasOperation()
      required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;
      Returns:
      Whether the operation field is set.
    • 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

      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;