Package org.apache.cassandra.audit
Class AuditLogOptions.Builder
java.lang.Object
org.apache.cassandra.audit.AuditLogOptions.Builder
- Enclosing class:
- AuditLogOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withArchiveCommand(String archiveCommand) withAuditLogDir(String auditLogDir) withEnabled(boolean enabled) withExcludedCategories(String excludedCategories) withExcludedKeyspaces(String excludedKeyspaces) withExcludedUsers(String excludedUsers) withIncludedCategories(String includedCategories) withIncludedKeyspaces(String includedKeyspaces) withIncludedUsers(String includedUsers) withLogger(String loggerName, Map<String, String> parameters) withMaxArchiveRetries(int maxArchiveRetries) withMaxLogSize(long maxLogSize) withMaxQueueWeight(int maxQueueWeight) withRollCycle(String rollCycle)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
withEnabled
-
withLogger
-
withIncludedKeyspaces
-
withExcludedKeyspaces
-
withIncludedCategories
-
withExcludedCategories
-
withIncludedUsers
-
withExcludedUsers
-
withAuditLogDir
-
withRollCycle
-
withArchiveCommand
-
withBlock
-
withMaxLogSize
-
withMaxArchiveRetries
-
withMaxQueueWeight
-
build
-