public final class KeyValue
extends com.google.flatbuffers.Table
| 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) |
String |
value() |
ByteBuffer |
valueAsByteBuffer() |
ByteBuffer |
valueInByteBuffer(ByteBuffer _bb) |
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 © 2017–2021 Apache Software Foundation. All rights reserved.