public final class SpanId extends Object implements Comparable<SpanId>
| Modifier and Type | Field and Description |
|---|---|
static SpanId |
INVALID
The invalid span ID, which is all zeroes.
|
| Constructor and Description |
|---|
SpanId(long high,
long low) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SpanId other) |
boolean |
equals(Object o) |
static SpanId |
fromRandom() |
static SpanId |
fromString(String str) |
long |
getHigh() |
long |
getLow() |
int |
hashCode() |
boolean |
isValid() |
SpanId |
newChildId() |
String |
toString() |
public static SpanId INVALID
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.