Modifier and Type | Class and Description |
---|---|
class |
LazyColumnIterator |
Modifier and Type | Method and Description |
---|---|
OnDiskAtomIterator |
IColumnIteratorFactory.create() |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<OnDiskAtomIterator> |
CompactionIterable.Reducer.rows |
protected java.util.List<? extends OnDiskAtomIterator> |
LazilyCompactedRow.rows |
Modifier and Type | Method and Description |
---|---|
void |
CompactionIterable.Reducer.reduce(OnDiskAtomIterator current) |
Constructor and Description |
---|
LazilyCompactedRow(CompactionController controller,
java.util.List<? extends OnDiskAtomIterator> rows) |
Modifier and Type | Class and Description |
---|---|
class |
SSTableIdentityIterator |
Modifier and Type | Method and Description |
---|---|
abstract OnDiskAtomIterator |
SSTableReader.iterator(DecoratedKey key,
ColumnSlice[] slices,
boolean reverse) |
abstract OnDiskAtomIterator |
SSTableReader.iterator(DecoratedKey key,
java.util.SortedSet<CellName> columns) |
abstract OnDiskAtomIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
ColumnSlice[] slices,
boolean reversed,
RowIndexEntry indexEntry) |
abstract OnDiskAtomIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
java.util.SortedSet<CellName> columns,
RowIndexEntry indexEntry) |
Modifier and Type | Method and Description |
---|---|
AbstractCompactedRow |
SSTableFormat.getCompactedRowWriter(CompactionController controller,
com.google.common.collect.ImmutableList<OnDiskAtomIterator> onDiskAtomIterators) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Iterator<OnDiskAtomIterator> |
BigTableScanner.iterator |
Modifier and Type | Method and Description |
---|---|
protected OnDiskAtomIterator |
BigTableScanner.KeyScanningIterator.computeNext() |
OnDiskAtomIterator |
BigTableReader.iterator(DecoratedKey key,
ColumnSlice[] slices,
boolean reverse) |
OnDiskAtomIterator |
BigTableReader.iterator(DecoratedKey key,
java.util.SortedSet<CellName> columns) |
OnDiskAtomIterator |
BigTableReader.iterator(FileDataInput input,
DecoratedKey key,
ColumnSlice[] slices,
boolean reverse,
RowIndexEntry indexEntry) |
OnDiskAtomIterator |
BigTableReader.iterator(FileDataInput input,
DecoratedKey key,
java.util.SortedSet<CellName> columns,
RowIndexEntry indexEntry) |
OnDiskAtomIterator |
BigTableScanner.next() |
OnDiskAtomIterator |
BigTableScanner.EmptySSTableScanner.next() |
Modifier and Type | Method and Description |
---|---|
AbstractCompactedRow |
BigFormat.getCompactedRowWriter(CompactionController controller,
com.google.common.collect.ImmutableList<OnDiskAtomIterator> onDiskAtomIterators) |
Copyright © 2020 The Apache Software Foundation