public enum CassandraRelevantProperties extends java.lang.Enum<CassandraRelevantProperties>
Modifier and Type | Class and Description |
---|---|
static interface |
CassandraRelevantProperties.PropertyConverter<T> |
Enum Constant and Description |
---|
ALLOW_DUPLICATE_CONFIG_KEYS
If we should allow having duplicate keys in the config file, default to true for legacy reasons
|
ALLOW_NEW_OLD_CONFIG_KEYS
If we should allow having both new (post CASSANDRA-15234) and old config keys for the same config item in the yaml
|
BATCH_COMMIT_LOG_SYNC_INTERVAL |
BOOTSTRAP_SCHEMA_DELAY_MS
When bootstraping how long to wait for schema versions to be seen.
|
BOOTSTRAP_SKIP_SCHEMA_CHECK
When bootstraping we wait for all schema versions found in gossip to be seen, and if not seen in time we fail
the bootstrap; this property will avoid failing and allow bootstrap to continue if set to true.
|
CASSANDRA_FOREGROUND
The cassandra-foreground option will tell CassandraDaemon whether
to close stdout/stderr, but it's up to us not to background.
|
CASSANDRA_JMX_LOCAL_PORT |
CASSANDRA_JMX_REMOTE_PORT
Cassandra jmx remote and local port
|
CASSANDRA_PID_FILE |
CHECK_DATA_RESURRECTION_HEARTBEAT_PERIOD |
CLOCK_GLOBAL |
CLOCK_MONOTONIC_APPROX |
CLOCK_MONOTONIC_PRECISE |
COM_SUN_MANAGEMENT_JMXREMOTE_ACCESS_FILE
This property indicates the location for the access file.
|
COM_SUN_MANAGEMENT_JMXREMOTE_AUTHENTICATE
This property indicates whether password authentication for remote monitoring is
enabled.
|
COM_SUN_MANAGEMENT_JMXREMOTE_PASSWORD_FILE
This property indicates the path to the password file - com.sun.management.jmxremote.password.file
|
COM_SUN_MANAGEMENT_JMXREMOTE_PORT
Port number to enable JMX RMI connections - com.sun.management.jmxremote.port
|
COM_SUN_MANAGEMENT_JMXREMOTE_RMI_PORT
The port number to which the RMI connector will be bound - com.sun.management.jmxremote.rmi.port.
|
COM_SUN_MANAGEMENT_JMXREMOTE_SSL
This property indicates whether SSL is enabled for monitoring remotely.
|
COM_SUN_MANAGEMENT_JMXREMOTE_SSL_ENABLED_CIPHER_SUITES
A comma-delimited list of SSL/TLS cipher suites to enable.
|
COM_SUN_MANAGEMENT_JMXREMOTE_SSL_ENABLED_PROTOCOLS
A comma-delimited list of SSL/TLS protocol versions to enable.
|
COM_SUN_MANAGEMENT_JMXREMOTE_SSL_NEED_CLIENT_AUTH
This property indicates whether SSL client authentication is enabled - com.sun.management.jmxremote.ssl.need.client.auth.
|
CONFIG_ALLOW_SYSTEM_PROPERTIES |
CONSISTENT_DIRECTORY_LISTINGS |
DEFAULT_PROVIDE_OVERLAPPING_TOMBSTONES |
DETERMINISM_CONSISTENT_DIRECTORY_LISTINGS |
DETERMINISM_SSTABLE_COMPRESSION_DEFAULT |
DETERMINISM_UNSAFE_UUID_NODE |
DISABLE_GOSSIP_ENDPOINT_REMOVAL |
DISABLE_SSTABLE_ACTIVITY_TRACKING |
DISK_USAGE_MONITOR_INTERVAL_MS
property for the rate of the scheduled task that monitors disk usage
|
DISK_USAGE_NOTIFY_INTERVAL_MS
property for the interval on which the repeated client warnings and diagnostic events about disk usage are ignored
|
DRAIN_EXECUTOR_TIMEOUT_MS
When draining, how long to wait for mutating executors to shutdown.
|
DTEST_IS_IN_JVM_DTEST
This property indicates if the code is running under the in-jvm dtest framework
|
ENABLE_NODELOCAL_QUERIES |
FAILED_BOOTSTRAP_TIMEOUT |
FAILURE_LOGGING_INTERVAL_SECONDS |
FILE_SYSTEM_CHECK_ENABLE
Deprecated.
|
FILE_SYSTEM_CHECK_OWNERSHIP_FILENAME
Deprecated.
|
FILE_SYSTEM_CHECK_OWNERSHIP_TOKEN
Deprecated.
|
FLUSH_LOCAL_SCHEMA_CHANGES
Flush changes of
SchemaKeyspace after each schema modification. |
FORCE_LOAD_LOCAL_KEYSPACES
Used when running in Client mode and the system and schema keyspaces need to be initialized outside of their normal initialization path
|
GOSSIP_SETTLE_MIN_WAIT_MS
Delay before checking if gossip is settled.
|
GOSSIP_SETTLE_POLL_INTERVAL_MS
Interval delay between checking gossip is settled.
|
GOSSIP_SETTLE_POLL_SUCCESSES_REQUIRED
Number of polls without gossip state change to consider gossip as settled.
|
GOSSIPER_QUARANTINE_DELAY
Gossip quarantine delay is used while evaluating membership changes and should only be changed with extreme care.
|
GOSSIPER_SKIP_WAITING_TO_SETTLE |
IGNORE_DC
Deprecated.
|
IGNORE_MISSING_NATIVE_FILE_HINTS |
IGNORE_RACK
Deprecated.
|
IGNORED_SCHEMA_CHECK_ENDPOINTS |
IGNORED_SCHEMA_CHECK_VERSIONS |
IS_DISABLED_MBEAN_REGISTRATION
This property indicates whether disable_mbean_registration is true
|
JAVA_CLASS_PATH
Java class path.
|
JAVA_HOME |
JAVA_IO_TMPDIR
Indicates the temporary directory used by the Java Virtual Machine (JVM)
to create and store temporary files.
|
JAVA_LIBRARY_PATH
Path from which to load native libraries.
|
JAVA_RMI_DGC_LEASE_VALUE_IN_JVM_DTEST
Controls the distributed garbage collector lease time for JMX objects.
|
JAVA_RMI_SERVER_HOSTNAME
The value of this property represents the host name string
that should be associated with remote stubs for locally created remote objects,
in order to allow clients to invoke methods on the remote object.
|
JAVA_RMI_SERVER_RANDOM_ID
If this value is true, object identifiers for remote objects exported by this VM will be generated by using
a cryptographically secure random number generator.
|
JAVA_SECURITY_EGD |
JAVA_VERSION
Java Runtime Environment version
|
JAVA_VM_NAME
Java Virtual Machine implementation name
|
LIBJEMALLOC |
LINE_SEPARATOR
Line separator ("\n" on UNIX).
|
LOG_DIR
Directory where Cassandra puts its logs, defaults to "." which is current directory.
|
LOG_DIR_AUDIT
Directory where Cassandra persists logs from audit logging.
|
MBEAN_REGISTRATION_CLASS
what class to use for mbean registeration
|
MEMTABLE_OVERHEAD_COMPUTE_STEPS |
MEMTABLE_OVERHEAD_SIZE |
MIGRATION_DELAY |
MX4JADDRESS
mx4jaddress
|
MX4JPORT
mx4jport
|
NON_GRACEFUL_SHUTDOWN
If set,
MessagingService is shutdown abrtuptly without waiting for anything. |
ORG_APACHE_CASSANDRA_CONF_CASSANDRA_RELEVANT_PROPERTIES_TEST |
ORG_APACHE_CASSANDRA_DB_VIRTUAL_SYSTEM_PROPERTIES_TABLE_TEST |
ORG_APACHE_CASSANDRA_DISABLE_MBEAN_REGISTRATION |
OS_ARCH
Operating system architecture.
|
OS_NAME
Operating system name.
|
PAXOS_EXECUTE_ON_SELF |
PAXOS_REPAIR_RETRY_TIMEOUT_IN_MS |
REPLACEMENT_ALLOW_EMPTY
When doing a host replacement its possible that the gossip state is "empty" meaning that the endpoint is known
but the current state isn't known.
|
REQUIRED_BATCHLOG_REPLICA_COUNT
Number of replicas required to store batchlog for atomicity, only accepts values of 1 or 2.
|
RING_DELAY |
SCHEMA_PULL_INTERVAL_MS
Defines how often schema definitions are pulled from the other nodes
|
SHUTDOWN_ANNOUNCE_DELAY_IN_MS |
SKIP_OPTIMAL_STREAMING_CANDIDATES_CALCULATION
Do not try to calculate optimal streaming candidates.
|
SNAPSHOT_CLEANUP_INITIAL_DELAY_SECONDS
snapshots ttl cleanup initial delay in seconds
|
SNAPSHOT_CLEANUP_PERIOD_SECONDS
snapshots ttl cleanup period in seconds
|
SNAPSHOT_MIN_ALLOWED_TTL_SECONDS
minimum allowed TTL for snapshots
|
SUN_ARCH_DATA_MODEL
Platform word size sun.arch.data.model.
|
SUN_RMI_TRANSPORT_TCP_THREADKEEPALIVETIME
Controls the JMX server threadpool keap-alive time.
|
SYSTEM_AUTH_DEFAULT_RF |
SYSTEM_DISTRIBUTED_DEFAULT_RF |
SYSTEM_TRACES_DEFAULT_RF |
TEST_IGNORE_SIGAR |
TEST_JVM_DTEST_DISABLE_SSL |
TEST_SIMULATOR_DEBUG |
TEST_SIMULATOR_DETERMINISM_CHECK |
TEST_SIMULATOR_LIVENESS_CHECK |
TEST_SIMULATOR_PRINT_ASM |
TEST_SIMULATOR_PRINT_ASM_TYPES |
USE_NIX_RECURSIVE_DELETE
When enabled, recursive directory deletion will be executed using a unix command `rm -rf` instead of traversing
and removing individual files.
|
USER_HOME
User's home directory.
|
Modifier and Type | Method and Description |
---|---|
void |
clearValue()
Clears the value set in the system property.
|
<T> T |
convert(CassandraRelevantProperties.PropertyConverter<T> converter) |
boolean |
getBoolean()
Gets the value of a system property as a boolean.
|
boolean |
getBoolean(boolean overrideDefaultValue)
Gets the value of a system property as a boolean.
|
java.lang.String |
getDefaultValue()
Returns default value.
|
int |
getInt()
Gets the value of a system property as a int.
|
int |
getInt(int overrideDefaultValue)
Gets the value of a system property as a int.
|
java.lang.String |
getKey() |
long |
getLong()
Gets the value of a system property as a int.
|
java.lang.String |
getString()
Gets the value of the indicated system property.
|
java.lang.String |
getString(java.lang.String overrideDefaultValue)
Gets the value of a system property as a String.
|
boolean |
isPresent() |
void |
reset()
Sets the property to its default value if a default value was specified.
|
void |
setBoolean(boolean value)
Sets the value into system properties.
|
void |
setInt(int value)
Sets the value into system properties.
|
void |
setLong(long value)
Sets the value into system properties.
|
void |
setString(java.lang.String value)
Sets the value into system properties.
|
static CassandraRelevantProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CassandraRelevantProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraRelevantProperties JAVA_HOME
public static final CassandraRelevantProperties CASSANDRA_PID_FILE
public static final CassandraRelevantProperties JAVA_IO_TMPDIR
public static final CassandraRelevantProperties JAVA_LIBRARY_PATH
public static final CassandraRelevantProperties JAVA_SECURITY_EGD
public static final CassandraRelevantProperties JAVA_VERSION
public static final CassandraRelevantProperties JAVA_VM_NAME
public static final CassandraRelevantProperties LINE_SEPARATOR
public static final CassandraRelevantProperties JAVA_CLASS_PATH
public static final CassandraRelevantProperties OS_ARCH
public static final CassandraRelevantProperties OS_NAME
public static final CassandraRelevantProperties USER_HOME
public static final CassandraRelevantProperties SUN_ARCH_DATA_MODEL
public static final CassandraRelevantProperties JAVA_RMI_SERVER_HOSTNAME
public static final CassandraRelevantProperties JAVA_RMI_SERVER_RANDOM_ID
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_AUTHENTICATE
public static final CassandraRelevantProperties SUN_RMI_TRANSPORT_TCP_THREADKEEPALIVETIME
public static final CassandraRelevantProperties JAVA_RMI_DGC_LEASE_VALUE_IN_JVM_DTEST
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_RMI_PORT
public static final CassandraRelevantProperties CASSANDRA_JMX_REMOTE_PORT
public static final CassandraRelevantProperties CASSANDRA_JMX_LOCAL_PORT
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_SSL
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_SSL_NEED_CLIENT_AUTH
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_ACCESS_FILE
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_PASSWORD_FILE
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_PORT
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_SSL_ENABLED_PROTOCOLS
public static final CassandraRelevantProperties COM_SUN_MANAGEMENT_JMXREMOTE_SSL_ENABLED_CIPHER_SUITES
public static final CassandraRelevantProperties MX4JADDRESS
public static final CassandraRelevantProperties MX4JPORT
public static final CassandraRelevantProperties RING_DELAY
public static final CassandraRelevantProperties FAILED_BOOTSTRAP_TIMEOUT
public static final CassandraRelevantProperties BOOTSTRAP_SKIP_SCHEMA_CHECK
public static final CassandraRelevantProperties BOOTSTRAP_SCHEMA_DELAY_MS
public static final CassandraRelevantProperties DRAIN_EXECUTOR_TIMEOUT_MS
public static final CassandraRelevantProperties GOSSIPER_QUARANTINE_DELAY
public static final CassandraRelevantProperties GOSSIPER_SKIP_WAITING_TO_SETTLE
public static final CassandraRelevantProperties IGNORED_SCHEMA_CHECK_VERSIONS
public static final CassandraRelevantProperties IGNORED_SCHEMA_CHECK_ENDPOINTS
public static final CassandraRelevantProperties SHUTDOWN_ANNOUNCE_DELAY_IN_MS
public static final CassandraRelevantProperties REPLACEMENT_ALLOW_EMPTY
public static final CassandraRelevantProperties LOG_DIR
public static final CassandraRelevantProperties LOG_DIR_AUDIT
LOG_DIR
+ "/audit".public static final CassandraRelevantProperties CONSISTENT_DIRECTORY_LISTINGS
public static final CassandraRelevantProperties CLOCK_GLOBAL
public static final CassandraRelevantProperties CLOCK_MONOTONIC_APPROX
public static final CassandraRelevantProperties CLOCK_MONOTONIC_PRECISE
public static final CassandraRelevantProperties ENABLE_NODELOCAL_QUERIES
public static final CassandraRelevantProperties CASSANDRA_FOREGROUND
public static final CassandraRelevantProperties DEFAULT_PROVIDE_OVERLAPPING_TOMBSTONES
public static final CassandraRelevantProperties ORG_APACHE_CASSANDRA_DISABLE_MBEAN_REGISTRATION
public static final CassandraRelevantProperties IS_DISABLED_MBEAN_REGISTRATION
public static final CassandraRelevantProperties SNAPSHOT_CLEANUP_PERIOD_SECONDS
public static final CassandraRelevantProperties SNAPSHOT_CLEANUP_INITIAL_DELAY_SECONDS
public static final CassandraRelevantProperties SNAPSHOT_MIN_ALLOWED_TTL_SECONDS
public static final CassandraRelevantProperties MBEAN_REGISTRATION_CLASS
public static final CassandraRelevantProperties DTEST_IS_IN_JVM_DTEST
public static final CassandraRelevantProperties BATCH_COMMIT_LOG_SYNC_INTERVAL
public static final CassandraRelevantProperties SYSTEM_AUTH_DEFAULT_RF
public static final CassandraRelevantProperties SYSTEM_TRACES_DEFAULT_RF
public static final CassandraRelevantProperties SYSTEM_DISTRIBUTED_DEFAULT_RF
public static final CassandraRelevantProperties MEMTABLE_OVERHEAD_SIZE
public static final CassandraRelevantProperties MEMTABLE_OVERHEAD_COMPUTE_STEPS
public static final CassandraRelevantProperties MIGRATION_DELAY
public static final CassandraRelevantProperties SCHEMA_PULL_INTERVAL_MS
public static final CassandraRelevantProperties PAXOS_REPAIR_RETRY_TIMEOUT_IN_MS
public static final CassandraRelevantProperties ALLOW_DUPLICATE_CONFIG_KEYS
public static final CassandraRelevantProperties ALLOW_NEW_OLD_CONFIG_KEYS
public static final CassandraRelevantProperties LIBJEMALLOC
@Deprecated public static final CassandraRelevantProperties IGNORE_DC
@Deprecated public static final CassandraRelevantProperties IGNORE_RACK
@Deprecated public static final CassandraRelevantProperties FILE_SYSTEM_CHECK_ENABLE
@Deprecated public static final CassandraRelevantProperties FILE_SYSTEM_CHECK_OWNERSHIP_FILENAME
@Deprecated public static final CassandraRelevantProperties FILE_SYSTEM_CHECK_OWNERSHIP_TOKEN
public static final CassandraRelevantProperties CHECK_DATA_RESURRECTION_HEARTBEAT_PERIOD
public static final CassandraRelevantProperties CONFIG_ALLOW_SYSTEM_PROPERTIES
public static final CassandraRelevantProperties TEST_SIMULATOR_PRINT_ASM
public static final CassandraRelevantProperties TEST_SIMULATOR_PRINT_ASM_TYPES
public static final CassandraRelevantProperties TEST_SIMULATOR_LIVENESS_CHECK
public static final CassandraRelevantProperties TEST_SIMULATOR_DEBUG
public static final CassandraRelevantProperties TEST_SIMULATOR_DETERMINISM_CHECK
public static final CassandraRelevantProperties TEST_JVM_DTEST_DISABLE_SSL
public static final CassandraRelevantProperties DETERMINISM_SSTABLE_COMPRESSION_DEFAULT
public static final CassandraRelevantProperties DETERMINISM_CONSISTENT_DIRECTORY_LISTINGS
public static final CassandraRelevantProperties DETERMINISM_UNSAFE_UUID_NODE
public static final CassandraRelevantProperties FAILURE_LOGGING_INTERVAL_SECONDS
public static final CassandraRelevantProperties DISABLE_GOSSIP_ENDPOINT_REMOVAL
public static final CassandraRelevantProperties IGNORE_MISSING_NATIVE_FILE_HINTS
public static final CassandraRelevantProperties DISABLE_SSTABLE_ACTIVITY_TRACKING
public static final CassandraRelevantProperties TEST_IGNORE_SIGAR
public static final CassandraRelevantProperties PAXOS_EXECUTE_ON_SELF
public static final CassandraRelevantProperties DISK_USAGE_MONITOR_INTERVAL_MS
public static final CassandraRelevantProperties DISK_USAGE_NOTIFY_INTERVAL_MS
public static final CassandraRelevantProperties ORG_APACHE_CASSANDRA_CONF_CASSANDRA_RELEVANT_PROPERTIES_TEST
public static final CassandraRelevantProperties ORG_APACHE_CASSANDRA_DB_VIRTUAL_SYSTEM_PROPERTIES_TABLE_TEST
public static final CassandraRelevantProperties FORCE_LOAD_LOCAL_KEYSPACES
public static final CassandraRelevantProperties USE_NIX_RECURSIVE_DELETE
public static final CassandraRelevantProperties NON_GRACEFUL_SHUTDOWN
MessagingService
is shutdown abrtuptly without waiting for anything.
This is an optimization used in unit tests becuase we never restart a node there. The only node is stopoped
when the JVM terminates. Therefore, we can use such optimization and not wait unnecessarily.public static final CassandraRelevantProperties FLUSH_LOCAL_SCHEMA_CHANGES
SchemaKeyspace
after each schema modification. In production,
we always do that. However, tests which do not restart nodes may disable this functionality in order to run
faster. Note that this is disabled for unit tests but if an individual test requires schema to be flushed, it
can be also done manually for that particular case: flush(SchemaConstants.SCHEMA_KEYSPACE_NAME);
.public static final CassandraRelevantProperties GOSSIP_SETTLE_MIN_WAIT_MS
public static final CassandraRelevantProperties GOSSIP_SETTLE_POLL_INTERVAL_MS
public static final CassandraRelevantProperties GOSSIP_SETTLE_POLL_SUCCESSES_REQUIRED
public static final CassandraRelevantProperties REQUIRED_BATCHLOG_REPLICA_COUNT
public static final CassandraRelevantProperties SKIP_OPTIMAL_STREAMING_CANDIDATES_CALCULATION
public static CassandraRelevantProperties[] values()
for (CassandraRelevantProperties c : CassandraRelevantProperties.values()) System.out.println(c);
public static CassandraRelevantProperties valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
public java.lang.String getString()
public java.lang.String getDefaultValue()
public void reset()
public java.lang.String getString(java.lang.String overrideDefaultValue)
public <T> T convert(CassandraRelevantProperties.PropertyConverter<T> converter)
public void setString(java.lang.String value)
value
- to setpublic boolean getBoolean()
public boolean getBoolean(boolean overrideDefaultValue)
public void clearValue()
public void setBoolean(boolean value)
value
- to setpublic int getInt()
public long getLong()
public int getInt(int overrideDefaultValue)
public void setInt(int value)
value
- to setpublic void setLong(long value)
value
- to setpublic boolean isPresent()
Copyright © 2009- The Apache Software Foundation