Uses of Class
org.apache.cassandra.audit.AuditLogEntryType
-
Packages that use AuditLogEntryType Package Description org.apache.cassandra.audit -
-
Uses of AuditLogEntryType in org.apache.cassandra.audit
Fields in org.apache.cassandra.audit declared as AuditLogEntryType Modifier and Type Field Description AuditLogEntryType
AuditLogContext. auditLogEntryType
Methods in org.apache.cassandra.audit that return AuditLogEntryType Modifier and Type Method Description AuditLogEntryType
AuditLogEntry. getType()
static AuditLogEntryType
AuditLogEntryType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuditLogEntryType[]
AuditLogEntryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.audit with parameters of type AuditLogEntryType Modifier and Type Method Description AuditLogEntry.Builder
AuditLogEntry.Builder. setType(AuditLogEntryType type)
Constructors in org.apache.cassandra.audit with parameters of type AuditLogEntryType Constructor Description AuditLogContext(AuditLogEntryType auditLogEntryType)
AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace)
AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace, java.lang.String scope)
Builder(AuditLogEntryType type)
-