Package org.apache.cassandra.audit
Class AuditLogEntry
- java.lang.Object
-
- org.apache.cassandra.audit.AuditLogEntry
-
public class AuditLogEntry extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditLogEntry.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.UUIDgetBatch()InetAddressAndPortgetHost()java.lang.StringgetKeyspace()java.lang.StringgetOperation()QueryOptionsgetOptions()java.lang.StringgetScope()InetAddressAndPortgetSource()QueryStategetState()longgetTimestamp()AuditLogEntryTypegetType()java.lang.StringgetUser()
-
-
-
Method Detail
-
getHost
public InetAddressAndPort getHost()
-
getSource
public InetAddressAndPort getSource()
-
getUser
public java.lang.String getUser()
-
getTimestamp
public long getTimestamp()
-
getType
public AuditLogEntryType getType()
-
getBatch
public java.util.UUID getBatch()
-
getKeyspace
public java.lang.String getKeyspace()
-
getScope
public java.lang.String getScope()
-
getOperation
public java.lang.String getOperation()
-
getOptions
public QueryOptions getOptions()
-
getState
public QueryState getState()
-
-