Uses of Class
org.apache.cassandra.audit.AuditLogEntryCategory
-
Packages that use AuditLogEntryCategory Package Description org.apache.cassandra.audit -
-
Uses of AuditLogEntryCategory in org.apache.cassandra.audit
Methods in org.apache.cassandra.audit that return AuditLogEntryCategory Modifier and Type Method Description AuditLogEntryCategory
AuditLogEntryType. getCategory()
static AuditLogEntryCategory
AuditLogEntryCategory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuditLogEntryCategory[]
AuditLogEntryCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-