public class TraceQueryEsDAO extends EsDAO implements ITraceQueryDAO
| Constructor and Description |
|---|
TraceQueryEsDAO(ElasticSearchClient client) |
| Modifier and Type | Method and Description |
|---|---|
TraceBrief |
queryBasicTraces(long startSecondTB,
long endSecondTB,
long minDuration,
long maxDuration,
String endpointName,
int serviceId,
int endpointId,
String traceId,
int limit,
int from,
TraceState traceState,
QueryOrder queryOrder) |
List<SegmentRecord> |
queryByTraceId(String traceId) |
queryBuildgetClientpublic TraceQueryEsDAO(ElasticSearchClient client)
public TraceBrief queryBasicTraces(long startSecondTB, long endSecondTB, long minDuration, long maxDuration, String endpointName, int serviceId, int endpointId, String traceId, int limit, int from, TraceState traceState, QueryOrder queryOrder) throws IOException
queryBasicTraces in interface ITraceQueryDAOIOExceptionpublic List<SegmentRecord> queryByTraceId(String traceId) throws IOException
queryByTraceId in interface ITraceQueryDAOIOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.