Package | Description |
---|---|
com.yahoo.bard.webservice.logging | |
com.yahoo.bard.webservice.web.responseprocessors |
Modifier and Type | Method and Description |
---|---|
static RequestLog |
RequestLog.copy()
Exports a snapshot of the request log of the current thread without resetting the request log for that thread.
|
static RequestLog |
RequestLog.dump()
Exports a snapshot of the request log of the current thread and also resets the request log for that thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
RequestLog.accumulate(RequestLog ctx)
Accumulates timings and threads to current thread's request log context.
|
static void |
RequestLog.restore(RequestLog ctx)
Overwrite current thread's request log context.
|
Modifier and Type | Method and Description |
---|---|
RequestLog |
LoggingContext.getRequestLog() |
Constructor and Description |
---|
LoggingContext(RequestLog logCtx)
Build a container for RequestLog.
|
SplitQueryResponseProcessor(ResponseProcessor next,
DataApiRequest request,
DruidAggregationQuery<?> druidQuery,
Map<org.joda.time.Interval,AtomicInteger> expectedIntervals,
RequestLog logCtx)
Constructor.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.