Package | Description |
---|---|
org.apache.cassandra.audit | |
org.apache.cassandra.utils |
Modifier and Type | Class and Description |
---|---|
class |
BinAuditLogger |
class |
DiagnosticEventAuditLogger |
class |
FileAuditLogger
Synchronous, file-based audit logger; just uses the standard logging mechansim.
|
class |
FullQueryLogger
A logger that logs entire query contents after the query finishes (or times out).
|
class |
NoOpAuditLogger
No-Op implementation of
IAuditLogger to be used as a default audit logger when audit logging is disabled. |
Modifier and Type | Method and Description |
---|---|
IAuditLogger |
AuditLogManager.getLogger() |
Modifier and Type | Method and Description |
---|---|
static IAuditLogger |
FBUtilities.newAuditLogger(java.lang.String className) |
Copyright © 2009-2019 The Apache Software Foundation