|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.AbstractThreadUnsafeSortedColumns
public abstract class AbstractThreadUnsafeSortedColumns
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.cassandra.db.ISortedColumns |
---|
ISortedColumns.Factory |
Constructor Summary | |
---|---|
AbstractThreadUnsafeSortedColumns()
|
Method Summary | |
---|---|
void |
delete(DeletionInfo newInfo)
|
DeletionInfo |
getDeletionInfo()
|
int |
getEstimatedColumnCount()
|
boolean |
isEmpty()
Returns true if this map is empty, false otherwise. |
void |
maybeResetDeletionTimes(int gcBefore)
|
void |
retainAll(ISortedColumns columns)
|
void |
setDeletionInfo(DeletionInfo newInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cassandra.db.ISortedColumns |
---|
addAll, addAllWithSizeDelta, addColumn, clear, cloneMe, getColumn, getColumnNames, getFactory, getReverseSortedColumns, getSortedColumns, isInsertReversed, iterator, removeColumn, replace, reverseIterator, size |
Methods inherited from interface org.apache.cassandra.io.util.IIterableColumns |
---|
getComparator |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Constructor Detail |
---|
public AbstractThreadUnsafeSortedColumns()
Method Detail |
---|
public DeletionInfo getDeletionInfo()
getDeletionInfo
in interface ISortedColumns
public void delete(DeletionInfo newInfo)
delete
in interface ISortedColumns
public void setDeletionInfo(DeletionInfo newInfo)
setDeletionInfo
in interface ISortedColumns
public void maybeResetDeletionTimes(int gcBefore)
maybeResetDeletionTimes
in interface ISortedColumns
public void retainAll(ISortedColumns columns)
retainAll
in interface ISortedColumns
public boolean isEmpty()
ISortedColumns
isEmpty
in interface ISortedColumns
public int getEstimatedColumnCount()
getEstimatedColumnCount
in interface IIterableColumns
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |