mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
streaming: Add stream_coordinator::is_receiving
This commit is contained in:
@@ -70,12 +70,11 @@ public:
|
||||
return results;
|
||||
}
|
||||
|
||||
#if 0
|
||||
public boolean isReceiving()
|
||||
{
|
||||
return connectionsPerHost == 0;
|
||||
bool is_receiving() {
|
||||
return _connections_per_host == 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
public void connectAllStreamSessions()
|
||||
{
|
||||
for (HostStreamingData data : peerSessions.values())
|
||||
|
||||
Reference in New Issue
Block a user