Class: CommandStatusThrift

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/mastercontrol_types.rb

Constant Summary collapse

CMDID =
1
STATE =
2
MESSAGE =
3
CMD =
4
FIELDS =
{
  CMDID => {:type => ::Thrift::Types::I64, :name => 'cmdId'},
  STATE => {:type => ::Thrift::Types::STRING, :name => 'state'},
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'},
  CMD => {:type => ::Thrift::Types::STRUCT, :name => 'cmd', :class => FlumeMasterCommandThrift}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



71
# File 'lib/thrift/mastercontrol_types.rb', line 71

def struct_fields; FIELDS; end

#validateObject



73
74
# File 'lib/thrift/mastercontrol_types.rb', line 73

def validate
end