Uses of Class
io.datarouter.trace.storage.span.Trace2SpanKey
| Package | Description |
|---|---|
| io.datarouter.trace.storage | |
| io.datarouter.trace.storage.span |
-
Uses of Trace2SpanKey in io.datarouter.trace.storage
Methods in io.datarouter.trace.storage that return types with arguments of type Trace2SpanKey Modifier and Type Method Description io.datarouter.storage.util.PrimaryKeyVacuum<Trace2SpanKey>BaseTrace2Dao. makeTraceSpanVacuum()Method parameters in io.datarouter.trace.storage with type arguments of type Trace2SpanKey Modifier and Type Method Description io.datarouter.scanner.Scanner<Trace2Span>BaseTrace2Dao. scanTraceSpanWithRange(io.datarouter.util.tuple.Range<Trace2SpanKey> range) -
Uses of Trace2SpanKey in io.datarouter.trace.storage.span
Methods in io.datarouter.trace.storage.span that return Trace2SpanKey Modifier and Type Method Description Trace2SpanKeyTrace2SpanKey. prefixFromEntityKey(Trace2EntityKey entityKey)Methods in io.datarouter.trace.storage.span that return types with arguments of type Trace2SpanKey Modifier and Type Method Description java.lang.Class<Trace2SpanKey>Trace2Span. getKeyClass()Constructors in io.datarouter.trace.storage.span with parameters of type Trace2SpanKey Constructor Description Trace2Span(Trace2SpanKey key)