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, noCFSRatio
componentSettings, 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, parseNoCFSRatio
indexSettings, nodeName, shardId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
indexSettings, shardId
public 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
CloseableIndexComponent
ElasticsearchException
Copyright © 2009–2015. All rights reserved.