Class: Hadoop::API::VersionInfo

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

Overview

Information about the compilation version of this server

Constant Summary collapse

VERSION =
1
REVISION =
2
COMPILEDATE =
4
COMPILINGUSER =
5
URL =
6
BUILDVERSION =
7
FIELDS =
{
  VERSION => {:type => ::Thrift::Types::STRING, :name => 'version'},
  REVISION => {:type => ::Thrift::Types::STRING, :name => 'revision'},
  COMPILEDATE => {:type => ::Thrift::Types::STRING, :name => 'compileDate'},
  COMPILINGUSER => {:type => ::Thrift::Types::STRING, :name => 'compilingUser'},
  URL => {:type => ::Thrift::Types::STRING, :name => 'url'},
  BUILDVERSION => {:type => ::Thrift::Types::STRING, :name => 'buildVersion'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



53
# File 'lib/thrift/common_types.rb', line 53

def struct_fields; FIELDS; end

#validateObject



55
56
# File 'lib/thrift/common_types.rb', line 55

def validate
end