| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FORCE_COMMAND |
"--force" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIRM_MSG |
"y" |
public static final String |
DELIM |
"--------------------------------------------------------------------------------" |
public static final int |
ERR_AUTHENTICATION_FAILED |
3 |
public static final int |
EXIT_CODE_CONNECTION_FAILED |
2 |
public static final int |
EXIT_CODE_ILLEGAL_STATE_ERROR |
5 |
public static final int |
EXIT_CODE_INVALID_ARGUMENTS |
1 |
public static final int |
EXIT_CODE_OK |
0 |
public static final int |
EXIT_CODE_UNEXPECTED_ERROR |
4 |
public static final String |
NULL |
"null" |
public static final String |
UTILITY_NAME |
"control.(sh|bat)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DOUBLE_INDENT |
" " |
public static final String |
INDENT |
" " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CMD_AUTO_CONFIRMATION |
"--yes" |
public static final String |
CMD_VERBOSE |
"--verbose" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DFLT_HOST |
"127.0.0.1" |
public static final String |
DFLT_PORT |
"11211" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHES |
"--caches" |
public static final String |
CLEAR_MSG |
"The following caches have been cleared: %s" |
public static final String |
CONFIRM_MSG |
"Warning! The command will clear all data from %d caches: %s.\nIf you continue, it will be impossible to recover cleared data." |
public static final String |
SKIP_CLEAR_MSG |
"The following caches don\'t exist: %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EMPTY_GROUP_NAME |
"no_group" |
protected static final String |
NODE_ID |
"nodeId" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHE_NAMES_ARG |
"--caches" |
public static final String |
CONFIRM_MSG |
"Warning! The command will destroy %d caches: %s.\nIf you continue, the cache data will be impossible to recover." |
public static final String |
DESTROY_ALL_ARG |
"--destroy-all-caches" |
public static final String |
NOOP_MSG |
"No user-created caches exist." |
public static final String |
RESULT_MSG |
"The following caches have been stopped: %s." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INDEXES_INLINE_SIZE_ARE_THE_SAME |
"All secondary indexes have the same effective inline size on all cluster nodes." |
public static final String |
NOT_ALL_NODES_SUPPORT_FEATURE_WARN_MSG_FMT |
"Indexes inline size have been checked on limited nodes. Skipped nodes: %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BATCH_SIZE_FORMAT_MESSAGE |
"Invalid batch size: %s. Integer value greater than zero should be used." |
public static final String |
PARALLELISM_FORMAT_MESSAGE |
"The positive integer should be specified, or 0 (number of cores on a server node will be used as parallelism in such case). If the given value is greater than the number of cores on a server node, the behavior will be equal to the case when 0 is specified." |
public static final String |
RECHECK_ATTEMPTS_FORMAT_MESSAGE |
"Invalid recheck attempts: %s. Integer value between 1 (inclusive) and 5 (exclusive) should be used." |
public static final String |
RECHECK_DELAY_FORMAT_MESSAGE |
"Invalid recheck delay: %s. Integer value between 0 (inclusive) and 100 (exclusive) should be used." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACTION_PARAM |
"--action" |
public static final String |
CACHE_FILTER_PARAM |
"--cache-filter" |
public static final String |
CONFIG_PARAM |
"--config" |
public static final String |
METRICS_PARAM |
"--metrics" |
public static final String |
SENDER_GROUP_PARAM |
"--sender-group" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHES_PARAM |
"--caches" |
public static final String |
CHECK_FIRST_PARAM |
"--check-first" |
public static final String |
SCAN_UNTIL_FIRST_ERROR |
"--scan-until-first-error" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPATIBILITY_WARN |
"Some nodes in cluster doesn\'t support extended dr fst commands. Only \"--dr full-state-transfer\" available for cluster in rolling upgrade state." |
public static final String |
INC_TRANSFER_WITHOUT_DC_ERR |
"Incremental state transfer is possible only if you specify single configured remote data center id" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHES_PARAM |
"--caches" |
public static final String |
DATA_CENTERS |
"--data-centers" |
public static final String |
SENDER_GROUP |
"--sender-group" |
public static final String |
SNAPSHOT_ID |
"--snapshot" |
public static final String |
SYNC_MODE |
"--sync" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLEAR_STORE_PARAM |
"--clear-store" |
public static final String |
CONFIG_PARAM |
"--config" |
public static final String |
METRICS_PARAM |
"--metrics" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHES_ARG |
"--caches" |
public static final String |
GROUPS_ARG |
"--groups" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BATCH_SIZE |
"--batch-size" |
public static final String |
CACHES_PARAM |
"--caches" |
public static final String |
KEEP_BINARY |
"--keep-binary" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERBOSE_PARAM |
"--verbose" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DATA_NODES_PARAM |
"--data-nodes" |
public static final String |
OTHER_NODES_PARAM |
"--other-nodes" |
public static final String |
RECEIVER_HUBS_PARAM |
"--receiver-hubs" |
public static final String |
SENDER_HUBS_PARAM |
"--sender-hubs" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ERROR_PREFIX |
"<ERROR> " |
public static final String |
HORIZONTAL_SCAN_NAME |
"<HORIZONTAL> " |
public static final String |
RECURSIVE_TRAVERSE_NAME |
"<RECURSIVE> " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OUT_FILE_NAME |
"--out" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IN_FILE_NAME |
"--in" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COLUMN_SEPARATOR |
" " |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.14-p2 Release Date : January 19 2026