public class ProposalRequestProcessor extends Object implements RequestProcessor
RequestProcessor.RequestProcessorException
Constructor and Description |
---|
ProposalRequestProcessor(LeaderZooKeeperServer zks,
RequestProcessor nextProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
initialize this processor
|
void |
processRequest(Request request) |
void |
shutdown() |
public ProposalRequestProcessor(LeaderZooKeeperServer zks, RequestProcessor nextProcessor)
public void initialize()
public void processRequest(Request request) throws RequestProcessor.RequestProcessorException
processRequest
in interface RequestProcessor
RequestProcessor.RequestProcessorException
public void shutdown()
shutdown
in interface RequestProcessor
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.