mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into trunk
This commit is contained in:
commit
7bea74b76b
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue