| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedLedger.asyncDeleteProperty(String key,
AsyncCallbacks.UpdatePropertiesCallback callback,
Object ctx)
Async delete the property by key.
|
void |
ManagedLedger.asyncSetProperties(Map<String,String> properties,
AsyncCallbacks.UpdatePropertiesCallback callback,
Object ctx)
Async update managed-ledger's properties.
|
void |
ManagedLedger.asyncSetProperty(String key,
String value,
AsyncCallbacks.UpdatePropertiesCallback callback,
Object ctx)
Async add key-value to propertiesMap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedLedgerImpl.asyncDeleteProperty(String key,
AsyncCallbacks.UpdatePropertiesCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncSetProperties(Map<String,String> properties,
AsyncCallbacks.UpdatePropertiesCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncSetProperty(String key,
String value,
AsyncCallbacks.UpdatePropertiesCallback callback,
Object ctx) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.