public class AuditLogEntry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AuditLogEntry.Builder |
Modifier and Type | Method and 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() |
public InetAddressAndPort getHost()
public InetAddressAndPort getSource()
public java.lang.String getUser()
public long getTimestamp()
public AuditLogEntryType getType()
public java.util.UUID getBatch()
public java.lang.String getKeyspace()
public java.lang.String getScope()
public java.lang.String getOperation()
public QueryOptions getOptions()
public QueryState getState()
Copyright © 2009-2021 The Apache Software Foundation