public abstract class CoreAdminParams extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CoreAdminParams.CoreAdminAction |
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ACTION
What action
|
static String |
BACKUP_ID
Unique id of the backup
|
static String |
BACKUP_INCREMENTAL
A parameter to specify whether incremental backup is used
|
static String |
BACKUP_LOCATION
A parameter to specify the location where the backup should be stored.
|
static String |
BACKUP_PURGE_UNUSED
Purging/deleting all index files, shard-backup metadata files, backup property files that are unreachable, uncompleted or corrupted.
|
static String |
BACKUP_REPOSITORY
A parameter to specify the name of the backup repository to be used.
|
static String |
COLLECTION
The collection name in solr cloud
|
static String |
COMMIT_NAME
A parameter to specify the name of the commit to be stored during the backup operation.
|
static String |
CONFIG
If you specify a config, what is its name
|
static String |
CONFIGSET
If you specify a configset, what is its name
|
static String |
CORE
What Core are we talking about
|
static String |
CORE_NODE_NAME |
static String |
DATA_DIR
Core data directory
|
static String |
DELETE_DATA_DIR |
static String |
DELETE_INDEX
If you unload a core, delete the index too
|
static String |
DELETE_INSTANCE_DIR |
static String |
DELETE_METRICS_HISTORY |
static String |
FILE
If you specify a file, what is its name
|
static String |
GET_RANGES |
static String |
INDEX_DIR
If you merge indexes, what are the index directories.
|
static String |
INDEX_INFO
Should the STATUS request include index info
|
static String |
INSTANCE_DIR
Specifies a core instance dir.
|
static String |
LOAD_ON_STARTUP |
static String |
MAX_NUM_BACKUP_POINTS
A parameter to specify last number of backups (delete the rest)
|
static String |
NAME
If you rename something, what is the new name
|
static String |
NEW_COLLECTION
A boolean parameter specifying if a core is being created as part of a new collection
|
static String |
NODE |
static String |
OTHER
Name of the other core in actions involving 2 cores
|
static String |
PREV_SHARD_BACKUP_ID
The ID of the shard-backup prior to the latest one (indicated by
SHARD_BACKUP_ID |
static String |
PROPERTY_PREFIX
Prefix for core property name=value pair
|
static String |
RANGES
The hash ranges to be used to split a shard or an index
|
static String |
REPLICA
The replica name in solr cloud
|
static String |
REPLICA_TYPE
Tells the CoreAdminHandler that the new Core will be a replica of a particular
Replica.Type |
static String |
REQUESTID |
static String |
ROLES |
static String |
SCHEMA
If you specify a schema, what is its name
|
static String |
SHARD
The shard id in solr cloud
|
static String |
SHARD_BACKUP_ID
The ID of the shard-backup in question
|
static String |
SRC_CORE
If you merge indexes, what is the source core's name
More than one source core can be specified by multiple srcCore parameters
|
static String |
TARGET_CORE
The target core to which a split index should be written to
Multiple targetCores can be specified by multiple targetCore parameters
|
static String |
TRANSIENT |
static String |
ULOG_DIR
Core updatelog directory
|
| 构造器和说明 |
|---|
CoreAdminParams() |
public static final String INDEX_INFO
public static final String OTHER
public static final String CONFIGSET
public static final String INDEX_DIR
public static final String SRC_CORE
public static final String TARGET_CORE
public static final String RANGES
public static final String PROPERTY_PREFIX
public static final String DELETE_INDEX
public static final String BACKUP_REPOSITORY
public static final String BACKUP_LOCATION
public static final String PREV_SHARD_BACKUP_ID
SHARD_BACKUP_IDpublic static final String SHARD_BACKUP_ID
public static final String MAX_NUM_BACKUP_POINTS
public static final String BACKUP_PURGE_UNUSED
public static final String BACKUP_INCREMENTAL
public static final String COMMIT_NAME
public static final String NEW_COLLECTION
public static final String REPLICA_TYPE
Replica.TypeCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.