public final class GridSystemProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GG_ADMIN_EMAILS
Name of the system property or environment variable to set or override
list of admin emails.
|
static String |
GG_ATOMIC_CACHE_DELETE_HISTORY_SIZE
Maximum size for atomic cache queue delete history.
|
static String |
GG_ATOMIC_DEFERRED_ACK_BUFFER_SIZE
Atomic cache deferred update response buffer size.
|
static String |
GG_ATOMIC_DEFERRED_ACK_TIMEOUT
Atomic cache deferred update timeout.
|
static String |
GG_COMMUNICATION_BUF_RESIZE_RATIO
System property to manage ratio for communication buffer resize.
|
static String |
GG_CONFIG_URL
System property to hold optional configuration URL.
|
static String |
GG_CONSOLE_APPENDER
If this property is set to
true (default) and GridGain is launched
in verbose mode (see GG_QUIET) and no console appenders can be found
in configuration, then default console appender will be added. |
static String |
GG_DAEMON
Presence of this system property with value
true will make the grid
node start as a daemon node. |
static String |
GG_DEP_MODE_OVERRIDE
System property to override deployment mode configuration parameter.
|
static String |
GG_DISABLE_HOSTNAME_VERIFIER
System property to disable
HostnameVerifier for SSL connections. |
static String |
GG_FUT_CONCURRENT_NOTIFICATION
Name of the system property or environment variable to activate concurrent
listener notification for future objects implemented in GridGain.
|
static String |
GG_FUT_SYNC_NOTIFICATION
Name of the system property or environment variable to activate synchronous
listener notification for future objects implemented in GridGain.
|
static String |
GG_H2_DEBUG_CONSOLE
If this property set then debug console will be opened for H2 indexing SPI.
|
static String |
GG_HOME
Defines GridGain installation folder.
|
static String |
GG_IPC_SHMEM_SPACE_DEBUG
If this property is set to
true then shared memory space native debug will be enabled. |
static String |
GG_JETTY_HOST
This property allows to override Jetty host for REST processor.
|
static String |
GG_JETTY_LOG_NO_OVERRIDE
This property does not allow GridGain to override Jetty log configuration for REST processor.
|
static String |
GG_JETTY_PORT
This property allows to override Jetty local port for REST processor.
|
static String |
GG_JOBS_HISTORY_SIZE
System property to override default job processor maps sizes for finished jobs and
cancellation requests.
|
static String |
GG_JOBS_METRICS_CONCURRENCY_LEVEL
System property to override default job metrics processor property defining
concurrency level for structure holding job metrics snapshots.
|
static String |
GG_LIFECYCLE_EMAIL_NOTIFY
Name of the system property or environment variable to set or override
whether or not to enable email notifications for node lifecycle.
|
static String |
GG_LOCAL_HOST
Name of system property to set system-wide local IP address or host.
|
static String |
GG_LOG_GRID_NAME
If this system property is present the GridGain will include grid name into verbose log.
|
static String |
GG_MAP_CONCURRENCY_LEVEL
Concurrency level for all concurrent hash maps created by GridGain.
|
static String |
GG_MARSHAL_BUFFERS_RECHECK
System property to specify how often in milliseconds marshal buffers
should be rechecked and potentially trimmed.
|
static String |
GG_MAX_COMPLETED_TX_COUNT
Property controlling size of buffer holding completed transaction versions.
|
static String |
GG_MIN_BUFFERED_COMMUNICATION_MSG_CNT
System property to disable buffered communication if node sends less messages count than
specified by this property.
|
static String |
GG_NEAR_GET_MAX_REMAPS
This property defines the maximum number of attempts to remap near get to the same
primary node.
|
static String |
GG_NO_ASCII
If this system property is present (any value) - no ASCII logo will
be printed.
|
static String |
GG_NO_DISCO_ORDER
Name of the system property to disable requirement for proper node ordering
by discovery SPI.
|
static String |
GG_NO_SHUTDOWN_HOOK
If this system property is set to
false - no shutdown hook will be set. |
static String |
GG_OFFHEAP_SAFE_RELEASE
Flag that will force GridGain to fill memory block with some recognisable pattern right before
this memory block is released.
|
static String |
GG_OVERRIDE_MCAST_GRP
System property to override multicast group taken from configuration.
|
static String |
GG_PERFORMANCE_SUGGESTIONS_DISABLED
Flag indicating whether performance suggestions output on start should be disabled.
|
static String |
GG_PRELOAD_RESEND_TIMEOUT
System property to hold preload resend timeout for evicted partitions.
|
static String |
GG_PROG_NAME
Name of the system property defining name of command line program.
|
static String |
GG_QUIET
Set to either
true or false to enable or disable quiet mode
of GridGain. |
static String |
GG_REFLECTION_CACHE_SIZE
System property to override default reflection cache size.
|
static String |
GG_REST_MAX_TASK_RESULTS
This property allows to override maximum count of task results stored on one node
in REST processor.
|
static String |
GG_RESTART_CODE
This property is used internally to pass an exit code to loader when
GridGain instance is being restarted.
|
static String |
GG_SLOW_TX_WARN_TIMEOUT
Transactions that take more time, than value of this property, will be output to log
with warning level.
|
static String |
GG_SMTP_FROM
Name of the system property or environment variable to set or override
SMTP FROM email.
|
static String |
GG_SMTP_HOST
Name of the system property or environment variable to set or override
SMTP host.
|
static String |
GG_SMTP_PORT
Name of the system property or environment variable to set or override
SMTP port.
|
static String |
GG_SMTP_PWD
Name of the system property or environment variable to set or override
SMTP password.
|
static String |
GG_SMTP_SSL
Name of the system property or environment variable to set or override
whether or not to use SSL.
|
static String |
GG_SMTP_STARTTLS
Name of the system property or environment variable to set or override
whether or not to use STARTTLS.
|
static String |
GG_SMTP_USERNAME
Name of the system property or environment variable to set or override
SMTP username.
|
static String |
GG_SSH_HOST
System property to hold SSH host for visor-started nodes.
|
static String |
GG_SSH_USER_NAME
System property to hold SSH user name for visor-started nodes.
|
static String |
GG_STARVATION_CHECK_INTERVAL
This system property defines interval in milliseconds in which GridGain will check
thread pool state for starvation.
|
static String |
GG_SUCCESS_FILE
Name of the system property defining success file name.
|
static String |
GG_TCP_DISCOVERY_ADDRESSES
Comma separated list of addresses in format "10.100.22.100:45000,10.100.22.101:45000".
|
static String |
GG_TX_SALVAGE_TIMEOUT
Timeout after which all uncompleted transactions originated by left node will be
salvaged (i.e.
|
static String |
GG_UPDATE_NOTIFIER
If this system property is set to
false - no checks for new versions will
be performed by GridGain. |
static String |
GG_VISOR_CLIENT_LOG_LEVEL
Specifies log level for Visor client logging.
|
public static final String GG_LOG_GRID_NAME
public static final String GG_RESTART_CODE
public static final String GG_DAEMON
true will make the grid
node start as a daemon node. Node that this system property will override
GridConfiguration.isDaemon() configuration.public static final String GG_HOME
public static final String GG_NO_SHUTDOWN_HOOK
false - no shutdown hook will be set.public static final String GG_NO_DISCO_ORDER
true, then any discovery SPI can be used
with distributed cache, otherwise, only discovery SPIs that have annotation
@GridDiscoverySpiOrderSupport(true) will
be allowed.public static final String GG_UPDATE_NOTIFIER
false - no checks for new versions will
be performed by GridGain. By default, GridGain periodically checks for the new
version and prints out the message into the log if new version of GridGain is
available for download.public static final String GG_STARVATION_CHECK_INTERVAL
public static final String GG_NO_ASCII
public static final String GG_JETTY_HOST
public static final String GG_JETTY_PORT
public static final String GG_JETTY_LOG_NO_OVERRIDE
public static final String GG_REST_MAX_TASK_RESULTS
public static final String GG_NEAR_GET_MAX_REMAPS
public static final String GG_QUIET
true or false to enable or disable quiet mode
of GridGain. In quiet mode, only warning and errors are printed into the log
additionally to a shortened version of standard output on the start.
Note that if you use ggstart.{sh|bat} scripts to start GridGain they start by default in quiet mode. You can supply -v flag to override it.
public static final String GG_CONSOLE_APPENDER
true (default) and GridGain is launched
in verbose mode (see GG_QUIET) and no console appenders can be found
in configuration, then default console appender will be added.
Set this property to false if no appenders should be added.public static final String GG_PROG_NAME
public static final String GG_SUCCESS_FILE
public static final String GG_SMTP_HOST
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_SMTP_PORT
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_SMTP_USERNAME
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_SMTP_PWD
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_SMTP_FROM
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_ADMIN_EMAILS
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_SMTP_SSL
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_LIFECYCLE_EMAIL_NOTIFY
public static final String GG_SMTP_STARTTLS
Note that GridGain uses SMTP to send emails in critical situations such as license expiration or fatal system errors. It is highly recommended to configure SMTP in production environment.
public static final String GG_LOCAL_HOST
Note that system-wide local bind address can also be set via GridConfiguration.getLocalHost()
method. However, system properties have priority over configuration properties specified in
GridConfiguration.
public static final String GG_FUT_SYNC_NOTIFICATION
GridFuture.listenAsync(GridInClosure) will
be evaluated in the same thread that will end the future.GridFuture.syncNotify(),
Constant Field Valuespublic static final String GG_FUT_CONCURRENT_NOTIFICATION
public static final String GG_DEP_MODE_OVERRIDE
public static final String GG_MAX_COMPLETED_TX_COUNT
102400. In
most cases this value is large enough and does not need to be changed.public static final String GG_MAP_CONCURRENCY_LEVEL
public static final String GG_SLOW_TX_WARN_TIMEOUT
0 (default value) disables warning on slow transactions.public static final String GG_TX_SALVAGE_TIMEOUT
public static final String GG_OVERRIDE_MCAST_GRP
public static final String GG_REFLECTION_CACHE_SIZE
128.public static final String GG_JOBS_HISTORY_SIZE
10240.public static final String GG_JOBS_METRICS_CONCURRENCY_LEVEL
64.public static final String GG_CONFIG_URL
public static final String GG_SSH_HOST
public static final String GG_SSH_USER_NAME
public static final String GG_PRELOAD_RESEND_TIMEOUT
public static final String GG_MARSHAL_BUFFERS_RECHECK
10,000ms.public static final String GG_DISABLE_HOSTNAME_VERIFIER
HostnameVerifier for SSL connections.
Can be used for development with self-signed certificates. Default value is false.public static final String GG_MIN_BUFFERED_COMMUNICATION_MSG_CNT
512.public static final String GG_COMMUNICATION_BUF_RESIZE_RATIO
0.8.public static final String GG_OFFHEAP_SAFE_RELEASE
public static final String GG_ATOMIC_CACHE_DELETE_HISTORY_SIZE
public static final String GG_TCP_DISCOVERY_ADDRESSES
GridTcpDiscoveryVmIpFinder.public static final String GG_PERFORMANCE_SUGGESTIONS_DISABLED
public static final String GG_VISOR_CLIENT_LOG_LEVEL
public static final String GG_ATOMIC_DEFERRED_ACK_BUFFER_SIZE
public static final String GG_ATOMIC_DEFERRED_ACK_TIMEOUT
public static final String GG_H2_DEBUG_CONSOLE
public static final String GG_IPC_SHMEM_SPACE_DEBUG
true then shared memory space native debug will be enabled.Copyright © 2014. All rights reserved.