Interface ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ReplicatedDataMessages.ORSetDeltaOp getOperation()
      required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;
      ReplicatedDataMessages.ORSet getUnderlying()
      required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;
      ReplicatedDataMessages.ORSetOrBuilder getUnderlyingOrBuilder()
      required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;
      boolean hasOperation()
      required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;
      boolean hasUnderlying()
      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.
      • 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.