|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.BatchlogManager
public class BatchlogManager
Field Summary | |
---|---|
static BatchlogManager |
instance
|
Constructor Summary | |
---|---|
BatchlogManager()
|
Method Summary | |
---|---|
int |
countAllBatches()
Counts all batches currently in the batchlog. |
void |
forceBatchlogReplay()
Forces batchlog replay. |
static RowMutation |
getBatchlogMutationFor(java.util.Collection<RowMutation> mutations,
java.util.UUID uuid)
|
long |
getTotalBatchesReplayed()
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BatchlogManager instance
Constructor Detail |
---|
public BatchlogManager()
Method Detail |
---|
public void start()
public int countAllBatches()
BatchlogManagerMBean
countAllBatches
in interface BatchlogManagerMBean
public long getTotalBatchesReplayed()
getTotalBatchesReplayed
in interface BatchlogManagerMBean
public void forceBatchlogReplay()
BatchlogManagerMBean
forceBatchlogReplay
in interface BatchlogManagerMBean
public static RowMutation getBatchlogMutationFor(java.util.Collection<RowMutation> mutations, java.util.UUID uuid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |