Sha256: 56e0223ec43fec49179de5244fa7126635248334055a8c2c534bdad7e07bbbe0
Contents?: true
Size: 558 Bytes
Versions: 2
Compression:
Stored size: 558 Bytes
Contents
# # Autogenerated by Thrift Compiler (0.9.3) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # require 'thrift' module Impala module Protocol module Fb303 module Fb_status DEAD = 0 STARTING = 1 ALIVE = 2 STOPPING = 3 STOPPED = 4 WARNING = 5 VALUE_MAP = {0 => "DEAD", 1 => "STARTING", 2 => "ALIVE", 3 => "STOPPING", 4 => "STOPPED", 5 => "WARNING"} VALID_VALUES = Set.new([DEAD, STARTING, ALIVE, STOPPING, STOPPED, WARNING]).freeze end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
sequel_impala-1.1.0 | lib/impala/protocol/fb303_types.rb |
sequel-impala-1.1.0 | lib/impala/protocol/fb303_types.rb |