public final class DefaultRequestLogEvent extends Object implements RequestLogEvent
RequestLogEvent. This class is annotated PublicApi because it's getters
could be used in proprietary Emitter implementations.| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCreatedTime() |
String |
getFeed() |
String |
getHost() |
Query |
getQuery() |
QueryStats |
getQueryStats() |
String |
getRemoteAddr() |
String |
getService() |
String |
getSql() |
Map<String,Object> |
getSqlQueryContext() |
Map<String,Object> |
toMap()
Override
JsonValue serialization, instead use annotations to include type information for polymorphic
Query objects. |
public Map<String,Object> toMap()
JsonValue serialization, instead use annotations to include type information for polymorphic
Query objects.public org.joda.time.DateTime getCreatedTime()
public String getService()
public String getHost()
public Query getQuery()
public String getSql()
public String getRemoteAddr()
public QueryStats getQueryStats()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.