public class LogByteSizeMergePolicyProvider extends AbstractMergePolicyProvider<org.apache.lucene.index.LogByteSizeMergePolicy>
| Modifier and Type | Field and Description |
|---|---|
static ByteSizeValue |
DEFAULT_MAX_MERGE_SIZE |
static ByteSizeValue |
DEFAULT_MIN_MERGE_SIZE |
static String |
INDEX_MERGE_POLICY_CALIBRATE_SIZE_BY_DELETES |
static String |
INDEX_MERGE_POLICY_MAX_MERGE_DOCS |
static String |
INDEX_MERGE_POLICY_MAX_MERGE_SIZE |
static String |
INDEX_MERGE_POLICY_MERGE_FACTOR |
static String |
INDEX_MERGE_POLICY_MIN_MERGE_SIZE |
INDEX_COMPOUND_FORMAT, noCFSRatiocomponentSettings, indexSettings, logger, shardId| Constructor and Description |
|---|
LogByteSizeMergePolicyProvider(Store store,
IndexSettingsService indexSettingsService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the index component.
|
org.apache.lucene.index.LogByteSizeMergePolicy |
getMergePolicy() |
formatNoCFSRatio, parseNoCFSRatioindexSettings, nodeName, shardIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindexSettings, shardIdpublic static final ByteSizeValue DEFAULT_MIN_MERGE_SIZE
public static final ByteSizeValue DEFAULT_MAX_MERGE_SIZE
public static final String INDEX_MERGE_POLICY_MIN_MERGE_SIZE
public static final String INDEX_MERGE_POLICY_MAX_MERGE_SIZE
public static final String INDEX_MERGE_POLICY_MAX_MERGE_DOCS
public static final String INDEX_MERGE_POLICY_MERGE_FACTOR
public static final String INDEX_MERGE_POLICY_CALIBRATE_SIZE_BY_DELETES
@Inject public LogByteSizeMergePolicyProvider(Store store, IndexSettingsService indexSettingsService)
public org.apache.lucene.index.LogByteSizeMergePolicy getMergePolicy()
public void close()
throws ElasticsearchException
CloseableIndexComponentElasticsearchExceptionCopyright © 2009–2016. All rights reserved.