org.apache.cassandra.db.compaction
Class LeveledManifest
java.lang.Object
org.apache.cassandra.db.compaction.LeveledManifest
public class LeveledManifest
- extends java.lang.Object
Field Summary |
static java.lang.String |
EXTENSION
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXTENSION
public static final java.lang.String EXTENSION
- See Also:
- Constant Field Values
add
public void add(SSTableReader reader)
promote
public void promote(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added)
getCompactionCandidates
public java.util.Collection<SSTableReader> getCompactionCandidates()
getLevelSize
public int getLevelSize(int i)
serialize
public void serialize()
tryGetManifest
public static java.io.File tryGetManifest(ColumnFamilyStore cfs)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getLevelCount
public int getLevelCount()
getLevel
public java.util.List<SSTableReader> getLevel(int i)
getEstimatedTasks
public int getEstimatedTasks()
Copyright © 2011 The Apache Software Foundation