Class FinalRequestProcessor

  • All Implemented Interfaces:
    RequestProcessor

    public class FinalRequestProcessor
    extends Object
    implements RequestProcessor
    This Request processor actually applies any transaction associated with a request and services any queries. It is always at the end of a RequestProcessor chain (hence the name), so it does not have a nextProcessor member. This RequestProcessor counts on ZooKeeperServer to populate the outstandingRequests member of ZooKeeperServer.