public abstract class AbstractThreadUnsafeSortedColumns extends java.lang.Object implements ISortedColumns
ISortedColumns.Factory| Constructor and Description |
|---|
AbstractThreadUnsafeSortedColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(DeletionInfo newInfo) |
void |
delete(RangeTombstone tombstone) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAll, addAllWithSizeDelta, addColumn, clear, cloneMe, getColumn, getColumnNames, getFactory, getReverseSortedColumns, getSortedColumns, isInsertReversed, iterator, removeColumn, replace, reverseIterator, sizegetComparatorpublic DeletionInfo getDeletionInfo()
getDeletionInfo in interface ISortedColumnspublic void delete(DeletionInfo newInfo)
delete in interface ISortedColumnspublic void delete(RangeTombstone tombstone)
delete in interface ISortedColumnspublic void setDeletionInfo(DeletionInfo newInfo)
setDeletionInfo in interface ISortedColumnspublic void maybeResetDeletionTimes(int gcBefore)
maybeResetDeletionTimes in interface ISortedColumnspublic void retainAll(ISortedColumns columns)
retainAll in interface ISortedColumnspublic boolean isEmpty()
ISortedColumnsisEmpty in interface ISortedColumnspublic int getEstimatedColumnCount()
getEstimatedColumnCount in interface IIterableColumnsCopyright © 2014 The Apache Software Foundation