| Package | Description |
|---|---|
| com.twitter.zipkin.gen |
| Modifier and Type | Field and Description |
|---|---|
AnnotationType |
BinaryAnnotation.type |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationType |
AnnotationType.fromValue(int value)
Returns
BYTES if unknown. |
static AnnotationType |
AnnotationType.valueOf(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 and Description |
|---|---|
static BinaryAnnotation |
BinaryAnnotation.create(String key,
byte[] value,
AnnotationType type,
Endpoint endpoint) |
Copyright © 2016. All rights reserved.