Class ManagerLocator

    • Constructor Detail

      • ManagerLocator

        public ManagerLocator()
    • Method Detail

      • dispatch

        public void dispatch​(Request<? extends Response> request,
                             List<Node> nodes,
                             ClusterConfig config,
                             CoreContext ctx)
        Description copied from interface: Locator
        Given the environment and node information, the implementation locates the right set of nodes and dispatches the request into them.
        Specified by:
        dispatch in interface Locator
        Parameters:
        request - the request to dispatch.
        nodes - the current list of active nodes.
        config - the current cluster configuration.
        ctx - the core context.