Package org.apache.cassandra.audit
Class AuditLogContext
- java.lang.Object
-
- org.apache.cassandra.audit.AuditLogContext
-
public class AuditLogContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description AuditLogEntryType
auditLogEntryType
java.lang.String
keyspace
java.lang.String
scope
-
Constructor Summary
Constructors Constructor Description AuditLogContext(AuditLogEntryType auditLogEntryType)
AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace)
AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace, java.lang.String scope)
-
-
-
Field Detail
-
auditLogEntryType
public final AuditLogEntryType auditLogEntryType
-
keyspace
public final java.lang.String keyspace
-
scope
public final java.lang.String scope
-
-
Constructor Detail
-
AuditLogContext
public AuditLogContext(AuditLogEntryType auditLogEntryType)
-
AuditLogContext
public AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace)
-
AuditLogContext
public AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace, java.lang.String scope)
-
-