public interface CommonAdminParams
Modifier and Type | Field and Description |
---|---|
static String |
ASYNC
Async or not?
|
static String |
IN_PLACE_MOVE
Allow in-place move of replicas that use shared filesystems.
|
static String |
NUM_SUB_SHARDS
Number of sub-shards to create.
|
static String |
SPLIT_BY_PREFIX
Check distribution of documents to prefixes in shard to determine how to split
|
static String |
SPLIT_FUZZ
Inexact shard splitting factor.
|
static String |
SPLIT_METHOD
Method to use for shard splitting.
|
static String |
TIMEOUT
Timeout for replicas to become active.
|
static String |
WAIT_FOR_FINAL_STATE
Wait 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-2021 Apache Software Foundation. All Rights Reserved.