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 classBinAuditLoggerclassDiagnosticEventAuditLoggerclassFileAuditLoggerSynchronous, file-based audit logger; just uses the standard logging mechansim.classNoOpAuditLoggerNo-Op implementation ofIAuditLoggerto 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 IAuditLoggerAuditLogManager. getLogger() -
Uses of IAuditLogger in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return IAuditLogger Modifier and Type Method Description static IAuditLoggerFBUtilities. newAuditLogger(java.lang.String className, java.util.Map<java.lang.String,java.lang.String> parameters)
-