Package org.apache.bookkeeper.proto
Class BookieProtocol.ErrorResponse
- java.lang.Object
-
- org.apache.bookkeeper.proto.BookieProtocol.Response
-
- org.apache.bookkeeper.proto.BookieProtocol.ErrorResponse
-
- Enclosing interface:
- BookieProtocol
public static class BookieProtocol.ErrorResponse extends BookieProtocol.Response
An error response.
-
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.proto.BookieProtocol.Response
entryId, errorCode, ledgerId, opCode, protocolVersion
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse(byte protocolVersion, byte opCode, int errorCode, long ledgerId, long entryId)
-
Method Summary
-
Methods inherited from class org.apache.bookkeeper.proto.BookieProtocol.Response
getEntryId, getErrorCode, getLedgerId, getOpCode, getProtocolVersion, init, recycle, release, toString
-
-