Interface ReplicatedDataMessages.ORMultiMap.EntryOrBuilder

    • Method Detail

      • hasStringKey

        boolean hasStringKey()
        optional string stringKey = 1;
        Returns:
        Whether the stringKey field is set.
      • getStringKey

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

        akka.protobufv3.internal.ByteString getStringKeyBytes()
        optional string stringKey = 1;
        Returns:
        The bytes for stringKey.
      • hasValue

        boolean hasValue()
        required .akka.cluster.ddata.ORSet value = 2;
        Returns:
        Whether the value field is set.
      • hasIntKey

        boolean hasIntKey()
        optional sint32 intKey = 3;
        Returns:
        Whether the intKey field is set.
      • getIntKey

        int getIntKey()
        optional sint32 intKey = 3;
        Returns:
        The intKey.
      • hasLongKey

        boolean hasLongKey()
        optional sint64 longKey = 4;
        Returns:
        Whether the longKey field is set.
      • getLongKey

        long getLongKey()
        optional sint64 longKey = 4;
        Returns:
        The longKey.
      • hasOtherKey

        boolean hasOtherKey()
        optional .akka.cluster.ddata.OtherMessage otherKey = 5;
        Returns:
        Whether the otherKey field is set.