Interface ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder

    • Method Detail

      • hasOperation

        boolean hasOperation()
        required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
        Returns:
        Whether the operation field is set.
      • hasUnderlying

        boolean hasUnderlying()
        required .akka.cluster.ddata.ORSet underlying = 2;
        Returns:
        Whether the underlying field is set.
      • hasZeroTag

        boolean hasZeroTag()
        required sint32 zeroTag = 3;
        Returns:
        Whether the zeroTag field is set.
      • getZeroTag

        int getZeroTag()
        required sint32 zeroTag = 3;
        Returns:
        The zeroTag.
      • getEntryDataCount

        int getEntryDataCount()
        repeated .akka.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4;