org.apache.bookkeeper.proto
Interface WriteCallback

All Known Implementing Classes:
BookieServer, QuorumOpMonitor

public interface WriteCallback

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


Method Summary
 void writeComplete(int rc, long ledgerId, long entryId, Object ctx)
           
 

Method Detail

writeComplete

void writeComplete(int rc,
                   long ledgerId,
                   long entryId,
                   Object ctx)