Package org.apache.pulsar.io.kinesis.fbs
Class EncryptionKey
java.lang.Object
com.google.flatbuffers.Table
org.apache.pulsar.io.kinesis.fbs.EncryptionKey
public final class EncryptionKey
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 voidaddMetadata(com.google.flatbuffers.FlatBufferBuilder builder, int metadataOffset) static voidaddValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset) static intcreateEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset, int metadataOffset) static intcreateMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intcreateValueVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data) static intendEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder) static EncryptionKeystatic EncryptionKeygetRootAsEncryptionKey(ByteBuffer _bb, EncryptionKey obj) key()metadata(int j) intstatic voidstartEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder) static voidstartMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidstartValueVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) bytevalue(int j) intMethods 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
-
EncryptionKey
public EncryptionKey()
-
-
Method Details
-
getRootAsEncryptionKey
-
getRootAsEncryptionKey
-
__init
-
__assign
-
key
-
keyAsByteBuffer
-
keyInByteBuffer
-
value
public byte value(int j) -
valueLength
public int valueLength() -
valueAsByteBuffer
-
valueInByteBuffer
-
metadata
-
metadata
-
metadataLength
public int metadataLength() -
createEncryptionKey
public static int createEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset, int metadataOffset) -
startEncryptionKey
public static void startEncryptionKey(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) -
createValueVector
public static int createValueVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data) -
startValueVector
public static void startValueVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addMetadata
public static void addMetadata(com.google.flatbuffers.FlatBufferBuilder builder, int metadataOffset) -
createMetadataVector
public static int createMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startMetadataVector
public static void startMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
endEncryptionKey
public static int endEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder)
-