Package org.apache.bookkeeper.proto
Class GetListOfEntriesOfLedgerProcessorV3
- java.lang.Object
-
- org.apache.bookkeeper.util.SafeRunnable
-
- org.apache.bookkeeper.proto.PacketProcessorBaseV3
-
- org.apache.bookkeeper.proto.GetListOfEntriesOfLedgerProcessorV3
-
- All Implemented Interfaces:
java.lang.Runnable
,SafeRunnable
public class GetListOfEntriesOfLedgerProcessorV3 extends PacketProcessorBaseV3 implements java.lang.Runnable
A processor class for v3 entries of a ledger packets.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.bookkeeper.proto.BookkeeperProtocol.GetListOfEntriesOfLedgerRequest
getListOfEntriesOfLedgerRequest
protected long
ledgerId
-
Fields inherited from class org.apache.bookkeeper.proto.PacketProcessorBaseV3
channel, enqueueNanos, request, requestProcessor
-
Fields inherited from interface org.apache.bookkeeper.common.util.SafeRunnable
LOGGER
-
-
Constructor Summary
Constructors Constructor Description GetListOfEntriesOfLedgerProcessorV3(org.apache.bookkeeper.proto.BookkeeperProtocol.Request request, io.netty.channel.Channel channel, BookieRequestProcessor requestProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
safeRun()
-
Methods inherited from class org.apache.bookkeeper.proto.PacketProcessorBaseV3
getHeader, isVersionCompatible, sendResponse, toString
-
Methods inherited from class org.apache.bookkeeper.util.SafeRunnable
safeRun, safeRun
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.bookkeeper.common.util.SafeRunnable
run
-
-
-
-
Constructor Detail
-
GetListOfEntriesOfLedgerProcessorV3
public GetListOfEntriesOfLedgerProcessorV3(org.apache.bookkeeper.proto.BookkeeperProtocol.Request request, io.netty.channel.Channel channel, BookieRequestProcessor requestProcessor)
-
-
Method Detail
-
safeRun
public void safeRun()
- Specified by:
safeRun
in interfaceSafeRunnable
-
-