| 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.asyncAddEntry(byte[] data,
AsyncCallbacks.AddEntryCallback callback,
Object ctx)
Append a new entry asynchronously.
|
void |
ManagedLedger.asyncAddEntry(byte[] data,
int offset,
int length,
AsyncCallbacks.AddEntryCallback callback,
Object ctx)
Append a new entry asynchronously.
|
void |
ManagedLedger.asyncAddEntry(byte[] data,
int numberOfMessages,
int offset,
int length,
AsyncCallbacks.AddEntryCallback callback,
Object ctx)
Append a new entry asynchronously.
|
void |
ManagedLedger.asyncAddEntry(io.netty.buffer.ByteBuf buffer,
AsyncCallbacks.AddEntryCallback callback,
Object ctx)
Append a new entry asynchronously.
|
void |
ManagedLedger.asyncAddEntry(io.netty.buffer.ByteBuf buffer,
int numberOfMessages,
AsyncCallbacks.AddEntryCallback callback,
Object ctx)
Append a new entry asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
protected AsyncCallbacks.AddEntryCallback |
OpAddEntry.callback |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedLedgerImpl.asyncAddEntry(byte[] data,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncAddEntry(byte[] data,
int offset,
int length,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncAddEntry(byte[] data,
int numberOfMessages,
int offset,
int length,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncAddEntry(io.netty.buffer.ByteBuf buffer,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncAddEntry(io.netty.buffer.ByteBuf buffer,
int numberOfMessages,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
static OpAddEntry |
OpAddEntry.create(ManagedLedgerImpl ml,
io.netty.buffer.ByteBuf data,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
static OpAddEntry |
OpAddEntry.create(ManagedLedgerImpl ml,
io.netty.buffer.ByteBuf data,
int numberOfMessages,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.