| 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 |
|---|---|
void |
ManagedLedger.asyncOpenCursor(String name,
AsyncCallbacks.OpenCursorCallback callback,
Object ctx)
Open a ManagedCursor asynchronously.
|
void |
ManagedLedger.asyncOpenCursor(String name,
CommandSubscribe.InitialPosition initialPosition,
AsyncCallbacks.OpenCursorCallback callback,
Object ctx)
Open a ManagedCursor asynchronously.
|
void |
ManagedLedger.asyncOpenCursor(String name,
CommandSubscribe.InitialPosition initialPosition,
Map<String,Long> properties,
AsyncCallbacks.OpenCursorCallback callback,
Object ctx)
Open a ManagedCursor asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedLedgerImpl.asyncOpenCursor(String cursorName,
AsyncCallbacks.OpenCursorCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncOpenCursor(String cursorName,
CommandSubscribe.InitialPosition initialPosition,
AsyncCallbacks.OpenCursorCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncOpenCursor(String cursorName,
CommandSubscribe.InitialPosition initialPosition,
Map<String,Long> properties,
AsyncCallbacks.OpenCursorCallback callback,
Object ctx) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.