接口的使用
org.apache.bookkeeper.mledger.AsyncCallbacks.DeleteCallback
程序包
说明
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.DeleteCallback的使用
修饰符和类型方法说明voidManagedCursor.asyncDelete(Iterable<Position> position, AsyncCallbacks.DeleteCallback callback, Object ctx) Delete a group of messages asynchronouslyvoidManagedCursor.asyncDelete(Position position, AsyncCallbacks.DeleteCallback callback, Object ctx) Delete a single message asynchronously -
org.apache.bookkeeper.mledger.impl中AsyncCallbacks.DeleteCallback的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncDelete(Iterable<Position> positions, AsyncCallbacks.DeleteCallback callback, Object ctx) voidManagedCursorImpl.asyncDelete(Position pos, AsyncCallbacks.DeleteCallback callback, Object ctx)