Merge branch 'cassandra-2.2' into cassandra-3.0

This commit is contained in:
Aleksey Yeschenko 2017-08-26 01:25:39 +01:00
commit 95f1b23bf0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public interface BatchlogManagerMBean
public long getTotalBatchesReplayed(); public long getTotalBatchesReplayed();
/** /**
* Forces batchlog replay. Returns immediately if replay is already in progress. * Forces batchlog replay. Blocks until completion.
*/ */
public void forceBatchlogReplay() throws Exception; public void forceBatchlogReplay() throws Exception;
} }