接口的使用
org.apache.bookkeeper.mledger.AsyncCallbacks.MarkDeleteCallback
程序包
说明
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.MarkDeleteCallback的使用
修饰符和类型方法说明voidManagedCursor.asyncMarkDelete(Position position, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) Asynchronous mark delete.voidManagedCursor.asyncMarkDelete(Position position, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) Asynchronous mark delete. -
org.apache.bookkeeper.mledger.impl中AsyncCallbacks.MarkDeleteCallback的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncMarkDelete(Position position, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) voidManagedCursorImpl.asyncMarkDelete(Position position, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) protected voidManagedCursorImpl.internalAsyncMarkDelete(PositionImpl newPosition, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) protected voidNonDurableCursorImpl.internalAsyncMarkDelete(PositionImpl newPosition, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx)