| Package | Description |
|---|---|
| com.twitter.zipkin.gen |
| Modifier and Type | Field | Description |
|---|---|---|
AnnotationType |
BinaryAnnotation.type |
| Modifier and Type | Method | Description |
|---|---|---|
static AnnotationType |
AnnotationType.fromValue(int value) |
Returns
BYTES if unknown. |
static AnnotationType |
AnnotationType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AnnotationType[] |
AnnotationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static BinaryAnnotation |
BinaryAnnotation.create(java.lang.String key,
byte[] value,
AnnotationType type,
Endpoint endpoint) |
Copyright © 2018 OpenZipkin. All rights reserved.