Package | Description |
---|---|
com.twitter.zipkin.gen |
Modifier and Type | Field and Description |
---|---|
AnnotationType |
BinaryAnnotation.annotation_type |
Modifier and Type | Method and Description |
---|---|
static AnnotationType |
AnnotationType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
AnnotationType |
BinaryAnnotation.getAnnotation_type() |
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 |
---|---|
BinaryAnnotation |
BinaryAnnotation.setAnnotation_type(AnnotationType annotation_type) |
Constructor and Description |
---|
BinaryAnnotation(String key,
ByteBuffer value,
AnnotationType annotation_type) |
Copyright © 2014. All rights reserved.