Interface ReplicatedDataMessages.LWWMap.EntryOrBuilder

    • Method Detail

      • hasStringKey

        boolean hasStringKey()
        optional string stringKey = 1;
      • getStringKey

        java.lang.String getStringKey()
        optional string stringKey = 1;
      • getStringKeyBytes

        akka.protobuf.ByteString getStringKeyBytes()
        optional string stringKey = 1;
      • hasValue

        boolean hasValue()
        required .akka.cluster.ddata.LWWRegister value = 2;
      • hasIntKey

        boolean hasIntKey()
        optional sint32 intKey = 3;
      • getIntKey

        int getIntKey()
        optional sint32 intKey = 3;
      • hasLongKey

        boolean hasLongKey()
        optional sint64 longKey = 4;
      • getLongKey

        long getLongKey()
        optional sint64 longKey = 4;
      • hasOtherKey

        boolean hasOtherKey()
        optional .akka.cluster.ddata.OtherMessage otherKey = 5;