Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.UpdatePropertiesCallback
-
Packages that use AsyncCallbacks.UpdatePropertiesCallback 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. -
-
Uses of AsyncCallbacks.UpdatePropertiesCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.UpdatePropertiesCallback Modifier and Type Method Description voidManagedLedger. asyncDeleteProperty(java.lang.String key, AsyncCallbacks.UpdatePropertiesCallback callback, java.lang.Object ctx)Async delete the property by key.voidManagedLedger. asyncSetProperties(java.util.Map<java.lang.String,java.lang.String> properties, AsyncCallbacks.UpdatePropertiesCallback callback, java.lang.Object ctx)Async update managed-ledger's properties.voidManagedLedger. asyncSetProperty(java.lang.String key, java.lang.String value, AsyncCallbacks.UpdatePropertiesCallback callback, java.lang.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.UpdatePropertiesCallback Modifier and Type Method Description voidManagedLedgerImpl. asyncDeleteProperty(java.lang.String key, AsyncCallbacks.UpdatePropertiesCallback callback, java.lang.Object ctx)voidManagedLedgerImpl. asyncSetProperties(java.util.Map<java.lang.String,java.lang.String> properties, AsyncCallbacks.UpdatePropertiesCallback callback, java.lang.Object ctx)voidManagedLedgerImpl. asyncSetProperty(java.lang.String key, java.lang.String value, AsyncCallbacks.UpdatePropertiesCallback callback, java.lang.Object ctx)
-