接口的使用
org.apache.bookkeeper.mledger.AsyncCallbacks.UpdatePropertiesCallback
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger中AsyncCallbacks.UpdatePropertiesCallback的使用
修饰符和类型方法说明voidManagedLedger.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. -
org.apache.bookkeeper.mledger.impl中AsyncCallbacks.UpdatePropertiesCallback的使用
修饰符和类型方法说明voidManagedLedgerImpl.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)