org.elasticsearch.discovery.zen.publish
Class PublishClusterStateAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.discovery.zen.publish.PublishClusterStateAction

public class PublishClusterStateAction
extends AbstractComponent


Nested Class Summary
static interface PublishClusterStateAction.NewClusterStateListener
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
PublishClusterStateAction(Settings settings, TransportService transportService, DiscoveryNodesProvider nodesProvider, PublishClusterStateAction.NewClusterStateListener listener)
           
 
Method Summary
 void close()
           
 void publish(ClusterState clusterState)
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishClusterStateAction

public PublishClusterStateAction(Settings settings,
                                 TransportService transportService,
                                 DiscoveryNodesProvider nodesProvider,
                                 PublishClusterStateAction.NewClusterStateListener listener)
Method Detail

close

public void close()

publish

public void publish(ClusterState clusterState)


Copyright © 2009-2012. All Rights Reserved.