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
  • Constructor Details

    • EncryptionKey

      public EncryptionKey()
  • Method Details

    • getRootAsEncryptionKey

      public static EncryptionKey getRootAsEncryptionKey(ByteBuffer _bb)
    • getRootAsEncryptionKey

      public static EncryptionKey getRootAsEncryptionKey(ByteBuffer _bb, EncryptionKey obj)
    • __init

      public void __init(int _i, ByteBuffer _bb)
    • __assign

      public EncryptionKey __assign(int _i, ByteBuffer _bb)
    • key

      public String key()
    • keyAsByteBuffer

      public ByteBuffer keyAsByteBuffer()
    • keyInByteBuffer

      public ByteBuffer keyInByteBuffer(ByteBuffer _bb)
    • value

      public byte value(int j)
    • valueLength

      public int valueLength()
    • valueAsByteBuffer

      public ByteBuffer valueAsByteBuffer()
    • valueInByteBuffer

      public ByteBuffer valueInByteBuffer(ByteBuffer _bb)
    • metadata

      public KeyValue metadata(int j)
    • metadata

      public KeyValue metadata(KeyValue obj, int j)
    • 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)