org.elasticsearch.index
Class IndexServiceManagement

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.IndexServiceManagement
All Implemented Interfaces:
CloseableComponent, IndexComponent

public class IndexServiceManagement
extends AbstractIndexComponent
implements CloseableComponent


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
IndexServiceManagement(Index index, Settings indexSettings, JmxService jmxService, IndexService indexService)
           
 
Method Summary
static String buildIndexGroupName(Index index)
           
 void close()
           
 String getIndex()
           
 
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
index, nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexServiceManagement

@Inject
public IndexServiceManagement(Index index,
                                     @IndexSettings
                                     Settings indexSettings,
                                     JmxService jmxService,
                                     IndexService indexService)
Method Detail

buildIndexGroupName

public static String buildIndexGroupName(Index index)

close

public void close()
Specified by:
close in interface CloseableComponent

getIndex

public String getIndex()


Copyright © 2009-2012. All Rights Reserved.