Uses of Class
org.apache.bookkeeper.mledger.impl.OpAddEntry
-
Packages that use OpAddEntry 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 -
-
Uses of OpAddEntry in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return OpAddEntry Modifier and Type Method Description static OpAddEntryOpAddEntry. create(ManagedLedgerImpl ml, io.netty.buffer.ByteBuf data, int numberOfMessages, AsyncCallbacks.AddEntryCallback callback, java.lang.Object ctx)static OpAddEntryOpAddEntry. create(ManagedLedgerImpl ml, io.netty.buffer.ByteBuf data, AsyncCallbacks.AddEntryCallback callback, java.lang.Object ctx) -
Uses of OpAddEntry in org.apache.bookkeeper.mledger.intercept
Methods in org.apache.bookkeeper.mledger.intercept that return OpAddEntry Modifier and Type Method Description OpAddEntryManagedLedgerInterceptor. beforeAddEntry(OpAddEntry op, int numberOfMessages)Intercept an OpAddEntry and return an OpAddEntry.Methods in org.apache.bookkeeper.mledger.intercept with parameters of type OpAddEntry Modifier and Type Method Description OpAddEntryManagedLedgerInterceptor. beforeAddEntry(OpAddEntry op, int numberOfMessages)Intercept an OpAddEntry and return an OpAddEntry.
-