| Package | Description |
|---|---|
| zipkin |
| Modifier and Type | Field and Description |
|---|---|
BinaryAnnotation.Type |
BinaryAnnotation.type
The thrift type of value, most often STRING.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryAnnotation.Type |
BinaryAnnotation.Type.fromValue(int value)
Returns
BYTES if unknown. |
static BinaryAnnotation.Type |
BinaryAnnotation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryAnnotation.Type[] |
BinaryAnnotation.Type.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,
BinaryAnnotation.Type type,
Endpoint endpoint) |
BinaryAnnotation.Builder |
BinaryAnnotation.Builder.type(BinaryAnnotation.Type type) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.