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, NodeSettingsService nodeSettingsService, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool)
           
 
Method Summary
 void close()
           
 void clusterChanged(ClusterChangedEvent event)
          Called when cluster state changes.
 StoreRateLimiting rateLimiting()
           
 
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,
                           NodeSettingsService nodeSettingsService,
                           IndicesService indicesService,
                           ClusterService clusterService,
                           ThreadPool threadPool)
Method Detail

rateLimiting

public StoreRateLimiting rateLimiting()

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


Copyright © 2009-2012. All Rights Reserved.