public class GridSystemProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GG_BROKEN_TRACKING_PAGE_LOG_BATCH_SIZE
Batch size for logging broken TrackingPage of incremental snapshots.
|
static String |
GG_DB_SKIP_CRC
Skip CRC calculation flag.
|
static String |
GG_DISABLE_SNAPSHOT_ON_BASELINE_CHANGE_WITH_ENABLED_PITR
This property disables creating a snapshot on baseline change with enabled PITR.
|
static String |
GG_DR_DISABLE_TRANSITIVE_UPDATES
Disables transitive replication updates for incremental DR.
|
static String |
GG_DR_FORCE_DC_ID
Force node to use specified dc id rather then value from configuration.
|
static String |
GG_DR_SYSTEM_CACHE_SCAN_TIMEOUT
Timeout in ms for scan iterator on system cache for DR purposes.
|
static String |
GG_DR_USE_METASTORE
Experimental mode.
|
static String |
GG_EXCHANGELESS_POINT_IN_TIME_RECOVERY
This property allows creating exchangeless snapshots in PITR mode.
|
static String |
GG_EXCHANGELESS_SNAPSHOT_CREATION
If this property is
True, exchange is not triggered on snapshot creation. |
static String |
GG_INCREMENTAL_DR_USE_REGULAR_STORE
Force using regular DrSenderStore with incremental DR mode.
|
static String |
GG_INCREMENTAL_STATE_TRANSFER
Incremental mode for DR stater transfer.
|
static String |
GG_LIC_EXPIRE_DAYS_THRESHOLD |
static String |
GG_LICENSE_HOST_MAC_INTERSECTION
When
true (default), the license processor groups cluster nodes into physical hosts
by the intersection of their network interface MAC sets (two nodes that share at least one MAC
are considered the same host), instead of requiring an exact match of the whole ATTR_MACS
string. |
static String |
GG_MAX_ATTEMPTS_CREATING_IMPLICIT_CONSISTENT_CUT
Number of attempts to create an implicit consistent cut as part of exchangeless snapshot.
|
static String |
GG_MAX_SNAPSHOT_WRITE_THROTTLING_MILLIS
Maximum time (in milliseconds) snapshot writer thread can be parked.
|
static String |
GG_OPTIMIZED_COMPRESSED_ENCRYPTED_SNAPSHOTS
Enable or disable the ability to compress snapshots before encrypting them, which decreases the size of snapshot
files but increases the amount of RAM required for snapshot creation.
|
static String |
GG_POINT_IN_TIME_DOUBLE_CHECK_INTERVAL |
static String |
GG_POINT_IN_TIME_FETCHING_POOL_SIZE
This property specifies the thread pool size for fetching partitions and meta information in case when local meta is not available.
|
static String |
GG_POINT_IN_TIME_STORED_TX_INTERVAL
This property specifies the time window in milliseconds for storing all committed transactions in the recovery phase.
|
static String |
GG_RECEIVER_DR_STREAMER_RECREATE_TIMEOUT
Data streamer recreating timeout in DrReceiver.
|
static String |
GG_SECURITY_CONTEXT_PROPAGATION_TIMEOUT_MILLIS
How long to wait for security context propagation milliseconds before failing authentication.
|
static String |
GG_SECURITY_SESSION_INVALIDATE_TIMEOUT_MILLIS
Delay session invalidation timeout to give some time for finishing async operations on disconnected client.
|
static String |
GG_SNAPSHOT_COPY_LARGE_BUFFER_SIZE
Buffer size fo performing large copy operations between streams.
|
static String |
GG_SNAPSHOT_COPY_MAX_WORK_BATCH_SIZE
Snapshot single copy max work batch size property.
|
static String |
GG_SNAPSHOT_METRICS_HISTORY_SIZE
Snapshot metrics history size.
|
static String |
GG_SNAPSHOT_SECURITY_FEATURE |
static String |
GG_SNAPSHOT_SECURITY_LEVEL
Snapshot security level property.
|
static String |
GG_SNAPSHOT_SECURITY_LEVEL_AUDIT_LOG
Path to file that is updated each time a snapshot security level changes.
|
static String |
GG_VISOR_CLIENT_LOG_LEVEL
Specifies log level for Visor client logging.
|
static String |
GG_WAITING_FOR_REORDERED_ATOMIC_UPDATES_INTERVAL
Time interval, in ms, for how much consistent cut should wait to pick globally consistent atomic counters.
|
| Constructor and Description |
|---|
GridSystemProperties() |
public static final String GG_VISOR_CLIENT_LOG_LEVEL
public static final String GG_DB_SKIP_CRC
public static final String GG_SNAPSHOT_METRICS_HISTORY_SIZE
public static final String GG_POINT_IN_TIME_FETCHING_POOL_SIZE
public static final String GG_POINT_IN_TIME_DOUBLE_CHECK_INTERVAL
public static final String GG_POINT_IN_TIME_STORED_TX_INTERVAL
public static final String GG_EXCHANGELESS_POINT_IN_TIME_RECOVERY
true.public static final String GG_DISABLE_SNAPSHOT_ON_BASELINE_CHANGE_WITH_ENABLED_PITR
false.public static final String GG_LIC_EXPIRE_DAYS_THRESHOLD
public static final String GG_LICENSE_HOST_MAC_INTERSECTION
true (default), the license processor groups cluster nodes into physical hosts
by the intersection of their network interface MAC sets (two nodes that share at least one MAC
are considered the same host), instead of requiring an exact match of the whole ATTR_MACS
string. This prevents the license CPU/host count from inflating when co-located nodes capture
different MAC snapshots at JVM startup. Set to false to fall back to the legacy
exact-string host grouping.public static final String GG_SNAPSHOT_COPY_MAX_WORK_BATCH_SIZE
public static final String GG_SNAPSHOT_COPY_LARGE_BUFFER_SIZE
public static final String GG_RECEIVER_DR_STREAMER_RECREATE_TIMEOUT
public static final String GG_SNAPSHOT_SECURITY_LEVEL
SnapshotSecurityLevel. Default is DISABLED.public static final String GG_SNAPSHOT_SECURITY_LEVEL_AUDIT_LOG
public static final String GG_DR_FORCE_DC_ID
public static final String GG_SNAPSHOT_SECURITY_FEATURE
public static final String GG_BROKEN_TRACKING_PAGE_LOG_BATCH_SIZE
0.public static final String GG_MAX_SNAPSHOT_WRITE_THROTTLING_MILLIS
public static final String GG_SECURITY_CONTEXT_PROPAGATION_TIMEOUT_MILLIS
public static final String GG_SECURITY_SESSION_INVALIDATE_TIMEOUT_MILLIS
public static final String GG_EXCHANGELESS_SNAPSHOT_CREATION
True, exchange is not triggered on snapshot creation.public static final String GG_WAITING_FOR_REORDERED_ATOMIC_UPDATES_INTERVAL
public static final String GG_MAX_ATTEMPTS_CREATING_IMPLICIT_CONSISTENT_CUT
public static final String GG_INCREMENTAL_STATE_TRANSFER
public static final String GG_INCREMENTAL_DR_USE_REGULAR_STORE
public static final String GG_DR_DISABLE_TRANSITIVE_UPDATES
false.
When set to true, updates from remote cluster will not be replicated to any other cluster.
Note: the option has no effect if GG_INCREMENTAL_STATE_TRANSFER is disabled.
public static final String GG_DR_USE_METASTORE
public static final String GG_DR_SYSTEM_CACHE_SCAN_TIMEOUT
public static final String GG_OPTIMIZED_COMPRESSED_ENCRYPTED_SNAPSHOTS
true by default.
GridGain In-Memory Computing Platform : ver. 8.9.36 Release Date : July 29 2026