public class ShardSlowLogIndexingService extends AbstractIndexShardComponent
Modifier and Type | Class and Description |
---|---|
static class |
ShardSlowLogIndexingService.SlowLogParsedDocumentPrinter |
Modifier and Type | Field and Description |
---|---|
static String |
INDEX_INDEXING_SLOWLOG_LEVEL |
static String |
INDEX_INDEXING_SLOWLOG_REFORMAT |
static String |
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_DEBUG |
static String |
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_INFO |
static String |
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_TRACE |
static String |
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_WARN |
componentSettings, indexSettings, logger, shardId
Constructor and Description |
---|
ShardSlowLogIndexingService(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService) |
Modifier and Type | Method and Description |
---|---|
void |
postCreate(Engine.Create create,
long tookInNanos) |
void |
postIndex(Engine.Index index,
long tookInNanos) |
indexSettings, nodeName, shardId
public static final String INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_WARN
public static final String INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_INFO
public static final String INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_DEBUG
public static final String INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_TRACE
public static final String INDEX_INDEXING_SLOWLOG_REFORMAT
public static final String INDEX_INDEXING_SLOWLOG_LEVEL
@Inject public ShardSlowLogIndexingService(ShardId shardId, @IndexSettings Settings indexSettings, IndexSettingsService indexSettingsService)
public void postIndex(Engine.Index index, long tookInNanos)
public void postCreate(Engine.Create create, long tookInNanos)
Copyright © 2009–2015. All rights reserved.