public final class KeyValue
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
KeyValue.Vector |
Constructor and Description |
---|
KeyValue() |
Modifier and Type | Method and Description |
---|---|
KeyValue |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
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(ByteBuffer _bb) |
static KeyValue |
getRootAsKeyValue(ByteBuffer _bb,
KeyValue obj) |
String |
key() |
ByteBuffer |
keyAsByteBuffer() |
ByteBuffer |
keyInByteBuffer(ByteBuffer _bb) |
static void |
startKeyValue(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
ValidateVersion() |
String |
value() |
ByteBuffer |
valueAsByteBuffer() |
ByteBuffer |
valueInByteBuffer(ByteBuffer _bb) |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static KeyValue getRootAsKeyValue(ByteBuffer _bb)
public static KeyValue getRootAsKeyValue(ByteBuffer _bb, KeyValue obj)
public void __init(int _i, ByteBuffer _bb)
public KeyValue __assign(int _i, ByteBuffer _bb)
public String key()
public ByteBuffer keyAsByteBuffer()
public ByteBuffer keyInByteBuffer(ByteBuffer _bb)
public String value()
public ByteBuffer valueAsByteBuffer()
public ByteBuffer valueInByteBuffer(ByteBuffer _bb)
public static int createKeyValue(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset)
public static void startKeyValue(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset)
public static void addValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset)
public static int endKeyValue(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.