Uses of Class
io.datarouter.trace.storage.trace.Trace2Key
| Package | Description |
|---|---|
| io.datarouter.trace.storage | |
| io.datarouter.trace.storage.trace |
-
Uses of Trace2Key in io.datarouter.trace.storage
Methods in io.datarouter.trace.storage that return types with arguments of type Trace2Key Modifier and Type Method Description io.datarouter.storage.util.PrimaryKeyVacuum<Trace2Key>BaseTrace2Dao. makeTraceVacuum()Method parameters in io.datarouter.trace.storage with type arguments of type Trace2Key Modifier and Type Method Description java.util.List<Trace2>BaseTrace2Dao. getTraceMulti(java.util.List<Trace2Key> keys)io.datarouter.scanner.Scanner<Trace2>BaseTrace2Dao. scanWithRange(io.datarouter.util.tuple.Range<Trace2Key> range) -
Uses of Trace2Key in io.datarouter.trace.storage.trace
Methods in io.datarouter.trace.storage.trace that return Trace2Key Modifier and Type Method Description Trace2KeyTrace2Key. prefixFromEntityKey(Trace2EntityKey entityKey)Methods in io.datarouter.trace.storage.trace that return types with arguments of type Trace2Key Modifier and Type Method Description java.lang.Class<Trace2Key>Trace2. getKeyClass()Constructors in io.datarouter.trace.storage.trace with parameters of type Trace2Key Constructor Description Trace2(Trace2Key key)