Package akka.remote

Interface ArteryControlFormats.CompressionTableAdvertisementOrBuilder

    • Method Detail

      • hasFrom

        boolean hasFrom()
        required .UniqueAddress from = 1;
      • hasOriginUid

        boolean hasOriginUid()
        required uint64 originUid = 2;
      • getOriginUid

        long getOriginUid()
        required uint64 originUid = 2;
      • hasTableVersion

        boolean hasTableVersion()
        required uint32 tableVersion = 3;
      • getTableVersion

        int getTableVersion()
        required uint32 tableVersion = 3;
      • getKeysList

        java.util.List<java.lang.String> getKeysList()
        repeated string keys = 4;
         actual Map is represented by separate sequences of keys and values,
         relies on both sequences using the same order so that corresponding entries can be
         associated again when deserializing
         
      • getKeysCount

        int getKeysCount()
        repeated string keys = 4;
         actual Map is represented by separate sequences of keys and values,
         relies on both sequences using the same order so that corresponding entries can be
         associated again when deserializing
         
      • getKeys

        java.lang.String getKeys​(int index)
        repeated string keys = 4;
         actual Map is represented by separate sequences of keys and values,
         relies on both sequences using the same order so that corresponding entries can be
         associated again when deserializing
         
      • getKeysBytes

        akka.protobuf.ByteString getKeysBytes​(int index)
        repeated string keys = 4;
         actual Map is represented by separate sequences of keys and values,
         relies on both sequences using the same order so that corresponding entries can be
         associated again when deserializing
         
      • getValuesList

        java.util.List<java.lang.Integer> getValuesList()
        repeated uint32 values = 5;
      • getValuesCount

        int getValuesCount()
        repeated uint32 values = 5;
      • getValues

        int getValues​(int index)
        repeated uint32 values = 5;