org.apache.bookkeeper.proto
Interface ReadEntryCallback

All Known Implementing Classes:
QuorumOpMonitor

public interface ReadEntryCallback

Declaration of a callback implementation for calls from BookieClient objects. Such calls are for replies of read operations (operations to read an entry from a ledger).


Method Summary
 void readEntryComplete(int rc, long ledgerId, long entryId, ByteBuffer bb, Object ctx)
           
 

Method Detail

readEntryComplete

void readEntryComplete(int rc,
                       long ledgerId,
                       long entryId,
                       ByteBuffer bb,
                       Object ctx)