Package org.apache.bookkeeper.client

Interface Summary
AsyncCallback Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
AsyncCallback.AddCallback  
AsyncCallback.CloseCallback  
AsyncCallback.CreateCallback  
AsyncCallback.OpenCallback  
AsyncCallback.ReadCallback  
BKDefs  
BKException.Code  
 

Class Summary
BookieHandle Maintains a queue of request to a given bookie.
BookKeeper BookKeeper client.
LedgerEntry Ledger entry.
LedgerHandle Ledger handle on the client side.
LedgerManagementProcessor  
LedgerSequence Sequence of entries of a ledger.
QuorumEngine Implements the quorum protocol.It basically handles requests coming from BookKeeper and forward to the appropriate BookieHandle objects.
QuorumEngine.Operation  
QuorumEngine.Operation.AddOp  
QuorumEngine.Operation.ReadOp  
QuorumEngine.Operation.StopOp  
QuorumEngine.SubOp  
QuorumEngine.SubOp.SubAddOp  
QuorumEngine.SubOp.SubReadOp  
QuorumEngine.SubOp.SubStopOp  
QuorumOpMonitor Monitors reponses from bookies to requests of a client.
QuorumOpMonitor.PendingOp  
QuorumOpMonitor.PendingReadOp Objects of this type are used to keep track of the status of a given read request.
 

Enum Summary
LedgerHandle.QMode  
 

Exception Summary
BKException Implements BookKeeper exceptions.
BKException.BKBookieException  
BKException.BKBookieHandleNotAvailableException  
BKException.BKDigestMatchException  
BKException.BKDigestNotInitializedException  
BKException.BKIllegalOpException  
BKException.BKNoSuchLedgerExistsException  
BKException.BKNotEnoughBookiesException  
BKException.BKQuorumException  
BKException.BKReadException