|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.zookeeper.server.quorum.ProposalRequestProcessor
public class ProposalRequestProcessor
This RequestProcessor simply forwards requests to an AckRequestProcessor and SyncRequestProcessor.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.zookeeper.server.RequestProcessor |
|---|
RequestProcessor.RequestProcessorException |
| Constructor Summary | |
|---|---|
ProposalRequestProcessor(LeaderZooKeeperServer zks,
RequestProcessor nextProcessor)
|
|
| Method Summary | |
|---|---|
void |
initialize()
initialize this processor |
void |
processRequest(Request request)
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProposalRequestProcessor(LeaderZooKeeperServer zks,
RequestProcessor nextProcessor)
| Method Detail |
|---|
public void initialize()
public void processRequest(Request request)
throws RequestProcessor.RequestProcessorException
processRequest in interface RequestProcessorRequestProcessor.RequestProcessorExceptionpublic void shutdown()
shutdown in interface RequestProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||