Class: Concord::Thrift::BoltPipeService::Client
- Inherits:
-
Object
- Object
- Concord::Thrift::BoltPipeService::Client
- Includes:
- Thrift::Client
- Defined in:
- lib/gen-rb/bolt_pipe_service.rb
Instance Method Summary collapse
- #dispatchRecords(records) ⇒ Object
- #recv_dispatchRecords ⇒ Object
- #send_dispatchRecords(records) ⇒ Object
Instance Method Details
#dispatchRecords(records) ⇒ Object
16 17 18 19 |
# File 'lib/gen-rb/bolt_pipe_service.rb', line 16 def dispatchRecords(records) send_dispatchRecords(records) recv_dispatchRecords() end |
#recv_dispatchRecords ⇒ Object
25 26 27 28 29 |
# File 'lib/gen-rb/bolt_pipe_service.rb', line 25 def recv_dispatchRecords() result = (DispatchRecords_result) raise result.e unless result.e.nil? return end |
#send_dispatchRecords(records) ⇒ Object
21 22 23 |
# File 'lib/gen-rb/bolt_pipe_service.rb', line 21 def send_dispatchRecords(records) ('dispatchRecords', DispatchRecords_args, :records => records) end |