| 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.FindPositionConstraint |
ManagedCursor.FindPositionConstraint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedCursor.FindPositionConstraint[] |
ManagedCursor.FindPositionConstraint.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.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint,
com.google.common.base.Predicate<Entry> condition,
AsyncCallbacks.FindEntryCallback callback,
Object ctx)
Find the newest entry that matches the given predicate.
|
Position |
ReadOnlyCursor.findNewestMatching(ManagedCursor.FindPositionConstraint constraint,
com.google.common.base.Predicate<Entry> condition)
Find the newest entry that matches the given predicate.
|
Position |
ManagedCursor.findNewestMatching(ManagedCursor.FindPositionConstraint constraint,
com.google.common.base.Predicate<Entry> condition)
Find the newest entry that matches the given predicate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursorImpl.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint,
com.google.common.base.Predicate<Entry> condition,
AsyncCallbacks.FindEntryCallback callback,
Object ctx) |
Position |
ManagedCursorImpl.findNewestMatching(ManagedCursor.FindPositionConstraint constraint,
com.google.common.base.Predicate<Entry> condition) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.