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
-
-
Constructor Summary
Constructors Constructor Description KeyValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValue__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.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 KeyValuegetRootAsKeyValue(java.nio.ByteBuffer _bb)static KeyValuegetRootAsKeyValue(java.nio.ByteBuffer _bb, KeyValue obj)java.lang.Stringkey()java.nio.ByteBufferkeyAsByteBuffer()java.nio.ByteBufferkeyInByteBuffer(java.nio.ByteBuffer _bb)static voidstartKeyValue(com.google.flatbuffers.FlatBufferBuilder builder)java.lang.Stringvalue()java.nio.ByteBuffervalueAsByteBuffer()java.nio.ByteBuffervalueInByteBuffer(java.nio.ByteBuffer _bb)
-
-
-
Method Detail
-
getRootAsKeyValue
public static KeyValue getRootAsKeyValue(java.nio.ByteBuffer _bb)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public KeyValue __assign(int _i, java.nio.ByteBuffer _bb)
-
key
public java.lang.String key()
-
keyAsByteBuffer
public java.nio.ByteBuffer keyAsByteBuffer()
-
keyInByteBuffer
public java.nio.ByteBuffer keyInByteBuffer(java.nio.ByteBuffer _bb)
-
value
public java.lang.String value()
-
valueAsByteBuffer
public java.nio.ByteBuffer valueAsByteBuffer()
-
valueInByteBuffer
public java.nio.ByteBuffer valueInByteBuffer(java.nio.ByteBuffer _bb)
-
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)
-
-