类 KeyValue
java.lang.Object
com.google.flatbuffers.Table
org.apache.pulsar.io.kinesis.fbs.KeyValue
public final class KeyValue
extends com.google.flatbuffers.Table
-
字段概要
从类继承的字段 com.google.flatbuffers.Table
bb, bb_pos, UTF8_CHARSET -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset) static voidaddValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset) static intcreateKeyValue(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset) static intendKeyValue(com.google.flatbuffers.FlatBufferBuilder builder) static KeyValuestatic KeyValuegetRootAsKeyValue(ByteBuffer _bb, KeyValue obj) key()static voidstartKeyValue(com.google.flatbuffers.FlatBufferBuilder builder) value()从类继承的方法 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
-
构造器详细资料
-
KeyValue
public KeyValue()
-
-
方法详细资料
-
getRootAsKeyValue
-
getRootAsKeyValue
-
__init
-
__assign
-
key
-
keyAsByteBuffer
-
keyInByteBuffer
-
value
-
valueAsByteBuffer
-
valueInByteBuffer
-
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)
-