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