public interface TraceService
| Modifier and Type | Method and Description |
|---|---|
void |
clear(String tenantId)
This method clears the trace data for the supplied tenant.
|
Trace |
getFragment(String tenantId,
String id)
This method returns the trace fragment associated with the
supplied id.
|
Trace |
getTrace(String tenantId,
String id)
This method returns the end to end trace associated with the
supplied id.
|
List<Trace> |
searchFragments(String tenantId,
Criteria criteria)
This method returns a set of trace fragments that meet the
supplied query criteria.
|
void |
storeFragments(String tenantId,
List<Trace> traces)
This method stores the supplied list of trace fragments.
|
Trace getFragment(String tenantId, String id)
tenantId - The tenantid - The idTrace getTrace(String tenantId, String id)
tenantId - The tenantid - The idList<Trace> searchFragments(String tenantId, Criteria criteria)
tenantId - The tenantcriteria - The query criteriavoid storeFragments(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.