Commit Graph

7 Commits

Author SHA1 Message Date
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
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
66a9f92df9 streaming: Move stream_coordinator code to source file 2015-06-26 10:07:57 +08:00
Asias He
4a7ef682ab streaming: Use stream_session_state
In session_info, stream_coordinator and stream_session
2015-06-24 16:13:30 +08:00
Asias He
827b332a31 streaming: Move has_active_sessions to source file 2015-06-24 16:13:30 +08:00
Asias He
c3ba169d64 streaming: Convert StreamCoordinator.java to C++ 2015-06-18 23:42:50 +08:00