Class KeyValue


  • public final class KeyValue
    extends com.google.flatbuffers.Table
    • Field Summary

      • Fields inherited from class com.google.flatbuffers.Table

        bb, bb_pos, UTF8_CHARSET
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValue()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KeyValue __assign​(int _i, java.nio.ByteBuffer _bb)  
      void __init​(int _i, java.nio.ByteBuffer _bb)  
      static void addKey​(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset)  
      static void addValue​(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset)  
      static int createKeyValue​(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset)  
      static int endKeyValue​(com.google.flatbuffers.FlatBufferBuilder builder)  
      static KeyValue getRootAsKeyValue​(java.nio.ByteBuffer _bb)  
      static KeyValue getRootAsKeyValue​(java.nio.ByteBuffer _bb, KeyValue obj)  
      java.lang.String key()  
      java.nio.ByteBuffer keyAsByteBuffer()  
      java.nio.ByteBuffer keyInByteBuffer​(java.nio.ByteBuffer _bb)  
      static void startKeyValue​(com.google.flatbuffers.FlatBufferBuilder builder)  
      java.lang.String value()  
      java.nio.ByteBuffer valueAsByteBuffer()  
      java.nio.ByteBuffer valueInByteBuffer​(java.nio.ByteBuffer _bb)  
      • Methods inherited from class com.google.flatbuffers.Table

        __has_identifier, __indirect, __indirect, __offset, __offset, __string, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyValue

        public KeyValue()
    • Method Detail

      • getRootAsKeyValue

        public static KeyValue getRootAsKeyValue​(java.nio.ByteBuffer _bb)
      • getRootAsKeyValue

        public static KeyValue getRootAsKeyValue​(java.nio.ByteBuffer _bb,
                                                 KeyValue obj)
      • __init

        public void __init​(int _i,
                           java.nio.ByteBuffer _bb)
      • __assign

        public KeyValue __assign​(int _i,
                                 java.nio.ByteBuffer _bb)
      • key

        public java.lang.String key()
      • keyAsByteBuffer

        public java.nio.ByteBuffer keyAsByteBuffer()
      • keyInByteBuffer

        public java.nio.ByteBuffer keyInByteBuffer​(java.nio.ByteBuffer _bb)
      • value

        public java.lang.String value()
      • valueAsByteBuffer

        public java.nio.ByteBuffer valueAsByteBuffer()
      • valueInByteBuffer

        public java.nio.ByteBuffer valueInByteBuffer​(java.nio.ByteBuffer _bb)
      • createKeyValue

        public static int createKeyValue​(com.google.flatbuffers.FlatBufferBuilder builder,
                                         int keyOffset,
                                         int valueOffset)
      • startKeyValue

        public static void startKeyValue​(com.google.flatbuffers.FlatBufferBuilder builder)
      • addKey

        public static void addKey​(com.google.flatbuffers.FlatBufferBuilder builder,
                                  int keyOffset)
      • addValue

        public static void addValue​(com.google.flatbuffers.FlatBufferBuilder builder,
                                    int valueOffset)
      • endKeyValue

        public static int endKeyValue​(com.google.flatbuffers.FlatBufferBuilder builder)