Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_delegation_token_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/thrift_hive_metastore.rb

Constant Summary collapse

TOKEN_OWNER =
1
RENEWER_KERBEROS_PRINCIPAL_NAME =
2
FIELDS =
{
TOKEN_OWNER => { :type => ::Thrift::Types::STRING, :name => 'token_owner' },
RENEWER_KERBEROS_PRINCIPAL_NAME => { :type => ::Thrift::Types::STRING, :name => 'renewer_kerberos_principal_name' }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4611
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4611

def struct_fields; FIELDS; end

#validateObject



4613
4614
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4613

def validate
end