Package org.apache.bookkeeper.proto
Class BookieProtocol.ReadRequest
- java.lang.Object
-
- org.apache.bookkeeper.proto.BookieProtocol.Request
-
- org.apache.bookkeeper.proto.BookieProtocol.ReadRequest
-
- Enclosing interface:
- BookieProtocol
public static class BookieProtocol.ReadRequest extends BookieProtocol.Request
A Request that reads data.
-
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.proto.BookieProtocol.Request
entryId, flags, ledgerId, masterKey, opCode, protocolVersion
-
-
Constructor Summary
Constructors Constructor Description ReadRequest(byte protocolVersion, long ledgerId, long entryId, short flags, byte[] masterKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isFencing()
-
Methods inherited from class org.apache.bookkeeper.proto.BookieProtocol.Request
getEntryId, getFlags, getLedgerId, getMasterKey, getOpCode, getProtocolVersion, hasMasterKey, init, isHighPriority, recycle, toString
-
-