Method: Hive2::Thrift::TCLIService::Processor#process_CancelOperation

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_CancelOperation(seqid, iprot, oprot) ⇒ Object



345
346
347
348
349
350
# File 'lib/thrift/t_c_l_i_service.rb', line 345

def process_CancelOperation(seqid, iprot, oprot)
  args = read_args(iprot, CancelOperation_args)
  result = CancelOperation_result.new()
  result.success = @handler.CancelOperation(args.req)
  write_result(result, oprot, 'CancelOperation', seqid)
end