| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.bookkeeper.mledger.intercept |
| Modifier and Type | Method and Description |
|---|---|
static OpAddEntry |
OpAddEntry.createNoRetainBuffer(ManagedLedgerImpl ml,
io.netty.buffer.ByteBuf data,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
static OpAddEntry |
OpAddEntry.createNoRetainBuffer(ManagedLedgerImpl ml,
io.netty.buffer.ByteBuf data,
int numberOfMessages,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
| Modifier and Type | Method and Description |
|---|---|
OpAddEntry |
ManagedLedgerInterceptor.beforeAddEntry(OpAddEntry op,
int numberOfMessages)
Intercept an OpAddEntry and return an OpAddEntry.
|
| Modifier and Type | Method and Description |
|---|---|
OpAddEntry |
ManagedLedgerInterceptor.beforeAddEntry(OpAddEntry op,
int numberOfMessages)
Intercept an OpAddEntry and return an OpAddEntry.
|
default ManagedLedgerInterceptor.PayloadProcessorHandle |
ManagedLedgerInterceptor.processPayloadBeforeLedgerWrite(OpAddEntry ledgerWriteOp,
io.netty.buffer.ByteBuf dataToBeStoredInLedger)
Intercept before payload gets written to ledger
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.