| Package | Description | 
|---|---|
| org.apache.cassandra.config | |
| org.apache.cassandra.db.commitlog | |
| org.apache.cassandra.net | |
| org.apache.cassandra.schema | 
| Modifier and Type | Field and Description | 
|---|---|
| ParameterizedClass | Config. back_pressure_strategy | 
| ParameterizedClass | Config. commitlog_compression | 
| ParameterizedClass | Config. hints_compression | 
| ParameterizedClass | TransparentDataEncryptionOptions. key_provider | 
| ParameterizedClass | Config. seed_provider | 
| Modifier and Type | Method and Description | 
|---|---|
| static ParameterizedClass | DatabaseDescriptor. getCommitLogCompression() | 
| static ParameterizedClass | DatabaseDescriptor. getHintsCompression() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ParameterizedClass. equals(ParameterizedClass that) | 
| static void | DatabaseDescriptor. setCommitLogCompression(ParameterizedClass compressor) | 
| static void | DatabaseDescriptor. setHintsCompression(ParameterizedClass parameterizedClass) | 
| Constructor and Description | 
|---|
| TransparentDataEncryptionOptions(boolean enabled,
                                java.lang.String cipher,
                                java.lang.String keyAlias,
                                ParameterizedClass keyProvider) | 
| TransparentDataEncryptionOptions(java.lang.String cipher,
                                java.lang.String keyAlias,
                                ParameterizedClass keyProvider) | 
| Modifier and Type | Field and Description | 
|---|---|
| ParameterizedClass | CommitLogDescriptor. compression | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterizedClass | CommitLog.Configuration. getCompressorClass()Returns the compressor class. | 
| Constructor and Description | 
|---|
| CommitLogDescriptor(int version,
                   long id,
                   ParameterizedClass compression,
                   EncryptionContext encryptionContext) | 
| CommitLogDescriptor(long id,
                   ParameterizedClass compression,
                   EncryptionContext encryptionContext) | 
| Configuration(ParameterizedClass compressorClass,
             EncryptionContext encryptionContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ParameterizedClass | RateBasedBackPressure. withDefaultParams() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ICompressor | CompressionParams. createCompressor(ParameterizedClass compression) | 
Copyright © 2018 The Apache Software Foundation