Package org.elasticsearch.discovery

Examples of org.elasticsearch.discovery.AckClusterStatePublishResponseHandler


    public void close() {
        transportService.removeHandler(ACTION_NAME);
    }

    public void publish(ClusterState clusterState, final Discovery.AckListener ackListener) {
        publish(clusterState, new AckClusterStatePublishResponseHandler(clusterState.nodes().size() - 1, ackListener));
    }
View Full Code Here

TOP

Related Classes of org.elasticsearch.discovery.AckClusterStatePublishResponseHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.