org.elasticsearch.indices.memory
Class IndexingMemoryBufferController

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.indices.memory.IndexingMemoryBufferController

public class IndexingMemoryBufferController
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
IndexingMemoryBufferController(Settings settings, IndicesService indicesService)
           
 
Method Summary
 
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

IndexingMemoryBufferController

@Inject
public IndexingMemoryBufferController(Settings settings,
                                             IndicesService indicesService)