Uses of Class
org.apache.pulsar.common.api.proto.KeyValue
-
Packages that use KeyValue Package Description org.apache.pulsar.common.api.proto -
-
Uses of KeyValue in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return KeyValue Modifier and Type Method Description KeyValueCommandProducer. addMetadata()KeyValueCommandSubscribe. addMetadata()KeyValueEncryptionKeys. addMetadata()KeyValueMessageMetadata. addProperty()KeyValueSchema. addProperty()KeyValueSingleMessageMetadata. addProperty()KeyValueKeyValue. clear()KeyValueKeyValue. clearKey()KeyValueKeyValue. clearValue()KeyValueKeyValue. copyFrom(KeyValue _other)KeyValueCommandProducer. getMetadataAt(int idx)KeyValueCommandSubscribe. getMetadataAt(int idx)KeyValueEncryptionKeys. getMetadataAt(int idx)KeyValueMessageMetadata. getPropertyAt(int idx)KeyValueSchema. getPropertyAt(int idx)KeyValueSingleMessageMetadata. getPropertyAt(int idx)KeyValueKeyValue. setKey(java.lang.String key)KeyValueKeyValue. setValue(java.lang.String value)Methods in org.apache.pulsar.common.api.proto that return types with arguments of type KeyValue Modifier and Type Method Description java.util.List<KeyValue>CommandProducer. getMetadatasList()java.util.List<KeyValue>CommandSubscribe. getMetadatasList()java.util.List<KeyValue>EncryptionKeys. getMetadatasList()java.util.List<KeyValue>MessageMetadata. getPropertiesList()java.util.List<KeyValue>Schema. getPropertiesList()java.util.List<KeyValue>SingleMessageMetadata. getPropertiesList()Methods in org.apache.pulsar.common.api.proto with parameters of type KeyValue Modifier and Type Method Description KeyValueKeyValue. copyFrom(KeyValue _other)Method parameters in org.apache.pulsar.common.api.proto with type arguments of type KeyValue Modifier and Type Method Description CommandProducerCommandProducer. addAllMetadatas(java.lang.Iterable<KeyValue> metadatas)CommandSubscribeCommandSubscribe. addAllMetadatas(java.lang.Iterable<KeyValue> metadatas)EncryptionKeysEncryptionKeys. addAllMetadatas(java.lang.Iterable<KeyValue> metadatas)MessageMetadataMessageMetadata. addAllProperties(java.lang.Iterable<KeyValue> properties)SchemaSchema. addAllProperties(java.lang.Iterable<KeyValue> properties)SingleMessageMetadataSingleMessageMetadata. addAllProperties(java.lang.Iterable<KeyValue> properties)
-