public class MigrationConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_ES_ADDRESS |
static String |
CONFIG_ES_ADDRESSES |
static String |
CONFIG_ES_LOGIN |
static String |
CONFIG_ES_PASSWORD |
static String |
CONFIG_ES_SSL_ENABLED |
static String |
CONFIG_TRUST_ALL_CERTIFICATES |
protected static Map<String,MigrationConfigProperty> |
configProperties |
static String |
INDEX_PREFIX |
static String |
MAX_DOC_VALUE_FIELDS_SEARCH |
static String |
MIGRATION_HISTORY_RECOVER |
static String |
MONTHLY_MAX_DOC_VALUE_FIELDS_SEARCH |
static String |
MONTHLY_NUMBER_OF_REPLICAS |
static String |
MONTHLY_NUMBER_OF_SHARDS |
static String |
MONTHLY_TOTAL_FIELDS_LIMIT |
static String |
NUMBER_OF_REPLICAS |
static String |
NUMBER_OF_SHARDS |
static String |
ROLLOVER_MAX_AGE |
static String |
ROLLOVER_MAX_DOCS |
static String |
ROLLOVER_MAX_SIZE |
static String |
TOTAL_FIELDS_LIMIT |
Constructor and Description |
---|
MigrationConfig() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
getConfig() |
void |
modified(Map<String,String> config) |
public static final String CONFIG_ES_ADDRESS
public static final String CONFIG_ES_ADDRESSES
public static final String CONFIG_ES_SSL_ENABLED
public static final String CONFIG_ES_LOGIN
public static final String CONFIG_ES_PASSWORD
public static final String CONFIG_TRUST_ALL_CERTIFICATES
public static final String INDEX_PREFIX
public static final String NUMBER_OF_SHARDS
public static final String NUMBER_OF_REPLICAS
public static final String TOTAL_FIELDS_LIMIT
public static final String MAX_DOC_VALUE_FIELDS_SEARCH
public static final String MONTHLY_NUMBER_OF_SHARDS
public static final String MONTHLY_NUMBER_OF_REPLICAS
public static final String MONTHLY_TOTAL_FIELDS_LIMIT
public static final String MONTHLY_MAX_DOC_VALUE_FIELDS_SEARCH
public static final String MIGRATION_HISTORY_RECOVER
public static final String ROLLOVER_MAX_AGE
public static final String ROLLOVER_MAX_SIZE
public static final String ROLLOVER_MAX_DOCS
protected static final Map<String,MigrationConfigProperty> configProperties
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.