Config |
A class that contains configuration properties for the cassandra node it runs within.
|
Config.MemtableOptions |
|
Config.SSTableConfig |
|
DatabaseDescriptor |
|
DataRateSpec |
Represents a data rate type used for cassandra configuration.
|
DataRateSpec.LongBytesPerSecondBound |
Represents a data rate used for Cassandra configuration.
|
DataStorageSpec |
Represents an amount of data storage.
|
DataStorageSpec.IntBytesBound |
Represents a data storage quantity used for Cassandra configuration.
|
DataStorageSpec.IntKibibytesBound |
Represents a data storage quantity used for Cassandra configuration.
|
DataStorageSpec.IntMebibytesBound |
Represents a data storage quantity used for Cassandra configuration.
|
DataStorageSpec.LongBytesBound |
Represents a data storage quantity used for Cassandra configuration.
|
DataStorageSpec.LongMebibytesBound |
Represents a data storage quantity used for Cassandra configuration.
|
DefaultLoader |
|
DurationSpec |
Represents a positive time duration.
|
DurationSpec.IntMillisecondsBound |
Represents a duration used for Cassandra configuration.
|
DurationSpec.IntMinutesBound |
Represents a duration used for Cassandra configuration.
|
DurationSpec.IntSecondsBound |
Represents a duration used for Cassandra configuration.
|
DurationSpec.LongMicrosecondsBound |
Represents a duration used for Cassandra configuration.
|
DurationSpec.LongMillisecondsBound |
Represents a duration used for Cassandra configuration.
|
DurationSpec.LongNanosecondsBound |
Represents a duration used for Cassandra configuration.
|
DurationSpec.LongSecondsBound |
Represents a duration used for Cassandra configuration.
|
EncryptionOptions |
This holds various options used for enabling SSL/TLS encryption.
|
EncryptionOptions.ServerEncryptionOptions |
|
ForwardingProperty |
This class delegates all calls of Property to a ForwardingProperty.delegate() , used for cases where a small number of
methods want to be overriden from the delegate.
|
GuardrailsOptions |
Configuration settings for guardrails populated from the Yaml file.
|
InheritingClass |
|
ParameterizedClass |
|
Properties |
Utility class for working with Property types.
|
RepairConfig |
|
RepairRetrySpec |
|
Replacement |
Holder for replacements to support backward compatibility between old and new names and types
of configuration parameters (CASSANDRA-15234)
|
Replacements |
|
ReplicaFilteringProtectionOptions |
|
RetrySpec |
|
RetrySpec.MaxAttempt |
|
RetrySpec.Partial |
|
StartupChecksOptions |
|
StorageAttachedIndexOptions |
|
SubnetGroups |
When a group of subnets are needed, this class can be used to represent the group as if it was a single subnet.
|
TransparentDataEncryptionOptions |
|
YamlConfigurationLoader |
|