java.lang.Object
io.datarouter.trace.storage.span.Trace2SpanKey.FieldKeys
- Enclosing class:
- Trace2SpanKey
public static class Trace2SpanKey.FieldKeys
extends java.lang.Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
static io.datarouter.model.field.imp.StringFieldKey |
parentId |
|
static io.datarouter.model.field.imp.comparable.IntegerFieldKey |
sequence |
|
static io.datarouter.model.field.imp.comparable.LongFieldKey |
threadId |
|
-
Constructor Summary
Constructors
| Constructor |
Description |
FieldKeys() |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public static final io.datarouter.model.field.imp.StringFieldKey parentId
-
public static final io.datarouter.model.field.imp.comparable.LongFieldKey threadId
-
public static final io.datarouter.model.field.imp.comparable.IntegerFieldKey sequence
-