Package zipkin2.storage
Class GroupByTraceId
- java.lang.Object
-
- zipkin2.storage.GroupByTraceId
-
public final class GroupByTraceId extends Object implements Call.Mapper<List<Span>,List<List<Span>>>
A mapper that groups unorganized input spans by trace ID. Useful when preparing a result forSpanStore.getTraces(QueryRequest).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Call.Mapper<List<Span>,List<List<Span>>>create(boolean strictTraceId)List<List<Span>>map(List<Span> input)StringtoString()
-