Class: Hadoop::API::ThriftDelegationToken

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

Constant Summary collapse

DELEGATIONTOKENBYTES =
1
FIELDS =
{
  DELEGATIONTOKENBYTES => {:type => ::Thrift::Types::STRING, :name => 'delegationTokenBytes', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



202
203
# File 'lib/thrift/common_types.rb', line 202

def validate
end