Class MetadataEntry

java.lang.Object
com.google.flatbuffers.Table
express.mvp.myra.codec.bench.codecs.flatbuffers.MetadataEntry

public final class MetadataEntry extends com.google.flatbuffers.Table
  • Constructor Details

    • MetadataEntry

      public MetadataEntry()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsMetadataEntry

      public static MetadataEntry getRootAsMetadataEntry(ByteBuffer _bb)
    • getRootAsMetadataEntry

      public static MetadataEntry getRootAsMetadataEntry(ByteBuffer _bb, MetadataEntry obj)
    • __init

      public void __init(int _i, ByteBuffer _bb)
    • __assign

      public MetadataEntry __assign(int _i, ByteBuffer _bb)
    • key

      public String key()
    • keyAsByteBuffer

      public ByteBuffer keyAsByteBuffer()
    • keyInByteBuffer

      public ByteBuffer keyInByteBuffer(ByteBuffer _bb)
    • value

      public String value()
    • valueAsByteBuffer

      public ByteBuffer valueAsByteBuffer()
    • valueInByteBuffer

      public ByteBuffer valueInByteBuffer(ByteBuffer _bb)
    • createMetadataEntry

      public static int createMetadataEntry(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset)
    • startMetadataEntry

      public static void startMetadataEntry(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)
    • endMetadataEntry

      public static int endMetadataEntry(com.google.flatbuffers.FlatBufferBuilder builder)