接口的使用
org.apache.bookkeeper.mledger.AsyncCallbacks.ReadEntryCallback
程序包
说明
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.ReadEntryCallback的使用
修饰符和类型方法说明voidManagedCursor.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) Asynchronously get 'N'th entry from the mark delete position in the cursor without updating any cursor positions. -
org.apache.bookkeeper.mledger.impl中AsyncCallbacks.ReadEntryCallback的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) protected voidManagedLedgerImpl.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle ledger, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidManagedLedgerImpl.asyncReadEntry(PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidReadOnlyManagedLedgerImpl.asyncReadEntry(PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) -
org.apache.bookkeeper.mledger.impl.cache中AsyncCallbacks.ReadEntryCallback的使用
修饰符和类型方法说明voidEntryCache.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) Read entry at given position from the cache or from bookkeeper.voidEntryCacheDisabled.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidRangeEntryCacheImpl.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx)