Class MigrationConfig
- java.lang.Object
-
- org.apache.unomi.shell.migration.service.MigrationConfig
-
public class MigrationConfig extends Object
Service uses to provide configuration information for the migration
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description MigrationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getConfig()
void
modified(Map<String,String> config)
-
-
-
Field Detail
-
CONFIG_ES_ADDRESS
public static final String CONFIG_ES_ADDRESS
- See Also:
- Constant Field Values
-
CONFIG_ES_ADDRESSES
public static final String CONFIG_ES_ADDRESSES
- See Also:
- Constant Field Values
-
CONFIG_ES_SSL_ENABLED
public static final String CONFIG_ES_SSL_ENABLED
- See Also:
- Constant Field Values
-
CONFIG_ES_LOGIN
public static final String CONFIG_ES_LOGIN
- See Also:
- Constant Field Values
-
CONFIG_ES_PASSWORD
public static final String CONFIG_ES_PASSWORD
- See Also:
- Constant Field Values
-
CONFIG_TRUST_ALL_CERTIFICATES
public static final String CONFIG_TRUST_ALL_CERTIFICATES
- See Also:
- Constant Field Values
-
INDEX_PREFIX
public static final String INDEX_PREFIX
- See Also:
- Constant Field Values
-
NUMBER_OF_SHARDS
public static final String NUMBER_OF_SHARDS
- See Also:
- Constant Field Values
-
NUMBER_OF_REPLICAS
public static final String NUMBER_OF_REPLICAS
- See Also:
- Constant Field Values
-
TOTAL_FIELDS_LIMIT
public static final String TOTAL_FIELDS_LIMIT
- See Also:
- Constant Field Values
-
MAX_DOC_VALUE_FIELDS_SEARCH
public static final String MAX_DOC_VALUE_FIELDS_SEARCH
- See Also:
- Constant Field Values
-
MONTHLY_NUMBER_OF_SHARDS
public static final String MONTHLY_NUMBER_OF_SHARDS
- See Also:
- Constant Field Values
-
MONTHLY_NUMBER_OF_REPLICAS
public static final String MONTHLY_NUMBER_OF_REPLICAS
- See Also:
- Constant Field Values
-
MONTHLY_TOTAL_FIELDS_LIMIT
public static final String MONTHLY_TOTAL_FIELDS_LIMIT
- See Also:
- Constant Field Values
-
MONTHLY_MAX_DOC_VALUE_FIELDS_SEARCH
public static final String MONTHLY_MAX_DOC_VALUE_FIELDS_SEARCH
- See Also:
- Constant Field Values
-
MIGRATION_HISTORY_RECOVER
public static final String MIGRATION_HISTORY_RECOVER
- See Also:
- Constant Field Values
-
ROLLOVER_MAX_AGE
public static final String ROLLOVER_MAX_AGE
- See Also:
- Constant Field Values
-
ROLLOVER_MAX_SIZE
public static final String ROLLOVER_MAX_SIZE
- See Also:
- Constant Field Values
-
ROLLOVER_MAX_DOCS
public static final String ROLLOVER_MAX_DOCS
- See Also:
- Constant Field Values
-
configProperties
protected static final Map<String,MigrationConfigProperty> configProperties
-
-