public interface TraceService
| Modifier and Type | Method and Description |
|---|---|
void |
clear(String tenantId)
This method clears the trace data for the supplied tenant.
|
Trace |
get(String tenantId,
String id)
This method returns the trace associated with the
supplied id.
|
List<Trace> |
query(String tenantId,
Criteria criteria)
This method returns a set of traces that meet the
supplied query criteria.
|
void |
storeTraces(String tenantId,
List<Trace> traces)
This method stores the supplied list of trace fragments.
|
Trace get(String tenantId, String id)
tenantId - The tenantid - The idList<Trace> query(String tenantId, Criteria criteria)
tenantId - The tenantcriteria - The query criteriavoid storeTraces(String tenantId, List<Trace> traces) throws StoreException
tenantId - The tenant idtraces - The tracesStoreException - Failed to storevoid clear(String tenantId)
tenantId - The tenant idCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.