public enum CassandraRelevantProperties extends java.lang.Enum<CassandraRelevantProperties>
Enum Constant and Description |
---|
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_REMOTE_PORT
Cassandra jmx remote port
|
CASSANDRA_PID_FILE |
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.
|
DEFAULT_PROVIDE_OVERLAPPING_TOMBSTONES |
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_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
|
LINE_SEPARATOR
Line separator ("\n" on UNIX).
|
MX4JADDRESS
mx4jaddress
|
MX4JPORT
mx4jport
|
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.
|
SUN_ARCH_DATA_MODEL
Platform word size sun.arch.data.model.
|
USER_HOME
User's home directory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean()
Gets the value of a system property as a boolean.
|
int |
getInt()
Gets the value of a system property as a int.
|
java.lang.String |
getKey() |
java.lang.String |
getString()
Gets the value of the indicated system property.
|
boolean |
isPresent() |
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 COM_SUN_MANAGEMENT_JMXREMOTE_RMI_PORT
public static final CassandraRelevantProperties CASSANDRA_JMX_REMOTE_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 CASSANDRA_FOREGROUND
public static final CassandraRelevantProperties DEFAULT_PROVIDE_OVERLAPPING_TOMBSTONES
public static final CassandraRelevantProperties ORG_APACHE_CASSANDRA_DISABLE_MBEAN_REGISTRATION
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 IS_DISABLED_MBEAN_REGISTRATION
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 boolean getBoolean()
public int getInt()
public boolean isPresent()
Copyright © 2009-2020 The Apache Software Foundation