org.apache.bookkeeper.client
Class QuorumEngine

java.lang.Object
  extended by org.apache.bookkeeper.client.QuorumEngine

public class QuorumEngine
extends Object

Implements the quorum protocol.It basically handles requests coming from BookKeeper and forward to the appropriate BookieHandle objects.


Nested Class Summary
static class QuorumEngine.Operation
           
static class QuorumEngine.SubOp
           
 
Constructor Summary
QuorumEngine(LedgerHandle lh)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuorumEngine

public QuorumEngine(LedgerHandle lh)