Uses of Interface
org.apache.cassandra.audit.IAuditLogger
-
Packages that use IAuditLogger Package Description org.apache.cassandra.audit org.apache.cassandra.utils -
-
Uses of IAuditLogger in org.apache.cassandra.audit
Classes in org.apache.cassandra.audit that implement IAuditLogger Modifier and Type Class Description class
BinAuditLogger
class
DiagnosticEventAuditLogger
class
FileAuditLogger
Synchronous, file-based audit logger; just uses the standard logging mechansim.class
NoOpAuditLogger
No-Op implementation ofIAuditLogger
to be used as a default audit logger when audit logging is disabled.Methods in org.apache.cassandra.audit that return IAuditLogger Modifier and Type Method Description IAuditLogger
AuditLogManager. getLogger()
-
Uses of IAuditLogger in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return IAuditLogger Modifier and Type Method Description static IAuditLogger
FBUtilities. newAuditLogger(java.lang.String className, java.util.Map<java.lang.String,java.lang.String> parameters)
-