接口的使用
org.apache.bookkeeper.mledger.AsyncCallbacks.CloseCallback
程序包
说明
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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger中AsyncCallbacks.CloseCallback的使用
修饰符和类型方法说明voidManagedCursor.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) Close the cursor asynchronously and release the associated resources.voidManagedLedger.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) Close the ManagedLedger asynchronously.voidReadOnlyCursor.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) Close the cursor asynchronously and release the associated resources. -
org.apache.bookkeeper.mledger.impl中AsyncCallbacks.CloseCallback的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) voidManagedLedgerImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) voidNonDurableCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) voidReadOnlyCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) -
org.apache.bookkeeper.mledger.util中AsyncCallbacks.CloseCallback的使用