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
-
-
Constructor Summary
Constructors Constructor Description EncryptionCtx()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionCtx__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.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)java.lang.Stringalgo()java.nio.ByteBufferalgoAsByteBuffer()java.nio.ByteBufferalgoInByteBuffer(java.nio.ByteBuffer _bb)intbatchSize()bytecompressionType()static 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 EncryptionCtxgetRootAsEncryptionCtx(java.nio.ByteBuffer _bb)static EncryptionCtxgetRootAsEncryptionCtx(java.nio.ByteBuffer _bb, EncryptionCtx obj)booleanisBatchMessage()EncryptionKeykeys(int j)EncryptionKeykeys(EncryptionKey obj, int j)intkeysLength()byteparam(int j)java.nio.ByteBufferparamAsByteBuffer()java.nio.ByteBufferparamInByteBuffer(java.nio.ByteBuffer _bb)intparamLength()static voidstartEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder)static voidstartKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartParamVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)intuncompressedMessageSize()
-
-
-
Method Detail
-
getRootAsEncryptionCtx
public static EncryptionCtx getRootAsEncryptionCtx(java.nio.ByteBuffer _bb)
-
getRootAsEncryptionCtx
public static EncryptionCtx getRootAsEncryptionCtx(java.nio.ByteBuffer _bb, EncryptionCtx obj)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public EncryptionCtx __assign(int _i, java.nio.ByteBuffer _bb)
-
keys
public EncryptionKey keys(int j)
-
keys
public EncryptionKey keys(EncryptionKey obj, int j)
-
keysLength
public int keysLength()
-
param
public byte param(int j)
-
paramLength
public int paramLength()
-
paramAsByteBuffer
public java.nio.ByteBuffer paramAsByteBuffer()
-
paramInByteBuffer
public java.nio.ByteBuffer paramInByteBuffer(java.nio.ByteBuffer _bb)
-
algo
public java.lang.String algo()
-
algoAsByteBuffer
public java.nio.ByteBuffer algoAsByteBuffer()
-
algoInByteBuffer
public java.nio.ByteBuffer algoInByteBuffer(java.nio.ByteBuffer _bb)
-
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)
-
-