Sha256: 4dc87d38818c92b2c0127fd474f0ae4eeae423962ca13b5ff866894eab7498de
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 Bytes
Contents
# # Autogenerated by Thrift Compiler (0.8.0) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # 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
7 entries across 7 versions & 1 rubygems