| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedCursor.IndividualDeletedEntries |
ManagedCursor.IndividualDeletedEntries.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedCursor.IndividualDeletedEntries[] |
ManagedCursor.IndividualDeletedEntries.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursor.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.
|
void |
ManagedCursor.asyncSkipEntries(int numEntriesToSkip,
ManagedCursor.IndividualDeletedEntries deletedEntries,
AsyncCallbacks.SkipEntriesCallback callback,
Object ctx)
Skip n entries from the read position of this cursor.
|
Entry |
ManagedCursor.getNthEntry(int n,
ManagedCursor.IndividualDeletedEntries deletedEntries)
Get 'N'th entry from the mark delete position in the cursor without updating any cursor positions.
|
void |
ManagedCursor.skipEntries(int numEntriesToSkip,
ManagedCursor.IndividualDeletedEntries deletedEntries)
Skip n entries from the read position of this cursor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursorImpl.asyncGetNthEntry(int n,
ManagedCursor.IndividualDeletedEntries deletedEntries,
AsyncCallbacks.ReadEntryCallback callback,
Object ctx) |
void |
ManagedCursorImpl.asyncSkipEntries(int numEntriesToSkip,
ManagedCursor.IndividualDeletedEntries deletedEntries,
AsyncCallbacks.SkipEntriesCallback callback,
Object ctx) |
Entry |
ManagedCursorImpl.getNthEntry(int n,
ManagedCursor.IndividualDeletedEntries deletedEntries) |
void |
ManagedCursorImpl.skipEntries(int numEntriesToSkip,
ManagedCursor.IndividualDeletedEntries deletedEntries) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.