| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
CommandSubscribe.addMetadata() |
KeyValue |
EncryptionKeys.addMetadata() |
KeyValue |
CommandProducer.addMetadata() |
KeyValue |
MessageMetadata.addProperty() |
KeyValue |
SingleMessageMetadata.addProperty() |
KeyValue |
Schema.addProperty() |
KeyValue |
KeyValue.clear() |
KeyValue |
KeyValue.clearKey() |
KeyValue |
KeyValue.clearValue() |
KeyValue |
KeyValue.copyFrom(KeyValue _other) |
KeyValue |
CommandSubscribe.getMetadataAt(int idx) |
KeyValue |
EncryptionKeys.getMetadataAt(int idx) |
KeyValue |
CommandProducer.getMetadataAt(int idx) |
KeyValue |
MessageMetadata.getPropertyAt(int idx) |
KeyValue |
SingleMessageMetadata.getPropertyAt(int idx) |
KeyValue |
Schema.getPropertyAt(int idx) |
KeyValue |
KeyValue.setKey(String key) |
KeyValue |
KeyValue.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
CommandSubscribe.getMetadatasList() |
List<KeyValue> |
EncryptionKeys.getMetadatasList() |
List<KeyValue> |
CommandProducer.getMetadatasList() |
List<KeyValue> |
MessageMetadata.getPropertiesList() |
List<KeyValue> |
SingleMessageMetadata.getPropertiesList() |
List<KeyValue> |
Schema.getPropertiesList() |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
KeyValue.copyFrom(KeyValue _other) |
| Modifier and Type | Method and Description |
|---|---|
CommandSubscribe |
CommandSubscribe.addAllMetadatas(Iterable<KeyValue> metadatas) |
EncryptionKeys |
EncryptionKeys.addAllMetadatas(Iterable<KeyValue> metadatas) |
CommandProducer |
CommandProducer.addAllMetadatas(Iterable<KeyValue> metadatas) |
MessageMetadata |
MessageMetadata.addAllProperties(Iterable<KeyValue> properties) |
SingleMessageMetadata |
SingleMessageMetadata.addAllProperties(Iterable<KeyValue> properties) |
Schema |
Schema.addAllProperties(Iterable<KeyValue> properties) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.