public interface Settings
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getAddress()
Gets address this
Cassandra is listening on. |
Map<String,Object> |
getConfigProperties()
Gets Cassandra Configuration properties.
|
Path |
getConfigurationFile()
Gets Cassandra configuration file.
|
Map<String,String> |
getEnvironmentVariables()
Gets Cassandra Environment variables that were used on start.
|
Set<String> |
getJvmOptions()
Gets Cassandra JVM Options that were used on start.
|
String |
getName()
Gets the name of this
Cassandra instance. |
Integer |
getPort()
Gets port this
Cassandra is listening on. |
Integer |
getRpcPort()
Gets RPC port this
Cassandra is listening on. |
Integer |
getSslPort()
Gets SSL port this
Cassandra is listening on. |
Map<String,String> |
getSystemProperties()
Gets Cassandra JVM parameters that were used on start.
|
Version |
getVersion()
Gets the
Version of this Cassandra instance. |
Path |
getWorkingDirectory()
Gets the working directory.
|
boolean |
isNativeTransportEnabled()
Checks whether native transport is enabled.
|
boolean |
isRpcTransportEnabled()
Checks whether RPC transport is enabled.
|
String getName()
Cassandra instance.Cassandra instance, never nullVersion getVersion()
Version of this Cassandra instance.nullPath getConfigurationFile()
nullPath getWorkingDirectory()
nullboolean isNativeTransportEnabled()
true if native transport is enabled, otherwise falseboolean isRpcTransportEnabled()
true if RPC transport is enabled, otherwise falseInetAddress getAddress()
Cassandra is listening on.null if both native and RPC transports are disabledisNativeTransportEnabled(),
isRpcTransportEnabled()Integer getPort()
Cassandra is listening on.null if native transport is disabled.isNativeTransportEnabled()Integer getSslPort()
Cassandra is listening on.null if either native_transport_port_ssl was not set or native transport
is disabled.isNativeTransportEnabled()Integer getRpcPort()
Cassandra is listening on.null if RPC transport is disabledisRpcTransportEnabled()Set<String> getJvmOptions()
nullMap<String,String> getSystemProperties()
nullMap<String,String> getEnvironmentVariables()
nullCopyright © 2023. All rights reserved.