Interface ClusterShardingMessages.MapFieldEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      optional string key = 1;
      akka.protobuf.ByteString getKeyBytes()
      optional string key = 1;
      int getValue()
      optional int32 value = 2;
      boolean hasKey()
      optional string key = 1;
      boolean hasValue()
      optional int32 value = 2;
      • Methods inherited from interface akka.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
    • Method Detail

      • hasKey

        boolean hasKey()
        optional string key = 1;
      • getKey

        java.lang.String getKey()
        optional string key = 1;
      • getKeyBytes

        akka.protobuf.ByteString getKeyBytes()
        optional string key = 1;
      • hasValue

        boolean hasValue()
        optional int32 value = 2;
      • getValue

        int getValue()
        optional int32 value = 2;