Package org.apache.cassandra.audit
Class AuditLogEntry.Builder
java.lang.Object
org.apache.cassandra.audit.AuditLogEntry.Builder
- Enclosing class:
- AuditLogEntry
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder(AuditLogEntry entry) Builder(AuditLogEntryType type) Builder(QueryState queryState) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendToOperation(String str) build()setKeyspace(String keyspace) setKeyspace(CQLStatement statement) setKeyspace(QueryState queryState, CQLStatement statement) setOperation(String operation) setOptions(QueryOptions options) setScope(CQLStatement statement) setTimestamp(long timestampMillis) setType(AuditLogEntryType type)
-
Constructor Details
-
Builder
-
Builder
-
Builder
-
-
Method Details
-
setType
-
setUser
-
setBatch
-
setTimestamp
-
setKeyspace
-
setKeyspace
-
setKeyspace
-
setScope
-
setOperation
-
appendToOperation
-
setOptions
-
build
-