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, wait
addAll, addAllWithSizeDelta, addColumn, clear, cloneMe, getColumn, getColumnNames, getFactory, getReverseSortedColumns, getSortedColumns, isInsertReversed, iterator, removeColumn, replace, reverseIterator, size
getComparator
public DeletionInfo getDeletionInfo()
getDeletionInfo
in interface ISortedColumns
public void delete(DeletionInfo newInfo)
delete
in interface ISortedColumns
public void delete(RangeTombstone tombstone)
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
Copyright © 2013 The Apache Software Foundation