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:
processRequest
in interfaceRequestProcessor
-
flush
public void flush() throws IOException
- Specified by:
flush
in interfaceFlushable
- Throws:
IOException
-
shutdown
public void shutdown()
- Specified by:
shutdown
in interfaceRequestProcessor
-
-