org.elasticsearch.indices.store
Class IndicesStore

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.indices.store.IndicesStore
All Implemented Interfaces:
ClusterStateListener

public class IndicesStore
extends AbstractComponent
implements ClusterStateListener


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
IndicesStore(Settings settings, NodeEnvironment nodeEnv, IndicesService indicesService, ClusterService clusterService)
           
 
Method Summary
 void close()
           
 void clusterChanged(ClusterChangedEvent event)
          Called when cluster state changes.
 
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

IndicesStore

@Inject
public IndicesStore(Settings settings,
                           NodeEnvironment nodeEnv,
                           IndicesService indicesService,
                           ClusterService clusterService)
Method Detail

close

public void close()

clusterChanged

public void clusterChanged(ClusterChangedEvent event)
Description copied from interface: ClusterStateListener
Called when cluster state changes.

Specified by:
clusterChanged in interface ClusterStateListener