Class SendAckRequestProcessor
- java.lang.Object
 - 
- org.apache.zookeeper.server.quorum.SendAckRequestProcessor
 
 
- 
- All Implemented Interfaces:
 Flushable,RequestProcessor
public class SendAckRequestProcessor extends Object implements RequestProcessor, Flushable
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.zookeeper.server.RequestProcessor
RequestProcessor.RequestProcessorException 
 - 
 
 - 
 
- 
- 
Method Detail
- 
processRequest
public void processRequest(Request si)
- Specified by:
 processRequestin interfaceRequestProcessor
 
- 
flush
public void flush() throws IOException- Specified by:
 flushin interfaceFlushable- Throws:
 IOException
 
- 
shutdown
public void shutdown()
- Specified by:
 shutdownin interfaceRequestProcessor
 
 - 
 
 -