public class IndexingMemoryController extends AbstractLifecycleComponent<IndexingMemoryController>
lifecycle
componentSettings, logger, settings
Constructor and Description |
---|
IndexingMemoryController(Settings settings,
ThreadPool threadPool,
IndicesService indicesService) |
Modifier and Type | Method and Description |
---|---|
protected void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
ByteSizeValue |
indexingBufferSize()
returns the current budget for the total amount of indexing buffers of
active shards on this node
|
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
nodeName
@Inject public IndexingMemoryController(Settings settings, ThreadPool threadPool, IndicesService indicesService)
protected void doStart() throws ElasticsearchException
doStart
in class AbstractLifecycleComponent<IndexingMemoryController>
ElasticsearchException
protected void doStop() throws ElasticsearchException
doStop
in class AbstractLifecycleComponent<IndexingMemoryController>
ElasticsearchException
protected void doClose() throws ElasticsearchException
doClose
in class AbstractLifecycleComponent<IndexingMemoryController>
ElasticsearchException
public ByteSizeValue indexingBufferSize()
Copyright © 2009–2015. All rights reserved.