Merge branch 'cassandra-3.11' into trunk

This commit is contained in:
Aleksey Yeschenko 2017-08-26 01:26:04 +01:00
commit 7bea74b76b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public interface BatchlogManagerMBean
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;
}