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 class
AuditLogEntry.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.UUID
getBatch()
InetAddressAndPort
getHost()
java.lang.String
getKeyspace()
java.lang.String
getOperation()
QueryOptions
getOptions()
java.lang.String
getScope()
InetAddressAndPort
getSource()
QueryState
getState()
long
getTimestamp()
AuditLogEntryType
getType()
java.lang.String
getUser()
-
-
-
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()
-
-