Class SystemProperties

java.lang.Object
com.gigaspaces.CommonSystemProperties
com.j_spaces.kernel.SystemProperties

public class SystemProperties extends CommonSystemProperties
This Class includes system properties used by the product.
  • Field Details

    • ONE_WAY_WRITE

      @Deprecated public static final String ONE_WAY_WRITE
      Deprecated.
      See Also:
    • ONE_WAY_UPDATE

      @Deprecated public static final String ONE_WAY_UPDATE
      Deprecated.
      See Also:
    • ONE_WAY_CLEAR

      @Deprecated public static final String ONE_WAY_CLEAR
      Deprecated.
      See Also:
    • ONE_WAY_NOTIFY

      @Deprecated public static final String ONE_WAY_NOTIFY
      Deprecated.
      See Also:
    • SECURITY_ENABLED

      public static final String SECURITY_ENABLED
      The system property key identifying a secured service; default false
      See Also:
    • SECURITY_PROPERTIES_FILE

      public static final String SECURITY_PROPERTIES_FILE
      The system property key identifying the security properties file location
      See Also:
    • SECURITY_DISABLE_TRANSACTION_AUTHENTICATION

      public static final String SECURITY_DISABLE_TRANSACTION_AUTHENTICATION
      See Also:
    • JINI_LUS_GROUPS

      public static final String JINI_LUS_GROUPS
      See Also:
    • JINI_LUS_LOCATORS

      public static final String JINI_LUS_LOCATORS
      See Also:
    • JINI_LUS_LOCATORS_DEFAULT

      public static final String JINI_LUS_LOCATORS_DEFAULT
      See Also:
    • CLUSTER_XML_DEBUG

      public static final String CLUSTER_XML_DEBUG
      See Also:
    • URL

      public static final String URL
      See Also:
    • NOTIFY_FIFO_QUEUE

      public static final String NOTIFY_FIFO_QUEUE
      Determines the FIFO notify queue size.
      See Also:
    • FAIL_ON_INVALID_ROLLBACK

      public static final String FAIL_ON_INVALID_ROLLBACK
      When set to false, the XAResource will not throw an error when a non existing or already rolled back transaction is rolled back.
      See Also:
    • ABORT_NO_WAIT_FOR_EXPIRED_TX

      public static final String ABORT_NO_WAIT_FOR_EXPIRED_TX
      When set to true, will not wait on commit thread while aborting expired transaction
      Since:
      16.2.1
      See Also:
    • JAXP_ENV_DEBUG_REPORT

      public static final String JAXP_ENV_DEBUG_REPORT
      if -Dcom.gs.XMLEnvCheck=true we flush info about the Jaxp environment and print it to a file called GS_JAXP_EnvironmentCheck.xml in current directory.
      See Also:
    • RMI_CLIENT_GC_INTERVAL

      public static final String RMI_CLIENT_GC_INTERVAL
      When it is necessary to ensure that DGC clean calls for unreachable remote references are delivered in a timely fashion, the value of this property represents the maximum interval (in milliseconds) that the RMI runtime will allow between garbage collections of the local heap. The default value of 60000 milliseconds (60 seconds) will be set by GS to 1 hour (36000000 milliseconds) if it was not been set.
      See Also:
    • RMI_SERVER_GC_INTERVAL

      public static final String RMI_SERVER_GC_INTERVAL
      When it is necessary to ensure that unreachable remote objects are unexported and garbage collected in a timely fashion, the value of this property represents the maximum interval (in milliseconds) that the RMI runtime will allow between garbage collections of the local heap. The default value of 60000 milliseconds (60 seconds) will be set by GS to 1 hour (36000000 milliseconds) if it was not been set.
      See Also:
    • RMI_GC_DEFAULT_INTERVAL

      public static final String RMI_GC_DEFAULT_INTERVAL
      See Also:
    • WATCHDOG_REQUEST_TIMEOUT

      public static final String WATCHDOG_REQUEST_TIMEOUT
      Watchdog parameters
      See Also:
    • WATCHDOG_LISTENING_TIMEOUT

      public static final String WATCHDOG_LISTENING_TIMEOUT
      See Also:
    • WATCHDOG_IDLE_CONNECTION_TIMEOUT

      public static final String WATCHDOG_IDLE_CONNECTION_TIMEOUT
      See Also:
    • WATCHDOG_INSPECT_TIMEOUT

      public static final String WATCHDOG_INSPECT_TIMEOUT
      See Also:
    • WATCHDOG_INSPECT_RESPONSE_TIMEOUT

      public static final String WATCHDOG_INSPECT_RESPONSE_TIMEOUT
      See Also:
    • WATCHDOG_DISABLE_RESPONSE_WATCH

      public static final String WATCHDOG_DISABLE_RESPONSE_WATCH
      See Also:
    • WATCHDOG_TIMEOUT_RESOLUTION

      public static final String WATCHDOG_TIMEOUT_RESOLUTION
      See Also:
    • WATCHDOG_LISTENING_TIMEOUT_DEFAULT

      public static final String WATCHDOG_LISTENING_TIMEOUT_DEFAULT
      Watchdog parameters default values
      See Also:
    • WATCHDOG_REQUEST_TIMEOUT_DEFAULT

      public static final String WATCHDOG_REQUEST_TIMEOUT_DEFAULT
      See Also:
    • WATCHDOG_IDLE_CONNECTION_TIMEOUT_DEFAULT

      public static final String WATCHDOG_IDLE_CONNECTION_TIMEOUT_DEFAULT
      See Also:
    • WATCHDOG_TIMEOUT_RESOLUTION_DEFAULT

      public static final String WATCHDOG_TIMEOUT_RESOLUTION_DEFAULT
      See Also:
    • LRMI_THREADPOOL_IDLE_TIMEOUT_DEFAULT

      public static final long LRMI_THREADPOOL_IDLE_TIMEOUT_DEFAULT
      See Also:
    • LRMI_READ_SELECTOR_THREADS

      public static final String LRMI_READ_SELECTOR_THREADS
      LRMI number of read selector threads. @see #LRMI_READ_SELECTOR_THREADS_DEFAULT
      See Also:
    • LRMI_READ_SELECTOR_THREADS_DEFAULT

      public static final int LRMI_READ_SELECTOR_THREADS_DEFAULT
      LRMI number of read selector threads default = 4. @see #LRMI_READ_SELECTOR_THREADS
      See Also:
    • LRMI_SYSTEM_PRIORITY_QUEUE_CAPACITY_DEFAULT

      public static final int LRMI_SYSTEM_PRIORITY_QUEUE_CAPACITY_DEFAULT
      See Also:
    • LRMI_SYSTEM_PRIORITY_THREAD_IDLE_TIMEOUT

      public static final int LRMI_SYSTEM_PRIORITY_THREAD_IDLE_TIMEOUT
      See Also:
    • LRMI_SYSTEM_PRIORITY_MIN_THREADS_DEFAULT

      public static final int LRMI_SYSTEM_PRIORITY_MIN_THREADS_DEFAULT
      See Also:
    • LRMI_SYSTEM_PRIORITY_MAX_THREADS_DEFAULT

      public static final int LRMI_SYSTEM_PRIORITY_MAX_THREADS_DEFAULT
      See Also:
    • LRMI_CUSTOM_QUEUE_CAPACITY_DEFAULT

      public static final int LRMI_CUSTOM_QUEUE_CAPACITY_DEFAULT
      See Also:
    • LRMI_CUSTOM_THREAD_IDLE_TIMEOUT

      public static final int LRMI_CUSTOM_THREAD_IDLE_TIMEOUT
      See Also:
    • LRMI_CUSTOM_MIN_THREADS_DEFAULT

      public static final int LRMI_CUSTOM_MIN_THREADS_DEFAULT
      See Also:
    • LRMI_CUSTOM_MAX_THREADS_DEFAULT

      public static final int LRMI_CUSTOM_MAX_THREADS_DEFAULT
      See Also:
    • LRMI_USE_SECURE_RADNDOM

      public static final String LRMI_USE_SECURE_RADNDOM
      See Also:
    • LRMI_USE_ASYNC_CONNECT

      public static final String LRMI_USE_ASYNC_CONNECT
      See Also:
    • LRMI_NETWORK_MAPPER

      public static final String LRMI_NETWORK_MAPPER
      Provide a custom network mapper (Full class name).
      See Also:
    • LRMI_NETWORK_MAPPING_FILE

      public static final String LRMI_NETWORK_MAPPING_FILE
      The location of the mapping file which is used by the default network mapper
      See Also:
    • LRMI_CONNECT_TIMEOUT

      public static final String LRMI_CONNECT_TIMEOUT
      The timeout on lrmi socket connect
      See Also:
    • LRMI_CONNECT_TIMEOUT_DEFAULT

      public static final String LRMI_CONNECT_TIMEOUT_DEFAULT
      Default connect timeout in seconds is 30 sec
      See Also:
    • LRMI_READ_BLOCK_TIMEOUT

      public static final String LRMI_READ_BLOCK_TIMEOUT
      read() call on Socket will block for only this amount of time (in milliseconds), or indefinite (timeout=0) by default.
      Since:
      15.5
      See Also:
    • LRMI_ACCEPT_BACKLOG

      public static final String LRMI_ACCEPT_BACKLOG
      Sets the maximum queue length for incoming connection indications.
      See Also:
    • LRMI_TCP_SEND_BUFFER

      public static final String LRMI_TCP_SEND_BUFFER
      Set the TCP Send Buffer size (SO_SNDBUF)
      See Also:
    • LRMI_TCP_RECEIVE_BUFFER

      public static final String LRMI_TCP_RECEIVE_BUFFER
      Set the TCP receive Buffer size (SO_RCVBUF)
      See Also:
    • LRMI_MAX_CACHED_BUFFER_SIZE

      public static final String LRMI_MAX_CACHED_BUFFER_SIZE
      Set the maximum used buffer size that may be cached for communication
      See Also:
    • LRMI_MAX_CACHED_BUFFER_SIZE_DEFAULT

      public static final int LRMI_MAX_CACHED_BUFFER_SIZE_DEFAULT
      Default value for LRMI_MAX_CACHED_BUFFER_SIZE
      See Also:
    • LRMI_CACHED_BUFFER_EXPUNGE_RATIO

      public static final String LRMI_CACHED_BUFFER_EXPUNGE_RATIO
      Set the ratio that if the currently used buffer size * current cached buffer size is below, the cached buffer expunge threshold counter will be increases
      See Also:
    • LRMI_CACHED_BUFFER_EXPUNGE_RATIO_DEFAULT

      public static final double LRMI_CACHED_BUFFER_EXPUNGE_RATIO_DEFAULT
      See Also:
    • LRMI_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD

      public static final String LRMI_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD
      Set the number of time the cached buffer has failed the expunge ratio test after which the cached buffer is expunged.
      See Also:
    • LRMI_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD_DEFAULT

      public static final int LRMI_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD_DEFAULT
      See Also:
    • LRMI_ACCEPT_BACKLOG_DEFUALT

      public static final int LRMI_ACCEPT_BACKLOG_DEFUALT
      The default size to maximum queue length for incoming connection indications.
      See Also:
    • LRMI_TCP_KEEP_ALIVE

      public static final String LRMI_TCP_KEEP_ALIVE
      Set the TCP keep alive mode (SO_KEEPALIVE)
      See Also:
    • LRMI_TCP_NO_DELAY

      public static final String LRMI_TCP_NO_DELAY
      Set the TCP no delay mode (TCP_NODELAY)
      See Also:
    • LRMI_TCP_KEEP_ALIVE_DEFAULT

      public static final boolean LRMI_TCP_KEEP_ALIVE_DEFAULT
      TCP keep alive mode default (true)
      See Also:
    • LRMI_TCP_NO_DELAY_DEFAULT

      public static final boolean LRMI_TCP_NO_DELAY_DEFAULT
      TCP no delay mode default (true)
      See Also:
    • LRMI_TCP_TRAFFIC_CLASS

      public static final String LRMI_TCP_TRAFFIC_CLASS
      Set the TCP traffic class (SO_TRAFFIC_CLASS)
      See Also:
    • LRMI_SIMPLE_CLASSLOADING

      public static final String LRMI_SIMPLE_CLASSLOADING
      Set to true in order to enable simple request/response remote class loading for all purposes, set to false to disable it. Defaults to false
      See Also:
    • LRMI_SIMPLE_CLASSLOADING_DEFAULT

      public static final String LRMI_SIMPLE_CLASSLOADING_DEFAULT
      See Also:
    • LRMI_SUPPORT_CODE_BASE

      public static final boolean LRMI_SUPPORT_CODE_BASE
      Set to true in order to set the codebase URL path that a remote party should use to download the definition for a specified class. Default is false.
    • SPACE_ITERATOR_TYPE

      public static final String SPACE_ITERATOR_TYPE
      Set the space iterator type, allowed values: CURSOR, PREFETCH_UIDS it. Defaults to CURSOR
      See Also:
    • SPACE_ITERATOR_TYPE_DEFAULT

      public static final String SPACE_ITERATOR_TYPE_DEFAULT
    • LRMI_CLASSLOADING

      public static final String LRMI_CLASSLOADING
      Set to true in order to enable lrmi class loading for all purposes, set to false to disable it. Defaults to true
      See Also:
    • LRMI_CLASSLOADING_DEFAULT

      public static final String LRMI_CLASSLOADING_DEFAULT
      See Also:
    • LRMI_CLASSLOADING_IMPORT

      public static final String LRMI_CLASSLOADING_IMPORT
      Set to true in order to enable lrmi class loading for importing classes, set to false to disable it. Defaults to true
      See Also:
    • LRMI_CLASSLOADING_IMPORT_DEFAULT

      public static final String LRMI_CLASSLOADING_IMPORT_DEFAULT
      See Also:
    • LRMI_CLASSLOADING_EXPORT

      public static final String LRMI_CLASSLOADING_EXPORT
      Set to true in order to enable lrmi class loading for exporting classes, set to false to disable it. Defaults to true
      See Also:
    • LRMI_CLASSLOADING_EXPORT_DEFAULT

      public static final String LRMI_CLASSLOADING_EXPORT_DEFAULT
      See Also:
    • LRMI_NETWORK_FILTER_FACTORY

      public static final String LRMI_NETWORK_FILTER_FACTORY
      See Also:
    • LRMI_NETWORK_FILTER_FACTORY_ADDRESS_MATCHERS_FILE

      public static final String LRMI_NETWORK_FILTER_FACTORY_ADDRESS_MATCHERS_FILE
      See Also:
    • LRMI_NETWORK_FILTER_UNWRAP_BUFFER_ALLOCATION_STRATEGY

      public static final String LRMI_NETWORK_FILTER_UNWRAP_BUFFER_ALLOCATION_STRATEGY
      See Also:
    • LRMI_SELECTOR_BUG_CONNECT_RETRY

      public static final String LRMI_SELECTOR_BUG_CONNECT_RETRY
      Retry to connect, this is a property is use for workaround for a bug in the JVM see (IBM JVM bugid:IZ19325)
      See Also:
    • LRMI_RESOURCE_WARN_THRESHOLD_FACTOR

      public static final String LRMI_RESOURCE_WARN_THRESHOLD_FACTOR
      See Also:
    • LRMI_ASYNC_THROW_RESOURCE_NOT_AVAILABLE

      public static final String LRMI_ASYNC_THROW_RESOURCE_NOT_AVAILABLE
      https://insightedge.atlassian.net/browse/GS-12365
      See Also:
    • LRMI_ASYNC_THROW_RESOURCE_NOT_AVAILABLE_DEFAULT

      public static final boolean LRMI_ASYNC_THROW_RESOURCE_NOT_AVAILABLE_DEFAULT
      See Also:
    • LRMI_TMP_SELECTOR_POOL_SIZE

      public static final String LRMI_TMP_SELECTOR_POOL_SIZE
      XAP-13299 -- allow adjustment of the tmp selector pool size.
      See Also:
    • LRMI_TMP_SELECTOR_POOL_WAIT_TIMEOUT

      public static final String LRMI_TMP_SELECTOR_POOL_WAIT_TIMEOUT
      See Also:
    • LRMI_PROTOCOL_VALIDATION_DISABLED

      public static final String LRMI_PROTOCOL_VALIDATION_DISABLED
      When enabled the server will perform validation if incoming communication is of valid protocol, this is not backward compatible with client of version prior to 9.0.x
      See Also:
    • SERIALIZE_USING_EXTERNALIZABLE

      public static final String SERIALIZE_USING_EXTERNALIZABLE
      See Also:
    • SMART_EXTERNALIZABLE_ENABLED

      public static final String SMART_EXTERNALIZABLE_ENABLED
      See Also:
    • STORAGE_TYPE_SERIALIZATION_MAX_CACHED_BUFFER_SIZE

      public static final String STORAGE_TYPE_SERIALIZATION_MAX_CACHED_BUFFER_SIZE
      Set the maximum used buffer size that may be cached for storage type serialization
      See Also:
    • STORAGE_TYPE_SERIALIZATION_MAX_CACHED_BUFFER_SIZE_DEFAULT

      public static final int STORAGE_TYPE_SERIALIZATION_MAX_CACHED_BUFFER_SIZE_DEFAULT
      See Also:
    • STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_RATIO

      public static final String STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_RATIO
      Set the ratio that if the currently used buffer size * current cached buffer size is below, the cached buffer expunge threshold counter will be increases
      See Also:
    • STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_RATIO_DEFAULT

      public static final double STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_RATIO_DEFAULT
      See Also:
    • STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD

      public static final String STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD
      Set the number of time the cached buffer has failed the expunge ratio test after which the cached buffer is expunged.
      See Also:
    • STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD_DEFAULT

      public static final int STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD_DEFAULT
      See Also:
    • STORAGE_TYPE_SERIALIZATION_MAX_POOL_MEMORY_SIZE

      public static final String STORAGE_TYPE_SERIALIZATION_MAX_POOL_MEMORY_SIZE
      Set the maximum pool memory size of buffers that may be cached for storage type serialization
      See Also:
    • STORAGE_TYPE_SERIALIZATION_MAX_POOL_RESOURCE_COUNT_SIZE

      public static final String STORAGE_TYPE_SERIALIZATION_MAX_POOL_RESOURCE_COUNT_SIZE
      Set the maximum pool number of buffers that may be cached for storage type serialization
      See Also:
    • STORAGE_TYPE_SERIALIZATION_ZIP_COMPRESSION_LEVEL

      public static final String STORAGE_TYPE_SERIALIZATION_ZIP_COMPRESSION_LEVEL
      See Also:
    • STORAGE_TYPE_SERIALIZATION_ZIP_IDEMPOTENT

      public static final String STORAGE_TYPE_SERIALIZATION_ZIP_IDEMPOTENT
      See Also:
    • AES_PASSPHRASE

      public static final String AES_PASSPHRASE
      See Also:
    • AES_PASSPHRASE_PATH

      public static final String AES_PASSPHRASE_PATH
      See Also:
    • AES_KEY_LENGTH

      public static final String AES_KEY_LENGTH
      See Also:
    • AES_MAC_ALGORITHM

      public static final String AES_MAC_ALGORITHM
      See Also:
    • AES_MAC_KEY_LENGTH

      public static final String AES_MAC_KEY_LENGTH
      See Also:
    • AES_GCM_TAG_LENGTH

      public static final String AES_GCM_TAG_LENGTH
      See Also:
    • AES_GCM_IV_LENGTH

      public static final String AES_GCM_IV_LENGTH
      See Also:
    • AES_CBC_IV_LENGTH

      public static final String AES_CBC_IV_LENGTH
      See Also:
    • AES_CBC_PADDING

      public static final String AES_CBC_PADDING
      See Also:
    • IS_CLUSTER_ENABLED

      public static final String IS_CLUSTER_ENABLED
      See Also:
    • IS_CLUSTER_ENABLED_DEFAULT

      public static final String IS_CLUSTER_ENABLED_DEFAULT
    • MANAGER_PU_MONITOR_INTERVAL

      public static final String MANAGER_PU_MONITOR_INTERVAL
      See Also:
    • MANAGER_PU_MONITOR_INTERVAL_DEFAULT

      public static final String MANAGER_PU_MONITOR_INTERVAL_DEFAULT
      See Also:
    • CLUSTER_AGENT_MONITOR_INTERVAL

      public static final String CLUSTER_AGENT_MONITOR_INTERVAL
      See Also:
    • CLUSTER_AGENT_MONITOR_INTERVAL_DEFAULT

      public static final String CLUSTER_AGENT_MONITOR_INTERVAL_DEFAULT
      See Also:
    • CLUSTER_PU_MONITOR_INTERVAL

      public static final String CLUSTER_PU_MONITOR_INTERVAL
      See Also:
    • CLUSTER_PU_MONITOR_INTERVAL_DEFAULT

      public static final String CLUSTER_PU_MONITOR_INTERVAL_DEFAULT
      See Also:
    • CLUSTER_SPACE_MONITOR_INTERVAL

      public static final String CLUSTER_SPACE_MONITOR_INTERVAL
      See Also:
    • CLUSTER_SPACE_MONITOR_INTERVAL_DEFAULT

      public static final String CLUSTER_SPACE_MONITOR_INTERVAL_DEFAULT
      See Also:
    • CLUSTER_CONFIG_URL

      public static final String CLUSTER_CONFIG_URL
      See Also:
    • CLUSTER_CONFIG_URL_DEFAULT

      public static final String CLUSTER_CONFIG_URL_DEFAULT
      See Also:
    • IS_FILTER_STATISTICS_ENABLED

      public static final String IS_FILTER_STATISTICS_ENABLED
      See Also:
    • IS_FILTER_STATISTICS_ENABLED_DEFAULT

      public static final String IS_FILTER_STATISTICS_ENABLED_DEFAULT
    • SERIALIZATION_TYPE

      public static final String SERIALIZATION_TYPE
      See Also:
    • SERIALIZATION_TYPE_DEFAULT

      public static final String SERIALIZATION_TYPE_DEFAULT
    • TYPE_CHECKSUM_VALIDATION

      public static final String TYPE_CHECKSUM_VALIDATION
      See Also:
    • TYPE_CHECKSUM_VALIDATION_DEFAULT

      public static final String TYPE_CHECKSUM_VALIDATION_DEFAULT
      See Also:
    • TYPE_DELETE_ON_DROP

      public static final String TYPE_DELETE_ON_DROP
      See Also:
    • GS_PROTOCOL

      public static final String GS_PROTOCOL
      See Also:
    • GS_PROTOCOL_DEFAULT

      public static final String GS_PROTOCOL_DEFAULT
      See Also:
    • ENGINE_CACHE_POLICY

      public static final String ENGINE_CACHE_POLICY
      See Also:
    • ENGINE_CACHE_POLICY_DEFAULT

      public static final String ENGINE_CACHE_POLICY_DEFAULT
    • MEMORY_USAGE_ENABLED

      public static final String MEMORY_USAGE_ENABLED
      See Also:
    • MEMORY_USAGE_ENABLED_DEFAULT

      public static final String MEMORY_USAGE_ENABLED_DEFAULT
      See Also:
    • CLUSTER_CACHE_LOADER_EXTERNAL_DATA_SOURCE

      public static final String CLUSTER_CACHE_LOADER_EXTERNAL_DATA_SOURCE
      See Also:
    • CLUSTER_CACHE_LOADER_CENTRAL_DATA_SOURCE

      public static final String CLUSTER_CACHE_LOADER_CENTRAL_DATA_SOURCE
      See Also:
    • DOWNLOAD_HOST

      public static final String DOWNLOAD_HOST
      See Also:
    • DOWNLOAD_HOST_DEFAULT_VALUE

      public static final String DOWNLOAD_HOST_DEFAULT_VALUE
      See Also:
    • CONTAINER_SHUTDOWN_HOOK

      public static final String CONTAINER_SHUTDOWN_HOOK
      See Also:
    • CONTAINER_SHUTDOWN_HOOK_DEFAULT_VALUE

      public static final String CONTAINER_SHUTDOWN_HOOK_DEFAULT_VALUE
      See Also:
    • LOOKUP_JNDI_URL

      public static final String LOOKUP_JNDI_URL
      See Also:
    • LOOKUP_JNDI_URL_DEFAULT

      public static final String LOOKUP_JNDI_URL_DEFAULT
      See Also:
    • START_EMBEDDED_LOOKUP_DEFAULT

      public static final String START_EMBEDDED_LOOKUP_DEFAULT
      See Also:
    • START_EMBEDDED_MAHALO

      public static final String START_EMBEDDED_MAHALO
      See Also:
    • START_EMBEDDED_MAHALO_DEFAULT

      public static final String START_EMBEDDED_MAHALO_DEFAULT
      See Also:
    • LOOKUP_UNICAST_ENABLED

      public static final String LOOKUP_UNICAST_ENABLED
      See Also:
    • LOOKUP_UNICAST_ENABLED_DEFAULT

      public static final String LOOKUP_UNICAST_ENABLED_DEFAULT
      See Also:
    • LUS_REGISTRATION_COUNT

      public static final String LUS_REGISTRATION_COUNT
      Controls how many LUS instances each space partition registers with (LUS scaling). Each LUS has a registration limit (~260), so with many partitions (>130) registering with all LUS instances is not feasible. Setting this to K causes each partition to register with K out of N configured LUS instances using modulo-based distribution, spreading load evenly. When 0 (default) or >= N, all LUS instances are used — preserving backward compatibility.
      See Also:
    • LUS_REGISTRATION_COUNT_DEFAULT

      public static final int LUS_REGISTRATION_COUNT_DEFAULT
      See Also:
    • CREATE_HEAP_DUMP_ON_MEMORY_SHORTAGE

      public static final String CREATE_HEAP_DUMP_ON_MEMORY_SHORTAGE
      See Also:
    • MAX_HEAPS_ON_MEMORY_SHORTAGE

      public static final String MAX_HEAPS_ON_MEMORY_SHORTAGE
      See Also:
    • HEAPS_ON_MEMORY_SHORTAGE_QUIET_PERIOD

      public static final String HEAPS_ON_MEMORY_SHORTAGE_QUIET_PERIOD
      See Also:
    • JMX_REMOTE_BASE_PORT

      public static final String JMX_REMOTE_BASE_PORT
      See Also:
    • JMX_ENABLED_DEFAULT_VALUE

      public static final String JMX_ENABLED_DEFAULT_VALUE
      Default value of JMX supporting
    • SPACE_STARTUP_STATE_ENABLED

      public static final String SPACE_STARTUP_STATE_ENABLED
      Replication secure restart property
      See Also:
    • UI_ENABLED

      public static final String UI_ENABLED
      System variable for enabling metrics of ops-ui and hsqldb
      See Also:
    • JDBC_DRIVER

      public static final String JDBC_DRIVER
      See Also:
    • JDBC_V1_DRIVER

      public static final String JDBC_V1_DRIVER
      See Also:
    • JDBC_V2_DRIVER

      public static final String JDBC_V2_DRIVER
      See Also:
    • JDBC_V3_DRIVER

      public static final String JDBC_V3_DRIVER
      See Also:
    • EXPOSE_INTERNAL_API

      public static final String EXPOSE_INTERNAL_API
      See Also:
    • RECORDING_OF_ALL_METRICS_TO_HSQLDB_ENABLED

      public static final String RECORDING_OF_ALL_METRICS_TO_HSQLDB_ENABLED
      System variable for enabling recording of all metrics tables to hsqldb
      See Also:
    • LOOK_AND_FEEL_CLASS_NAME

      public static final String LOOK_AND_FEEL_CLASS_NAME
      System variable for look&feel class definition
      See Also:
    • UI_THREAD_POOL_MAX_SIZE

      public static final String UI_THREAD_POOL_MAX_SIZE
      System variable for maximum size of thread pool that used by UI for redirection Jini events
      See Also:
    • UI_THREAD_POOL_MIN_SIZE

      public static final String UI_THREAD_POOL_MIN_SIZE
      System variable for minimum size of thread pool that used by UI for redirection Jini events
      See Also:
    • UI_SCHEDULED_THREAD_POOL_MIN_SIZE

      public static final String UI_SCHEDULED_THREAD_POOL_MIN_SIZE
      System variable for minimum size of scheduled thread pool that used by UI
      See Also:
    • UI_THREAD_POOL_KEEP_ALIVE_TIME

      public static final String UI_THREAD_POOL_KEEP_ALIVE_TIME
      System variable for keep alive time of thread pool that used by UI for redirection Jini events
      See Also:
    • UI_THREAD_POOL_MIN_SIZE_DEFAULT_VALUE

      public static final String UI_THREAD_POOL_MIN_SIZE_DEFAULT_VALUE
    • UI_SCHEDULED_THREAD_POOL_MIN_SIZE_DEFAULT_VALUE

      public static final String UI_SCHEDULED_THREAD_POOL_MIN_SIZE_DEFAULT_VALUE
    • UI_THREAD_POOL_MAX_SIZE_DEFAULT_VALUE

      public static final String UI_THREAD_POOL_MAX_SIZE_DEFAULT_VALUE
    • UI_THREAD_POOL_KEEP_ALIVE_TIME_DEFAULT_VALUE

      public static final String UI_THREAD_POOL_KEEP_ALIVE_TIME_DEFAULT_VALUE
    • UI_ORDERED_THREAD_POOL_SIZE

      public static final String UI_ORDERED_THREAD_POOL_SIZE
      See Also:
    • JINI_GROUP_USE_DEFINED_ONLY

      public static final String JINI_GROUP_USE_DEFINED_ONLY
      See Also:
    • LIVENESS_MONITOR_FREQUENCY

      public static final String LIVENESS_MONITOR_FREQUENCY
      System property to define the frequency in which liveness of 'live' members in a cluster is monitored; Default 10000 ms
      See Also:
    • LIVENESS_MONITOR_FREQUENCY_DEFAULT

      public static final long LIVENESS_MONITOR_FREQUENCY_DEFAULT
      Defines the frequency in which liveness of 'live' members in a cluster is monitored; Default 10000 ms
      See Also:
    • LIVENESS_DETECTOR_FREQUENCY

      public static final String LIVENESS_DETECTOR_FREQUENCY
      System property to define the frequency in which liveness of members in a cluster is detected; Default 5000 ms
      See Also:
    • LIVENESS_DETECTOR_FREQUENCY_DEFAULT

      public static final long LIVENESS_DETECTOR_FREQUENCY_DEFAULT
      Defines the frequency in which liveness of members in a cluster is detected; Default 5000 ms
      See Also:
    • CANCEL_DUPLICATE_PACKET_FILTER

      public static final String CANCEL_DUPLICATE_PACKET_FILTER
      disables the duplication filtering mechanism used to avoid double processing of packets after recovery.
      See Also:
    • CANCEL_DUPLICATE_PACKET_FILTER_DEFAULT

      public static final String CANCEL_DUPLICATE_PACKET_FILTER_DEFAULT
      See Also:
    • MAX_LRMI_BUFFER_SIZE

      public static final String MAX_LRMI_BUFFER_SIZE
      Maximum size (bytes) of buffer sent over the network, each buffer sent by the LRMI layer is broken into smaller buffers according to the this value.
      See Also:
    • MAX_LRMI_BUFFER_SIZE_DEFAULT

      public static final int MAX_LRMI_BUFFER_SIZE_DEFAULT
      The default value set as the LRMI maximum buffer size, 64k.
      See Also:
    • WRITE_DELAY_BEFORE_WARN

      public static final String WRITE_DELAY_BEFORE_WARN
      Maximum time in milliseconds that a message to be sent to the other side can delayed in the system queue before a warning to the log is issue.
      See Also:
    • WRITE_DELAY_BEFORE_WARN_DEFAULT

      public static final int WRITE_DELAY_BEFORE_WARN_DEFAULT
      The default value set as the LRMI maxWriteDelayBeforeWarn.
      See Also:
    • LRMI_FAIL_TO_GET_CLASS_BYTES_FROM_ACTIVE_CONNECTION_DEFAULT

      public static final boolean LRMI_FAIL_TO_GET_CLASS_BYTES_FROM_ACTIVE_CONNECTION_DEFAULT
      The default value set to true.
      See Also:
    • LRMI_FAIL_TO_GET_CLASS_BYTES_FROM_ACTIVE_CONNECTION

      public static final String LRMI_FAIL_TO_GET_CLASS_BYTES_FROM_ACTIVE_CONNECTION
      Determine if class bytes should retrieved from active connection when failed to retrieve from the parent class loader connection.
      See Also:
    • ENGINE_STORED_LIST_SEGMENTS

      public static final String ENGINE_STORED_LIST_SEGMENTS
      Number of segments used by the engine stored lists. Two different segments can be accessed concurrently by different threads, therefore number of segments defines how concurrent the engine structures are.
      See Also:
    • ENGINE_STORED_LIST_SEGMENTS_DEFAULT

      public static final int ENGINE_STORED_LIST_SEGMENTS_DEFAULT
      Default number of segments in engine stored list is 5*Runtime.getRuntime().availableProcessors(). It gives the probability of 0.7 that there will be no collisions between the threads we add 1 since #core is generaly 2**n (n=1,2,3...) so an even number will yield better distribution in case of constant thread numbers If set to 0 - the default is used.
    • ENGINE_STORED_LIST_LOCKS

      public static final String ENGINE_STORED_LIST_LOCKS
      Number of locks used by the engine stored lists. Reducing the number of locks will reduce the memory footprint for each object index
      See Also:
    • ENGINE_STORED_LIST_LOCKS_DEFAULT

      public static final int ENGINE_STORED_LIST_LOCKS_DEFAULT
      Default number of index locks in engine If set to 0 - each index has its own lock
    • ENGINE_LRU_SEGMENTS

      public static final String ENGINE_LRU_SEGMENTS
      Number of segments used by the concurrent server-based lru . Two different segments can be accessed concurrently by different threads, therefore number of segments defines how concurrent the engine structures are.
      See Also:
    • ENGINE_LRU_SEGMENTS_DEFAULT

      public static final int ENGINE_LRU_SEGMENTS_DEFAULT
      Default number of segments in lru is 5*Runtime.getRuntime().availableProcessors(). we add 1 since #core is generaly 2**n (n=1,2,3...) so an even number will yield better distribution in case of constant thread numbers If set to 0 - the default is used.
    • ENGINE_GENERAL_PURPOSE_REMOVE_FILTERS

      @Deprecated public static final String ENGINE_GENERAL_PURPOSE_REMOVE_FILTERS
      Deprecated.
      are the before/after remove filters general and not only for lease cancel/expiration
      See Also:
    • BROWSER_LAF_IS_CROSS_PLATFORM

      public static final String BROWSER_LAF_IS_CROSS_PLATFORM
      See Also:
    • CONTAINER_NAME

      public static final String CONTAINER_NAME
      See Also:
    • CACHE_MANAGER_RECOVER_INTERVAL_LOG

      public static final String CACHE_MANAGER_RECOVER_INTERVAL_LOG
      Interval in miliseconds to log database recovery process, default is 10 seconds.
      See Also:
    • CACHE_MANAGER_RECOVER_INTERVAL_DEFAULT

      public static final long CACHE_MANAGER_RECOVER_INTERVAL_DEFAULT
      See Also:
    • CACHE_MANAGER_LOG_RECOVER_PROCESS

      public static final String CACHE_MANAGER_LOG_RECOVER_PROCESS
      Specified whether to disable database recovery logging, default is true.
      See Also:
    • CACHE_MANAGER_EMBEDDED_INDEX_PROTECTION

      public static final String CACHE_MANAGER_EMBEDDED_INDEX_PROTECTION
      protect embedded indexes by clonning values.
      See Also:
    • CACHE_MANAGER_EMBEDDED_INDEX_PROTECTION_DEFAULT

      public static final String CACHE_MANAGER_EMBEDDED_INDEX_PROTECTION_DEFAULT
      See Also:
    • CACHE_MANAGER_HASHMAP_SEGMENTS

      public static final String CACHE_MANAGER_HASHMAP_SEGMENTS
      Number of segments used in creating CHM for entries- uids, indices, off-heap internalcache .
      See Also:
    • CACHE_MANAGER_HASHMAP_SEGMENTS_DEFAULT

      public static final int CACHE_MANAGER_HASHMAP_SEGMENTS_DEFAULT
      Default Number of segments used in creating CHM for entries- uids, indices, off-heap internalcache.
      See Also:
    • LEASE_MANAGER_FORCE_REAPER_CYCLE_TIME_TO_WAIT

      public static final String LEASE_MANAGER_FORCE_REAPER_CYCLE_TIME_TO_WAIT
      The timeout that a caller to the lease manager reaper force cycle is ready to wait for the cycle to be completed
      See Also:
    • LEASE_MANAGER_FORCE_REAPER_CYCLE_TIME_TO_WAIT_DEFAULT

      public static final long LEASE_MANAGER_FORCE_REAPER_CYCLE_TIME_TO_WAIT_DEFAULT
      The default timeout that a caller to the lease manager reaper force cycle is ready to wait for the cycle to be completed
      See Also:
    • ENABLE_BOUNDED_QUERY_CACHE

      public static final String ENABLE_BOUNDED_QUERY_CACHE
      Indication for if the QueryCache inner implementation will be bounded or not
      See Also:
    • ENABLE_BOUNDED_QUERY_CACHE_DEFAULT

      public static final boolean ENABLE_BOUNDED_QUERY_CACHE_DEFAULT
      The default indication for if the QueryCache inner implementation will be bounded or not
      See Also:
    • BOUNDED_QUERY_CACHE_SIZE

      public static final String BOUNDED_QUERY_CACHE_SIZE
      The bounded query cache size
      See Also:
    • BOUNDED_QUERY_CACHE_SIZE_DEFAULT

      public static final long BOUNDED_QUERY_CACHE_SIZE_DEFAULT
      The default bounded query cache size
      See Also:
    • DISABLE_QUIESCE_MODE

      public static final String DISABLE_QUIESCE_MODE
      disable quiesce mode- false means quiesce command will be rejected
      See Also:
    • QUIESCE_HANDLER_SUSPENDED_MAX_WAIT_TIME_MS

      public static final String QUIESCE_HANDLER_SUSPENDED_MAX_WAIT_TIME_MS
      Maximum time (milliseconds) to wait for a space operation to wait if the space is suspended
      See Also:
    • QUIESCE_HANDLER_SUSPENDED_MAX_WAIT_TIME_DEFAULT

      public static final String QUIESCE_HANDLER_SUSPENDED_MAX_WAIT_TIME_DEFAULT
      See Also:
    • QUIESCE_HANDLER_RECONNECT_DELAY_TIME_MS

      public static final String QUIESCE_HANDLER_RECONNECT_DELAY_TIME_MS
      Maximum time (milliseconds) to randomly sleep after a suspended space is reconnected to allow queued operations to spread out.
      See Also:
    • QUIESCE_HANDLER_RECONNECT_DELAY_TIME_DEFAULT

      public static final String QUIESCE_HANDLER_RECONNECT_DELAY_TIME_DEFAULT
      See Also:
    • CLEAR_REST_JETTY_FILES

      public static final String CLEAR_REST_JETTY_FILES
      See Also:
    • ENABLE_DYNAMIC_LOCATORS_DEFAULT

      public static final boolean ENABLE_DYNAMIC_LOCATORS_DEFAULT
      See Also:
    • DYNAMIC_LOCATORS_MAX_INIT_DELAY

      public static final String DYNAMIC_LOCATORS_MAX_INIT_DELAY
      See Also:
    • DYNAMIC_LOCATORS_MAX_INIT_DELAY_DEFAULT

      public static final long DYNAMIC_LOCATORS_MAX_INIT_DELAY_DEFAULT
      See Also:
    • JCONSOLE_INTERVAL

      public static final String JCONSOLE_INTERVAL
      See Also:
    • PERSISTENCY_STORE_LOG_DIRECTORY

      public static final String PERSISTENCY_STORE_LOG_DIRECTORY
      See Also:
    • PERSISTENCY_STORE_DELETE_CURRENT_ON_DESTROY

      public static final String PERSISTENCY_STORE_DELETE_CURRENT_ON_DESTROY
      See Also:
    • LICENSE_KEY

      public static final String LICENSE_KEY
      See Also:
    • ENV_REPORT

      public static final String ENV_REPORT
      See Also:
    • DB_CONTAINER_NAME

      public static final String DB_CONTAINER_NAME
      See Also:
    • DB_SPACE_NAME

      public static final String DB_SPACE_NAME
      See Also:
    • CLUSTER_XML_SCHEMA_VALIDATION

      public static final String CLUSTER_XML_SCHEMA_VALIDATION
      See Also:
    • CLUSTER_XML_SCHEMA_VALIDATION_DEFAULT

      public static final String CLUSTER_XML_SCHEMA_VALIDATION_DEFAULT
      See Also:
    • REPLICATION_REPLICA_PROGRESS_TIMEOUT

      public static final String REPLICATION_REPLICA_PROGRESS_TIMEOUT
      See Also:
    • REPLICATION_REPLICA_PROGRESS_TIMEOUT_DEFAULT

      public static final long REPLICATION_REPLICA_PROGRESS_TIMEOUT_DEFAULT
      See Also:
    • REDOLOG_FLUSH_NOTIFY_CLASS

      public static final String REDOLOG_FLUSH_NOTIFY_CLASS
      See Also:
    • REDOLOG_FLUSH_ON_SHUTDOWN

      public static final String REDOLOG_FLUSH_ON_SHUTDOWN
      See Also:
    • REDOLOG_FLUSH_ON_SHUTDOWN_DEFAULT

      public static final boolean REDOLOG_FLUSH_ON_SHUTDOWN_DEFAULT
      See Also:
    • REDOLOG_COPY_ON_STARTUP

      public static final String REDOLOG_COPY_ON_STARTUP
      See Also:
    • REDOLOG_COPY_ON_STARTUP_DEFAULT

      public static final boolean REDOLOG_COPY_ON_STARTUP_DEFAULT
      See Also:
    • REQUIRED_CONSISTENCY_LEVEL

      public static final String REQUIRED_CONSISTENCY_LEVEL
      See Also:
    • REQUIRED_CONSISTENCY_LEVEL_DEFAULT

      public static final int REQUIRED_CONSISTENCY_LEVEL_DEFAULT
      See Also:
    • REPLICATION_BLOBSTORE_SYNC_LIST_BATCH_SIZE

      public static final String REPLICATION_BLOBSTORE_SYNC_LIST_BATCH_SIZE
      See Also:
    • REPLICATION_BLOBSTORE_SYNC_LIST_BATCH_SIZE_DEFAULT

      public static final int REPLICATION_BLOBSTORE_SYNC_LIST_BATCH_SIZE_DEFAULT
      See Also:
    • USE_BLOBSTORE_EMBEDDED_SYNC_LIST

      public static final String USE_BLOBSTORE_EMBEDDED_SYNC_LIST
      See Also:
    • USE_BLOBSTORE_EMBEDDED_SYNC_LIST_DEFAULT

      public static final String USE_BLOBSTORE_EMBEDDED_SYNC_LIST_DEFAULT
      See Also:
    • REPLICATION_USE_BLOBSTORE_SYNC_LIST

      public static final String REPLICATION_USE_BLOBSTORE_SYNC_LIST
      See Also:
    • REPLICATION_USE_BLOBSTORE_SYNC_LIST_DEFAULT

      public static final String REPLICATION_USE_BLOBSTORE_SYNC_LIST_DEFAULT
      See Also:
    • REPLICATION_USE_BACKUP_BLOBSTORE_BULKS

      public static final String REPLICATION_USE_BACKUP_BLOBSTORE_BULKS
      See Also:
    • REPLICATION_USE_BACKUP_BLOBSTORE_BULKS_DEFAULT

      public static final String REPLICATION_USE_BACKUP_BLOBSTORE_BULKS_DEFAULT
      See Also:
    • DIRECT_PERSISTENCY_RECOVER_RETRIES

      public static final String DIRECT_PERSISTENCY_RECOVER_RETRIES
      See Also:
    • DIRECT_PERSISTENCY_RECOVER_RETRIES_DEFAULT

      public static final int DIRECT_PERSISTENCY_RECOVER_RETRIES_DEFAULT
      See Also:
    • BLOCKING_CLIENT_CONNECT

      public static final String BLOCKING_CLIENT_CONNECT
      See Also:
    • BLOCKING_CLIENT_CONNECT_DEFAULT

      public static final String BLOCKING_CLIENT_CONNECT_DEFAULT
      See Also:
    • SQLITE_ASYNC

      public static final String SQLITE_ASYNC
      See Also:
    • EXTRA_BACKUP_SPACE_RESOLUTION_RETRIES_DEFAULT

      public static final int EXTRA_BACKUP_SPACE_RESOLUTION_RETRIES_DEFAULT
      See Also:
    • EXTRA_BACKUP_SPACE_RESOLUTION_RETRIES

      public static final String EXTRA_BACKUP_SPACE_RESOLUTION_RETRIES
      See Also:
    • CACHE_CONTEXT_CLOSE_MAX_WAIT_DEFAULT

      public static final long CACHE_CONTEXT_CLOSE_MAX_WAIT_DEFAULT
      See Also:
    • CACHE_CONTEXT_CLOSE_MAX_WAIT

      public static final String CACHE_CONTEXT_CLOSE_MAX_WAIT
      See Also:
    • JMX_REMOTE_AUTHENTICATE

      public static final String JMX_REMOTE_AUTHENTICATE
      See Also:
    • CACHE_STUCK_2PC_BASIC_TIME

      public static final String CACHE_STUCK_2PC_BASIC_TIME
      See Also:
    • CACHE_STUCK_2PC_BASIC_TIME_DEFAULT

      public static final long CACHE_STUCK_2PC_BASIC_TIME_DEFAULT
      See Also:
    • CACHE_STUCK_2PC_EXTENTION_TIME

      public static final String CACHE_STUCK_2PC_EXTENTION_TIME
      See Also:
    • CACHE_STUCK_2PC_EXTENTION_TIME_DEFAULT

      public static final long CACHE_STUCK_2PC_EXTENTION_TIME_DEFAULT
      See Also:
    • HANDLE_EXTRA_STATELESS_INSTANCES_RETRIES

      public static final String HANDLE_EXTRA_STATELESS_INSTANCES_RETRIES
      See Also:
    • HANDLE_EXTRA_STATELESS_INSTANCES_RETRIES_DEFAULT

      public static final int HANDLE_EXTRA_STATELESS_INSTANCES_RETRIES_DEFAULT
      See Also:
    • MANAGER_REST_JETTY_CONFIG

      public static final String MANAGER_REST_JETTY_CONFIG
      See Also:
    • MANAGER_REST_SSL_KEYSTORE_PATH

      public static final String MANAGER_REST_SSL_KEYSTORE_PATH
      See Also:
    • MANAGER_REST_SSL_KEYSTORE_PASSWORD

      public static final String MANAGER_REST_SSL_KEYSTORE_PASSWORD
      See Also:
    • MANAGER_REST_REQUESTS_MAX_RUNNING

      public static final String MANAGER_REST_REQUESTS_MAX_RUNNING
      See Also:
    • MANAGER_REST_REQUESTS_MAX_COMPLETED

      public static final String MANAGER_REST_REQUESTS_MAX_COMPLETED
      See Also:
    • MANAGER_REST_PLUGINS_PATH

      public static final String MANAGER_REST_PLUGINS_PATH
      See Also:
    • SPARK_REST_REQUEST_TIMEOUT

      public static final String SPARK_REST_REQUEST_TIMEOUT
      See Also:
    • SPARK_REST_REQUEST_TIMEOUT_DEFAULT

      public static final String SPARK_REST_REQUEST_TIMEOUT_DEFAULT
      See Also:
    • MANAGER_ZOOKEEPER_DISCOVERY_PORT

      public static final String MANAGER_ZOOKEEPER_DISCOVERY_PORT
      See Also:
    • MANAGER_ZOOKEEPER_LEADER_ELECTION_PORT

      public static final String MANAGER_ZOOKEEPER_LEADER_ELECTION_PORT
      See Also:
    • MANAGER_ADMIN_WITH_STATISTICS_HISTORY

      public static final String MANAGER_ADMIN_WITH_STATISTICS_HISTORY
      See Also:
    • MANAGER_ADMIN_DISCOVER_UN_MANAGED_SPACES

      public static final String MANAGER_ADMIN_DISCOVER_UN_MANAGED_SPACES
      See Also:
    • ADMIN_UNDEPLOY_DEFAULT_DRAIN_MODE

      public static final String ADMIN_UNDEPLOY_DEFAULT_DRAIN_MODE
      See Also:
    • ADMIN_UNDEPLOY_DEFAULT_DRAIN_TIMEOUT_PROP

      public static final String ADMIN_UNDEPLOY_DEFAULT_DRAIN_TIMEOUT_PROP
      See Also:
    • ADMIN_UNDEPLOY_DEFAULT_DRAIN_TIMEOUT_VALUE

      public static final long ADMIN_UNDEPLOY_DEFAULT_DRAIN_TIMEOUT_VALUE
      See Also:
    • QUERY_PROCESSOR_CLUSTER_LOOKUP_TIMEOUT

      public static final String QUERY_PROCESSOR_CLUSTER_LOOKUP_TIMEOUT
      See Also:
    • QUERY_PROCESSOR_CLUSTER_LOOKUP_TIMEOUT_DEFAULT

      public static final long QUERY_PROCESSOR_CLUSTER_LOOKUP_TIMEOUT_DEFAULT
      See Also:
    • JETTY_LAUNCHER_REQUEST_HEADER_SIZE

      public static final String JETTY_LAUNCHER_REQUEST_HEADER_SIZE
      See Also:
    • VISUAL_VM_LAUNCH_FILE_PATH

      public static final String VISUAL_VM_LAUNCH_FILE_PATH
      See Also:
    • CLASS_BINARY_STORAGE_ADAPTER

      public static final String CLASS_BINARY_STORAGE_ADAPTER
      See Also:
    • PROXY_POOL_CAPACITY

      public static final String PROXY_POOL_CAPACITY
      See Also:
    • PROXY_POOL_WAITING_TIMEOUT

      public static final String PROXY_POOL_WAITING_TIMEOUT
      See Also:
    • PROXY_POOL_EXPIRATION_TIME

      public static final String PROXY_POOL_EXPIRATION_TIME
      See Also:
    • OPS_UI_DEV_MODE

      public static final String OPS_UI_DEV_MODE
      See Also:
    • KAFKA_URL

      public static final String KAFKA_URL
      See Also:
    • MATCH_BY_ROUTING_PROPERTY

      public static String MATCH_BY_ROUTING_PROPERTY
    • SPACE_RECOVERY_MAX_OPERATIONS_AFTER_COPY

      public static final String SPACE_RECOVERY_MAX_OPERATIONS_AFTER_COPY
      See Also:
    • SPACE_RECOVERY_MAX_OPERATIONS_AFTER_COPY_DEFAULT

      public static final int SPACE_RECOVERY_MAX_OPERATIONS_AFTER_COPY_DEFAULT
      See Also:
    • SPACE_RECOVERY_FILTER_AFTER_COPY

      public static final String SPACE_RECOVERY_FILTER_AFTER_COPY
      See Also:
    • SPACE_RECOVERY_FILTER_AFTER_COPY_DEFAULT

      public static final boolean SPACE_RECOVERY_FILTER_AFTER_COPY_DEFAULT
      See Also:
    • BIG_DECIMAL_STRIP_TRAILING_ZEROS

      public static String BIG_DECIMAL_STRIP_TRAILING_ZEROS
    • BIG_DECIMAL_STRIP_TRAILING_ZEROS_DEFAULT

      public static boolean BIG_DECIMAL_STRIP_TRAILING_ZEROS_DEFAULT
    • DIRECT_PERSISTENCY_RETURN_CHANGED_PROPERTIES

      public static final String DIRECT_PERSISTENCY_RETURN_CHANGED_PROPERTIES
      See Also:
    • SYNC_STATE_LISTENER_CLASS

      public static final String SYNC_STATE_LISTENER_CLASS
      See Also:
    • SYNC_STATE_LISTENER_CLASS_DEFAULT

      public static final String SYNC_STATE_LISTENER_CLASS_DEFAULT
    • DROP_PACKET_LISTENER_CLASS

      public static final String DROP_PACKET_LISTENER_CLASS
      See Also:
    • HEAP_REPORT_PATH

      public static final String HEAP_REPORT_PATH
      See Also:
    • CONSIDER_OPEN_TRANSACTIONS

      public static final String CONSIDER_OPEN_TRANSACTIONS
      See Also:
    • CONSIDER_OPEN_TRANSACTIONS_DEFAULT

      public static final boolean CONSIDER_OPEN_TRANSACTIONS_DEFAULT
      See Also:
    • CONSIDER_LEASE_EXPIRATION

      public static final String CONSIDER_LEASE_EXPIRATION
      See Also:
    • CONSIDER_LEASE_EXPIRATION_DEFAULT

      public static final boolean CONSIDER_LEASE_EXPIRATION_DEFAULT
      See Also:
    • REQUEST_INCLUDE_CLASSES

      public static final String REQUEST_INCLUDE_CLASSES
      See Also:
    • REQUEST_INCLUDE_CLASSES_DEFAULT

      public static final boolean REQUEST_INCLUDE_CLASSES_DEFAULT
      See Also:
    • FORCE_BACKUP_DELAY

      public static final String FORCE_BACKUP_DELAY
      See Also:
    • FORCE_BACKUP_DELAY_DEFAULT

      public static final boolean FORCE_BACKUP_DELAY_DEFAULT
      See Also:
    • EAGER_REF_LOAD

      public static final String EAGER_REF_LOAD
      See Also:
    • EAGER_REF_LOAD_DEFAULT

      public static final boolean EAGER_REF_LOAD_DEFAULT
      See Also:
    • WAIT_TIMEOUT_FOR_LEADER_IF_UNHEALTHY

      public static final String WAIT_TIMEOUT_FOR_LEADER_IF_UNHEALTHY
      See Also:
    • WAIT_TIMEOUT_FOR_LEADER_IF_UNHEALTHY_DEFAULT

      public static final long WAIT_TIMEOUT_FOR_LEADER_IF_UNHEALTHY_DEFAULT
      See Also:
  • Constructor Details

    • SystemProperties

      public SystemProperties()
  • Method Details

    • getSystemVariableDefaultValue

      public static String getSystemVariableDefaultValue(String name)
    • setSystemProperty

      public static String setSystemProperty(String key, String value)
    • getBoolean

      public static boolean getBoolean(String name, boolean defaultValue)