Package org.apache.bookkeeper.proto

Interface Summary
BookieProtocol The packets of the Bookie protocol all have a 4-byte integer indicating the type of request or response at the very beginning of the packet followed by a payload.
NIOServerFactory.PacketProcessor  
ReadEntryCallback Declaration of a callback implementation for calls from BookieClient objects.
ServerStats.Provider  
WriteCallback Declaration of a callback implementation for calls from BookieClient objects.
 

Class Summary
BookieClient Implements the client-side part of the BookKeeper protocol.
BookieServer Implements the server-side part of the BookKeeper protocol.
NIOServerFactory This class handles communication with clients using NIO.
ServerStats