Asias He
ccb32ceec5
streaming: Add stream_transfer_task::complete
2015-07-21 16:12:54 +08:00
Asias He
e82bdf2995
streaming: Swith to use shared_ptr from std::shared_ptr
...
Since our shared_ptr works with incomplete types now, switch to it.
2015-07-14 20:41:14 +08:00
Asias He
14ae9e66ae
streaming: Use shared_ptr to track back to stream_session
...
I tried our lw_shared_ptr, the compiler complained endless usage of
incomplete type stream_session. I can not include stream_session.hh
everywhere due to circular dependency.
For now, I'm using std::shared_ptr which works fine.
2015-07-14 20:41:14 +08:00
Asias He
3256a21556
streaming: Use frozen_mutation to send mutations
...
Each outgoing_file_message might contain multiple mutations. Send them
one mutation per RPC call (using frozen_mutation), instead of one big
outgoing_file_message per one RPC call.
2015-07-09 15:52:28 +08:00
Asias He
ad3692f666
streaming: Implement stream_session::add_transfer_ranges
...
Given keyspace names, ranges and column_families names, figure out
mutation_readers to transfer.
2015-07-09 15:52:27 +08:00
Asias He
e8d9e7f3c5
streaming: Add stream_session::retry
2015-06-26 08:31:28 +08:00
Asias He
c5729ab0c3
streaming: Add stream_session::received
2015-06-26 08:31:28 +08:00
Asias He
442f68af19
streaming: Implement virtual functions in stream_transfer_task
2015-06-24 16:13:30 +08:00
Asias He
4c9af76261
streaming: Move add_transfer_file to source file
...
Reduce dependency to stream_session
2015-06-24 16:13:30 +08:00
Asias He
bb40fed991
streaming: Add add_transfer_file to stream_transfer_task
2015-06-24 16:13:23 +08:00
Asias He
334b1f81fc
streaming: Convert StreamTransferTask.java to C++
2015-06-18 14:55:07 +08:00