类的使用
org.apache.bookkeeper.mledger.impl.OpAddEntry
使用OpAddEntry的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger.impl中OpAddEntry的使用
修饰符和类型方法说明static OpAddEntryOpAddEntry.createNoRetainBuffer(ManagedLedgerImpl ml, io.netty.buffer.ByteBuf data, int numberOfMessages, AsyncCallbacks.AddEntryCallback callback, Object ctx) static OpAddEntryOpAddEntry.createNoRetainBuffer(ManagedLedgerImpl ml, io.netty.buffer.ByteBuf data, AsyncCallbacks.AddEntryCallback callback, Object ctx) -
org.apache.bookkeeper.mledger.intercept中OpAddEntry的使用
修饰符和类型方法说明ManagedLedgerInterceptor.beforeAddEntry(OpAddEntry op, int numberOfMessages) Intercept an OpAddEntry and return an OpAddEntry.修饰符和类型方法说明ManagedLedgerInterceptor.beforeAddEntry(OpAddEntry op, int numberOfMessages) Intercept an OpAddEntry and return an OpAddEntry.ManagedLedgerInterceptor.processPayloadBeforeLedgerWrite(OpAddEntry ledgerWriteOp, io.netty.buffer.ByteBuf dataToBeStoredInLedger) Intercept before payload gets written to ledger.