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 StringCONFIG_ES_ADDRESSstatic StringCONFIG_ES_ADDRESSESstatic StringCONFIG_ES_LOGINstatic StringCONFIG_ES_PASSWORDstatic StringCONFIG_ES_SSL_ENABLEDstatic StringCONFIG_TRUST_ALL_CERTIFICATESprotected static Map<String,MigrationConfigProperty>configPropertiesstatic StringINDEX_PREFIXstatic StringMAX_DOC_VALUE_FIELDS_SEARCHstatic StringMIGRATION_HISTORY_RECOVERstatic StringMONTHLY_MAX_DOC_VALUE_FIELDS_SEARCHstatic StringMONTHLY_NUMBER_OF_REPLICASstatic StringMONTHLY_NUMBER_OF_SHARDSstatic StringMONTHLY_TOTAL_FIELDS_LIMITstatic StringNUMBER_OF_REPLICASstatic StringNUMBER_OF_SHARDSstatic StringROLLOVER_MAX_AGEstatic StringROLLOVER_MAX_DOCSstatic StringROLLOVER_MAX_SIZEstatic StringTOTAL_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()voidmodified(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
-
-