Uses of Class
org.apache.pulsar.io.kinesis.fbs.KeyValue
-
Packages that use KeyValue Package Description org.apache.pulsar.io.kinesis.fbs -
-
Uses of KeyValue in org.apache.pulsar.io.kinesis.fbs
Methods in org.apache.pulsar.io.kinesis.fbs that return KeyValue Modifier and Type Method Description KeyValueKeyValue. __assign(int _i, java.nio.ByteBuffer _bb)static KeyValueKeyValue. getRootAsKeyValue(java.nio.ByteBuffer _bb)static KeyValueKeyValue. getRootAsKeyValue(java.nio.ByteBuffer _bb, KeyValue obj)KeyValueEncryptionKey. metadata(int j)KeyValueEncryptionKey. metadata(KeyValue obj, int j)KeyValueMessage. properties(int j)KeyValueMessage. properties(KeyValue obj, int j)Methods in org.apache.pulsar.io.kinesis.fbs with parameters of type KeyValue Modifier and Type Method Description static KeyValueKeyValue. getRootAsKeyValue(java.nio.ByteBuffer _bb, KeyValue obj)KeyValueEncryptionKey. metadata(KeyValue obj, int j)KeyValueMessage. properties(KeyValue obj, int j)
-