org.elasticsearch.cluster.action.index
Class NodeIndexDeletedAction

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

public class NodeIndexDeletedAction
extends AbstractComponent


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

NodeIndexDeletedAction

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

add

public void add(NodeIndexDeletedAction.Listener listener)

remove

public void remove(NodeIndexDeletedAction.Listener listener)

nodeIndexDeleted

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


Copyright © 2009-2012. All Rights Reserved.