| Package | Description |
|---|---|
| org.apache.pulsar.metadata.api | |
| org.apache.pulsar.metadata.impl.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Stat> |
MetadataStore.put(String path,
byte[] value,
Optional<Long> expectedVersion)
Put a new value for a given key.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Stat> |
ZKMetadataStore.put(String path,
byte[] value,
Optional<Long> optExpectedVersion) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.