public interface CommonAdminParams
| Modifier and Type | Field and Description | 
|---|---|
| static String | ASYNCAsync or not? | 
| static String | IN_PLACE_MOVEAllow in-place move of replicas that use shared filesystems. | 
| static String | NUM_SUB_SHARDSNumber of sub-shards to create. | 
| static String | SPLIT_BY_PREFIXCheck distribution of documents to prefixes in shard to determine how to split | 
| static String | SPLIT_FUZZInexact shard splitting factor. | 
| static String | SPLIT_METHODMethod to use for shard splitting. | 
| static String | TIMEOUTTimeout for replicas to become active. | 
| static String | WAIT_FOR_FINAL_STATEWait for final state of the operation. | 
static final String ASYNC
static final String WAIT_FOR_FINAL_STATE
static final String IN_PLACE_MOVE
static final String SPLIT_METHOD
static final String SPLIT_BY_PREFIX
static final String NUM_SUB_SHARDS
static final String TIMEOUT
static final String SPLIT_FUZZ
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.