Uses of Class
org.apache.pulsar.common.api.proto.KeyValue
Packages that use KeyValue
-
Uses of KeyValue in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return KeyValueModifier and TypeMethodDescriptionCommandProducer.addMetadata()CommandSubscribe.addMetadata()EncryptionKeys.addMetadata()CommandLookupTopic.addProperty()MessageMetadata.addProperty()Schema.addProperty()SingleMessageMetadata.addProperty()CommandSubscribe.addSubscriptionProperty()KeyValue.clear()KeyValue.clearKey()KeyValue.clearValue()CommandProducer.getMetadataAt(int idx) CommandSubscribe.getMetadataAt(int idx) EncryptionKeys.getMetadataAt(int idx) CommandLookupTopic.getPropertyAt(int idx) MessageMetadata.getPropertyAt(int idx) Schema.getPropertyAt(int idx) SingleMessageMetadata.getPropertyAt(int idx) CommandSubscribe.getSubscriptionPropertyAt(int idx) Methods in org.apache.pulsar.common.api.proto that return types with arguments of type KeyValueModifier and TypeMethodDescriptionCommandProducer.getMetadatasList()CommandSubscribe.getMetadatasList()EncryptionKeys.getMetadatasList()CommandLookupTopic.getPropertiesList()MessageMetadata.getPropertiesList()Schema.getPropertiesList()SingleMessageMetadata.getPropertiesList()CommandSubscribe.getSubscriptionPropertiesList()Methods in org.apache.pulsar.common.api.proto with parameters of type KeyValueMethod parameters in org.apache.pulsar.common.api.proto with type arguments of type KeyValueModifier and TypeMethodDescriptionCommandProducer.addAllMetadatas(Iterable<KeyValue> metadatas) CommandSubscribe.addAllMetadatas(Iterable<KeyValue> metadatas) EncryptionKeys.addAllMetadatas(Iterable<KeyValue> metadatas) CommandLookupTopic.addAllProperties(Iterable<KeyValue> properties) MessageMetadata.addAllProperties(Iterable<KeyValue> properties) Schema.addAllProperties(Iterable<KeyValue> properties) SingleMessageMetadata.addAllProperties(Iterable<KeyValue> properties) CommandSubscribe.addAllSubscriptionProperties(Iterable<KeyValue> subscriptionProperties)