org.elasticsearch.cluster.action.index
Class NodeIndexCreatedAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cluster.action.index.NodeIndexCreatedAction

public class NodeIndexCreatedAction
extends AbstractComponent


Nested Class Summary
static interface NodeIndexCreatedAction.Listener
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
NodeIndexCreatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
 
Method Summary
 void add(NodeIndexCreatedAction.Listener listener)
           
 void nodeIndexCreated(String index, String nodeId)
           
 void remove(NodeIndexCreatedAction.Listener listener)
           
 
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

NodeIndexCreatedAction

@Inject
public NodeIndexCreatedAction(Settings settings,
                                     ThreadPool threadPool,
                                     TransportService transportService,
                                     ClusterService clusterService)
Method Detail

add

public void add(NodeIndexCreatedAction.Listener listener)

remove

public void remove(NodeIndexCreatedAction.Listener listener)

nodeIndexCreated

public void nodeIndexCreated(String index,
                             String nodeId)
                      throws ElasticSearchException
Throws:
ElasticSearchException


Copyright © 2009-2012. All Rights Reserved.