| Modifier and Type | Method and Description |
|---|---|
List<Span> |
getChildren(String tenant,
String id)
Get all children of a given span.
|
void |
store(String tenantId,
List<Span> spans,
Function<Span,String> cacheKeyEntrySupplier)
Stores spans into cache
|
List<Span> getChildren(String tenant, String id)
id - Id of the span.void store(String tenantId, List<Span> spans, Function<Span,String> cacheKeyEntrySupplier) throws CacheException
tenantId - The tenantspans - The spanscacheKeyEntrySupplier - Function to generate unique id of the spanCacheExceptionSpanUniqueIdGenerator}. This is used as key
entry in the cache.Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.