Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.UpdatePropertiesCallback
Packages that use AsyncCallbacks.UpdatePropertiesCallback
-
Uses of AsyncCallbacks.UpdatePropertiesCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.UpdatePropertiesCallbackModifier and TypeMethodDescriptionvoidManagedLedger.asyncDeleteProperty(String key, AsyncCallbacks.UpdatePropertiesCallback callback, Object ctx) Async delete the property by key.voidManagedLedger.asyncSetProperties(Map<String, String> properties, AsyncCallbacks.UpdatePropertiesCallback callback, Object ctx) Async update managed-ledger's properties.voidManagedLedger.asyncSetProperty(String key, String value, AsyncCallbacks.UpdatePropertiesCallback callback, Object ctx) Async add key-value to propertiesMap. -
Uses of AsyncCallbacks.UpdatePropertiesCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.UpdatePropertiesCallbackModifier and TypeMethodDescriptionvoidManagedLedgerImpl.asyncDeleteProperty(String key, AsyncCallbacks.UpdatePropertiesCallback callback, Object ctx) voidManagedLedgerImpl.asyncSetProperties(Map<String, String> properties, AsyncCallbacks.UpdatePropertiesCallback callback, Object ctx) voidManagedLedgerImpl.asyncSetProperty(String key, String value, AsyncCallbacks.UpdatePropertiesCallback callback, Object ctx)