Package org.apache.pulsar.io.kinesis.fbs
Class KeyValue
java.lang.Object
com.google.flatbuffers.Table
org.apache.pulsar.io.kinesis.fbs.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 -
Method Summary
Modifier and TypeMethodDescription__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()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
-
Constructor Details
-
KeyValue
public KeyValue()
-
-
Method Details
-
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)
-