Module: Trace::BinaryAnnotation::Type
- Defined in:
- lib/finagle-thrift/tracer.rb
Constant Summary collapse
- BOOL =
"BOOL"- BYTES =
"BYTES"- I16 =
"I16"- I32 =
"I32"- I64 =
"I64"- DOUBLE =
"DOUBLE"- STRING =
"STRING"
Class Method Summary collapse
Class Method Details
.to_thrift(v) ⇒ Object
181 182 183 |
# File 'lib/finagle-thrift/tracer.rb', line 181 def self.to_thrift(v) FinagleThrift::AnnotationType::VALUE_MAP.index(v) end |