Uses of Enum Class
org.apache.cassandra.audit.AuditLogEntryType
Packages that use AuditLogEntryType
-
Uses of AuditLogEntryType in org.apache.cassandra.audit
Fields in org.apache.cassandra.audit declared as AuditLogEntryTypeMethods in org.apache.cassandra.audit that return AuditLogEntryTypeModifier and TypeMethodDescriptionAuditLogEntry.getType()static AuditLogEntryTypeReturns the enum constant of this class with the specified name.static AuditLogEntryType[]AuditLogEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.audit with parameters of type AuditLogEntryTypeConstructors in org.apache.cassandra.audit with parameters of type AuditLogEntryTypeModifierConstructorDescriptionAuditLogContext(AuditLogEntryType auditLogEntryType) AuditLogContext(AuditLogEntryType auditLogEntryType, String keyspace) AuditLogContext(AuditLogEntryType auditLogEntryType, String keyspace, String scope) Builder(AuditLogEntryType type)