Package | Description |
---|---|
org.apache.cassandra.audit |
Modifier and Type | Field and Description |
---|---|
AuditLogEntryType |
AuditLogContext.auditLogEntryType |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AuditLogEntry.Builder |
AuditLogEntry.Builder.setType(AuditLogEntryType type) |
Constructor and 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) |
Copyright © 2009-2022 The Apache Software Foundation