Package org.apache.pulsar.io.kinesis.fbs
Class EncryptionCtx
java.lang.Object
com.google.flatbuffers.Table
org.apache.pulsar.io.kinesis.fbs.EncryptionCtx
public final class EncryptionCtx
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 voidaddAlgo(com.google.flatbuffers.FlatBufferBuilder builder, int algoOffset) static voidaddBatchSize(com.google.flatbuffers.FlatBufferBuilder builder, int batchSize) static voidaddCompressionType(com.google.flatbuffers.FlatBufferBuilder builder, byte compressionType) static voidaddIsBatchMessage(com.google.flatbuffers.FlatBufferBuilder builder, boolean isBatchMessage) static voidaddKeys(com.google.flatbuffers.FlatBufferBuilder builder, int keysOffset) static voidaddParam(com.google.flatbuffers.FlatBufferBuilder builder, int paramOffset) static voidaddUncompressedMessageSize(com.google.flatbuffers.FlatBufferBuilder builder, int uncompressedMessageSize) algo()intbytestatic intcreateEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder, int keysOffset, int paramOffset, int algoOffset, byte compressionType, int uncompressedMessageSize, int batchSize, boolean isBatchMessage) static intcreateKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intcreateParamVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data) static intendEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder) static EncryptionCtxstatic EncryptionCtxgetRootAsEncryptionCtx(ByteBuffer _bb, EncryptionCtx obj) booleankeys(int j) keys(EncryptionKey obj, int j) intbyteparam(int j) intstatic voidstartEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder) static voidstartKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidstartParamVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) 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
-
EncryptionCtx
public EncryptionCtx()
-
-
Method Details
-
getRootAsEncryptionCtx
-
getRootAsEncryptionCtx
-
__init
-
__assign
-
keys
-
keys
-
keysLength
public int keysLength() -
param
public byte param(int j) -
paramLength
public int paramLength() -
paramAsByteBuffer
-
paramInByteBuffer
-
algo
-
algoAsByteBuffer
-
algoInByteBuffer
-
compressionType
public byte compressionType() -
uncompressedMessageSize
public int uncompressedMessageSize() -
batchSize
public int batchSize() -
isBatchMessage
public boolean isBatchMessage() -
createEncryptionCtx
public static int createEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder, int keysOffset, int paramOffset, int algoOffset, byte compressionType, int uncompressedMessageSize, int batchSize, boolean isBatchMessage) -
startEncryptionCtx
public static void startEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder) -
addKeys
public static void addKeys(com.google.flatbuffers.FlatBufferBuilder builder, int keysOffset) -
createKeysVector
public static int createKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startKeysVector
public static void startKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addParam
public static void addParam(com.google.flatbuffers.FlatBufferBuilder builder, int paramOffset) -
createParamVector
public static int createParamVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data) -
startParamVector
public static void startParamVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addAlgo
public static void addAlgo(com.google.flatbuffers.FlatBufferBuilder builder, int algoOffset) -
addCompressionType
public static void addCompressionType(com.google.flatbuffers.FlatBufferBuilder builder, byte compressionType) -
addUncompressedMessageSize
public static void addUncompressedMessageSize(com.google.flatbuffers.FlatBufferBuilder builder, int uncompressedMessageSize) -
addBatchSize
public static void addBatchSize(com.google.flatbuffers.FlatBufferBuilder builder, int batchSize) -
addIsBatchMessage
public static void addIsBatchMessage(com.google.flatbuffers.FlatBufferBuilder builder, boolean isBatchMessage) -
endEncryptionCtx
public static int endEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder)
-