public class DseTuner extends StandardTuner
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
AUDIT_LOG_ADDITIVE_ENTRY |
protected static java.lang.String |
AUDIT_LOG_DSE_ENTRY |
protected static java.lang.String |
AUDIT_LOG_FILE |
protected static java.lang.String |
PRIMARY_AUDIT_LOG_ENTRY |
config
Constructor and Description |
---|
DseTuner(IConfiguration config,
IDseConfiguration dseConfig) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getSnitch()
Overridable by derived classes to inject a wrapper snitch.
|
void |
writeAllProperties(java.lang.String yamlLocation,
java.lang.String hostname,
java.lang.String seedProvider) |
protected void |
writeAuditLogProperties()
Note: supporting the direct hacking of a log4j props file is far from elegant,
but seems less odious than other solutions I've come up with.
|
addExtraCassParams, configfureSecurity, configureCommitLogBackups, updateAutoBootstrap
protected static final java.lang.String AUDIT_LOG_FILE
protected static final java.lang.String PRIMARY_AUDIT_LOG_ENTRY
protected static final java.lang.String AUDIT_LOG_ADDITIVE_ENTRY
protected static final java.lang.String AUDIT_LOG_DSE_ENTRY
@Inject public DseTuner(IConfiguration config, IDseConfiguration dseConfig)
public void writeAllProperties(java.lang.String yamlLocation, java.lang.String hostname, java.lang.String seedProvider) throws java.io.IOException
writeAllProperties
in interface CassandraTuner
writeAllProperties
in class StandardTuner
java.io.IOException
protected void writeAuditLogProperties()
protected java.lang.String getSnitch()
StandardTuner
getSnitch
in class StandardTuner