Uses of Class
io.datarouter.trace.storage.trace.BaseTrace
| Package | Description |
|---|---|
| io.datarouter.trace.storage.entity | |
| io.datarouter.trace.storage.trace | |
| io.datarouter.trace.web |
-
Uses of BaseTrace in io.datarouter.trace.storage.entity
Methods in io.datarouter.trace.storage.entity that return BaseTrace Modifier and Type Method Description abstract BaseTrace<?,?,?>BaseTraceEntity. getTrace() -
Uses of BaseTrace in io.datarouter.trace.storage.trace
Classes in io.datarouter.trace.storage.trace with type parameters of type BaseTrace Modifier and Type Class Description classBaseTrace<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceKey<EK,PK>,D extends BaseTrace<EK,PK,D>>static classBaseTrace.BaseTraceFielder<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceKey<EK,PK>,D extends BaseTrace<EK,PK,D>>Subclasses of BaseTrace in io.datarouter.trace.storage.trace Modifier and Type Class Description classTrace -
Uses of BaseTrace in io.datarouter.trace.web
Methods in io.datarouter.trace.web with parameters of type BaseTrace Modifier and Type Method Description protected BaseTraceHandler.TraceJspDtoBaseTraceHandler. toJspDto(BaseTrace<?,?,?> trace)