Class KeyLongValue


  • public final class KeyLongValue
    extends java.lang.Object
    • Constructor Detail

      • KeyLongValue

        public KeyLongValue()
    • Method Detail

      • hasKey

        public boolean hasKey()
      • getKey

        public java.lang.String getKey()
      • setKey

        public KeyLongValue setKey​(java.lang.String key)
      • hasValue

        public boolean hasValue()
      • getValue

        public long getValue()
      • writeTo

        public int writeTo​(io.netty.buffer.ByteBuf _b)
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public void parseFrom​(io.netty.buffer.ByteBuf _buffer,
                              int _size)
      • toByteArray

        public byte[] toByteArray()
      • parseFrom

        public void parseFrom​(byte[] a)