Module: Blur::QueryState
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- RUNNING =
Query is running.
0
- INTERRUPTED =
Query has been interrupted.
1
- COMPLETE =
Query is complete.
2
- VALUE_MAP =
{0 => "RUNNING", 1 => "INTERRUPTED", 2 => "COMPLETE"}
- VALID_VALUES =
Set.new([RUNNING, INTERRUPTED, COMPLETE]).freeze