Interface ReplicatedDataMessages.LWWRegisterOrBuilder

    • Method Detail

      • hasTimestamp

        boolean hasTimestamp()
        required sint64 timestamp = 1;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        required sint64 timestamp = 1;
        Returns:
        The timestamp.
      • hasNode

        boolean hasNode()
        required .akka.cluster.ddata.UniqueAddress node = 2;
        Returns:
        Whether the node field is set.
      • hasState

        boolean hasState()
        required .akka.cluster.ddata.OtherMessage state = 3;
        Returns:
        Whether the state field is set.