Class: Hive2::Thrift::TCloseOperationReq

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

Constant Summary collapse

OPERATIONHANDLE =
1
FIELDS =
{
  OPERATIONHANDLE => {:type => ::Thrift::Types::STRUCT, :name => 'operationHandle', :class => ::Hive2::Thrift::TOperationHandle}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1536
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1536

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


1538
1539
1540
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1538

def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field operationHandle is unset!') unless @operationHandle
end