public class IndexingMemoryController extends AbstractLifecycleComponent<IndexingMemoryController>
lifecyclecomponentSettings, 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, stopnodeName@Inject public IndexingMemoryController(Settings settings, ThreadPool threadPool, IndicesService indicesService)
protected void doStart()
throws ElasticsearchException
doStart in class AbstractLifecycleComponent<IndexingMemoryController>ElasticsearchExceptionprotected void doStop()
throws ElasticsearchException
doStop in class AbstractLifecycleComponent<IndexingMemoryController>ElasticsearchExceptionprotected void doClose()
throws ElasticsearchException
doClose in class AbstractLifecycleComponent<IndexingMemoryController>ElasticsearchExceptionpublic ByteSizeValue indexingBufferSize()
Copyright © 2009–2016. All rights reserved.