Merge branch 'cassandra-3.0' into cassandra-3.11

This commit is contained in:
Aleksey Yeschenko 2017-08-26 01:25:54 +01:00
commit 26fedcd0bb
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;
}