Modifier and Type | Interface and Description |
---|---|
interface |
IColumn
TODO: rename
|
Modifier and Type | Class and Description |
---|---|
class |
Column
Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
class |
CounterColumn
A column that represents a partitioned counter.
|
class |
CounterUpdateColumn
A counter update while it hasn't been applied yet by the leader replica.
|
class |
DeletedColumn |
class |
ExpiringColumn
Alternative to Column that have an expiring time.
|
class |
RangeTombstone |
class |
SuperColumn |
Modifier and Type | Method and Description |
---|---|
OnDiskAtom |
OnDiskAtom.Serializer.deserializeFromSSTable(java.io.DataInput dis,
Descriptor.Version version) |
OnDiskAtom |
OnDiskAtom.Serializer.deserializeFromSSTable(java.io.DataInput dis,
IColumnSerializer.Flag flag,
int expireBefore,
Descriptor.Version version) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnIndex.Builder.add(OnDiskAtom column) |
void |
ColumnFamily.addAtom(OnDiskAtom atom) |
void |
OnDiskAtom.Serializer.serializeForSSTable(OnDiskAtom atom,
java.io.DataOutput dos) |
void |
RangeTombstone.Tracker.update(OnDiskAtom atom)
Update this tracker given an
atom . |
long |
RangeTombstone.Tracker.writeOpenedMarker(OnDiskAtom firstColumn,
java.io.DataOutput out,
OnDiskAtom.Serializer atomSerializer)
Compute RangeTombstone that are needed at the beginning of an index
block starting with
firstColumn . |
Modifier and Type | Method and Description |
---|---|
ColumnIndex |
ColumnIndex.Builder.build(java.lang.Iterable<OnDiskAtom> columns) |
Modifier and Type | Method and Description |
---|---|
protected OnDiskAtom |
LazyColumnIterator.computeNext() |
protected OnDiskAtom |
SSTableNamesIterator.computeNext() |
OnDiskAtom |
SSTableSliceIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OnDiskAtom> |
LazilyCompactedRow.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
QueryFilter.collateOnDiskAtom(ColumnFamily returnCF,
java.util.List<? extends CloseableIterator<OnDiskAtom>> toCollate,
int gcBefore) |
static CloseableIterator<IColumn> |
QueryFilter.gatherTombstones(ColumnFamily returnCF,
CloseableIterator<OnDiskAtom> iter)
Given an iterator of on disk atom, returns an iterator that filters the tombstone range
markers adding them to
returnCF and returns the normal column. |
Modifier and Type | Field and Description |
---|---|
java.util.Comparator<OnDiskAtom> |
AbstractType.onDiskAtomComparator |
Modifier and Type | Method and Description |
---|---|
OnDiskAtom |
SSTableIdentityIterator.next() |
Copyright © 2014 The Apache Software Foundation