|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SSTableReader in org.apache.cassandra.db |
---|
Fields in org.apache.cassandra.db with type parameters of type SSTableReader | |
---|---|
java.util.List<SSTableReader> |
ColumnFamilyStore.ViewFragment.sstables
|
Methods in org.apache.cassandra.db that return SSTableReader | |
---|---|
SSTableReader |
ColumnFamilyStore.getMaxSizeFile(java.lang.Iterable<SSTableReader> sstables)
|
Methods in org.apache.cassandra.db that return types with arguments of type SSTableReader | |
---|---|
java.util.List<SSTableReader> |
Table.getAllSSTables()
|
java.util.Collection<SSTableReader> |
ColumnFamilyStore.getSSTables()
|
java.util.List<SSTableReader> |
DataTracker.getSSTables()
|
java.util.Set<SSTableReader> |
DataTracker.markCompacting(java.util.Collection<SSTableReader> tomark,
int min,
int max)
|
java.util.Collection<SSTableReader> |
ColumnFamilyStore.markCurrentSSTablesReferenced()
Get the current sstables, acquiring references on all of them. |
Methods in org.apache.cassandra.db with parameters of type SSTableReader | |
---|---|
void |
ColumnFamilyStore.addSSTable(SSTableReader sstable)
|
void |
DataTracker.incrementallyBackup(SSTableReader sstable)
|
void |
DataTracker.notifyAdded(SSTableReader added)
|
void |
DataTracker.replaceFlushed(Memtable memtable,
SSTableReader sstable)
|
Method parameters in org.apache.cassandra.db with type arguments of type SSTableReader | |
---|---|
void |
DataTracker.addInitialSSTables(java.util.Collection<SSTableReader> sstables)
|
void |
DataTracker.addSSTables(java.util.Collection<SSTableReader> sstables)
|
SSTableWriter |
ColumnFamilyStore.createCompactionWriter(long estimatedRows,
java.lang.String location,
java.util.Collection<SSTableReader> sstables)
|
long |
ColumnFamilyStore.getExpectedCompactedFileSize(java.lang.Iterable<SSTableReader> sstables)
|
static CloseableIterator<Row> |
RowIteratorFactory.getIterator(java.lang.Iterable<Memtable> memtables,
java.util.Collection<SSTableReader> sstables,
DecoratedKey startWith,
DecoratedKey stopAt,
QueryFilter filter,
AbstractType comparator,
ColumnFamilyStore cfs)
Get a row iterator over the provided memtables and sstables, between the provided keys and filtered by the queryfilter. |
SSTableReader |
ColumnFamilyStore.getMaxSizeFile(java.lang.Iterable<SSTableReader> sstables)
|
void |
ColumnFamilyStore.markCompacted(java.util.Collection<SSTableReader> sstables,
OperationType compactionType)
|
void |
DataTracker.markCompacted(java.util.Collection<SSTableReader> sstables,
OperationType compactionType)
|
java.util.Set<SSTableReader> |
DataTracker.markCompacting(java.util.Collection<SSTableReader> tomark,
int min,
int max)
|
void |
DataTracker.notifySSTablesChanged(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added,
OperationType compactionType)
|
void |
DataTracker.notifySSTablesChanged(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added,
OperationType compactionType)
|
void |
ColumnFamilyStore.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables,
java.lang.Iterable<SSTableReader> replacements,
OperationType compactionType)
|
void |
ColumnFamilyStore.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables,
java.lang.Iterable<SSTableReader> replacements,
OperationType compactionType)
|
void |
DataTracker.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables,
java.lang.Iterable<SSTableReader> replacements,
OperationType compactionType)
|
void |
DataTracker.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables,
java.lang.Iterable<SSTableReader> replacements,
OperationType compactionType)
|
void |
DataTracker.unmarkCompacting(java.util.Collection<SSTableReader> unmark)
Removes files from compacting status: this is different from 'markCompacted' because it should be run regardless of whether a compaction succeeded. |
Constructor parameters in org.apache.cassandra.db with type arguments of type SSTableReader | |
---|---|
ColumnFamilyStore.ViewFragment(java.util.List<SSTableReader> sstables,
java.lang.Iterable<Memtable> memtables)
|
Uses of SSTableReader in org.apache.cassandra.db.columniterator |
---|
Constructors in org.apache.cassandra.db.columniterator with parameters of type SSTableReader | |
---|---|
SSTableNamesIterator(SSTableReader sstable,
DecoratedKey key,
java.util.SortedSet<java.nio.ByteBuffer> columns)
|
|
SSTableNamesIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
java.util.SortedSet<java.nio.ByteBuffer> columns)
|
|
SSTableSliceIterator(SSTableReader sstable,
DecoratedKey key,
java.nio.ByteBuffer startColumn,
java.nio.ByteBuffer finishColumn,
boolean reversed)
|
|
SSTableSliceIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
java.nio.ByteBuffer startColumn,
java.nio.ByteBuffer finishColumn,
boolean reversed)
An iterator for a slice within an SSTable |
Uses of SSTableReader in org.apache.cassandra.db.commitlog |
---|
Method parameters in org.apache.cassandra.db.commitlog with type arguments of type SSTableReader | |
---|---|
static ReplayPosition |
ReplayPosition.getReplayPosition(java.lang.Iterable<? extends SSTableReader> sstables)
Convenience method to compute the replay position for a group of SSTables. |
Uses of SSTableReader in org.apache.cassandra.db.compaction |
---|
Fields in org.apache.cassandra.db.compaction with type parameters of type SSTableReader | |
---|---|
protected java.util.Collection<SSTableReader> |
AbstractCompactionTask.sstables
|
Methods in org.apache.cassandra.db.compaction that return types with arguments of type SSTableReader | |
---|---|
java.util.Collection<SSTableReader> |
LeveledManifest.getCompactionCandidates()
|
java.util.List<SSTableReader> |
LeveledManifest.getLevel(int i)
|
java.util.Collection<SSTableReader> |
AbstractCompactionTask.getSSTables()
|
Methods in org.apache.cassandra.db.compaction with parameters of type SSTableReader | |
---|---|
void |
LeveledManifest.add(SSTableReader reader)
|
Method parameters in org.apache.cassandra.db.compaction with type arguments of type SSTableReader | |
---|---|
static long |
CompactionTask.getMaxDataAge(java.util.Collection<SSTableReader> sstables)
|
protected static java.util.List<SSTableScanner> |
AbstractCompactionIterable.getScanners(java.lang.Iterable<SSTableReader> sstables)
|
protected static java.util.List<SSTableScanner> |
CompactionIterable.getScanners(java.lang.Iterable<SSTableReader> sstables)
|
abstract AbstractCompactionTask |
AbstractCompactionStrategy.getUserDefinedTask(java.util.Collection<SSTableReader> sstables,
int gcBefore)
|
AbstractCompactionTask |
LeveledCompactionStrategy.getUserDefinedTask(java.util.Collection<SSTableReader> sstables,
int gcBefore)
|
AbstractCompactionTask |
SizeTieredCompactionStrategy.getUserDefinedTask(java.util.Collection<SSTableReader> sstables,
int gcBefore)
|
protected boolean |
CompactionTask.isCompactionInteresting(java.util.Set<SSTableReader> toCompact)
|
protected boolean |
LeveledCompactionTask.isCompactionInteresting(java.util.Set<SSTableReader> toCompact)
|
void |
LeveledManifest.promote(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added)
|
void |
LeveledManifest.promote(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added)
|
void |
LeveledManifest.replace(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added)
|
void |
LeveledManifest.replace(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added)
|
Constructor parameters in org.apache.cassandra.db.compaction with type arguments of type SSTableReader | |
---|---|
AbstractCompactionTask(ColumnFamilyStore cfs,
java.util.Collection<SSTableReader> sstables)
|
|
CompactionController(ColumnFamilyStore cfs,
java.util.Collection<SSTableReader> sstables,
int gcBefore,
boolean forceDeserialize)
|
|
CompactionIterable(OperationType type,
java.lang.Iterable<SSTableReader> sstables,
CompactionController controller)
|
|
CompactionTask(ColumnFamilyStore cfs,
java.util.Collection<SSTableReader> sstables,
int gcBefore)
|
|
LeveledCompactionTask(ColumnFamilyStore cfs,
java.util.Collection<SSTableReader> sstables,
int gcBefore,
int sstableSizeInMB)
|
|
ParallelCompactionIterable(OperationType type,
java.lang.Iterable<SSTableReader> sstables,
CompactionController controller)
|
|
ParallelCompactionIterable(OperationType type,
java.lang.Iterable<SSTableReader> sstables,
CompactionController controller,
int maxInMemorySize)
|
Uses of SSTableReader in org.apache.cassandra.db.filter |
---|
Uses of SSTableReader in org.apache.cassandra.db.index |
---|
Method parameters in org.apache.cassandra.db.index with type arguments of type SSTableReader | |
---|---|
void |
SecondaryIndexManager.maybeBuildSecondaryIndexes(java.util.Collection<SSTableReader> sstables,
java.util.SortedSet<java.nio.ByteBuffer> columns)
Does a full, blocking rebuild of the indexes specified by columns from the sstables. |
Uses of SSTableReader in org.apache.cassandra.io.sstable |
---|
Fields in org.apache.cassandra.io.sstable declared as SSTableReader | |
---|---|
SSTableReader |
SSTableScanner.sstable
|
Fields in org.apache.cassandra.io.sstable with type parameters of type SSTableReader | |
---|---|
static java.util.Comparator<SSTableReader> |
SSTable.maxTimestampComparator
|
static java.util.Comparator<SSTableReader> |
SSTable.sstableComparator
|
static com.google.common.collect.Ordering<SSTableReader> |
SSTable.sstableOrdering
|
Methods in org.apache.cassandra.io.sstable that return SSTableReader | |
---|---|
SSTableReader |
SSTableWriter.closeAndOpenReader()
|
SSTableReader |
SSTableWriter.closeAndOpenReader(long maxDataAge)
|
static SSTableReader |
SSTableReader.open(Descriptor descriptor)
|
static SSTableReader |
SSTableReader.open(Descriptor desc,
CFMetaData metadata)
|
static SSTableReader |
SSTableReader.open(Descriptor descriptor,
java.util.Set<Component> components,
CFMetaData metadata,
IPartitioner partitioner)
|
static SSTableReader |
SSTableReader.open(Descriptor descriptor,
java.util.Set<Component> components,
java.util.Set<DecoratedKey> savedKeys,
DataTracker tracker,
CFMetaData metadata,
IPartitioner partitioner)
|
Methods in org.apache.cassandra.io.sstable that return types with arguments of type SSTableReader | |
---|---|
static java.util.Collection<SSTableReader> |
SSTableReader.batchOpen(java.util.Set<java.util.Map.Entry<Descriptor,java.util.Set<Component>>> entries,
java.util.Set<DecoratedKey> savedKeys,
DataTracker tracker,
CFMetaData metadata,
IPartitioner partitioner)
|
protected java.util.Collection<SSTableReader> |
SSTableLoader.openSSTables()
|
Method parameters in org.apache.cassandra.io.sstable with type arguments of type SSTableReader | |
---|---|
static boolean |
SSTableReader.acquireReferences(java.lang.Iterable<SSTableReader> sstables)
|
static long |
SSTableReader.getApproximateKeyCount(java.lang.Iterable<SSTableReader> sstables)
|
static long |
SSTable.getTotalBytes(java.lang.Iterable<SSTableReader> sstables)
|
static void |
SSTableReader.releaseReferences(java.lang.Iterable<SSTableReader> sstables)
|
Constructors in org.apache.cassandra.io.sstable with parameters of type SSTableReader | |
---|---|
SSTableDeletingTask(SSTableReader referent)
|
|
SSTableIdentityIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey<?> key,
long dataStart,
long dataSize)
Used to iterate through the columns of a row. |
|
SSTableIdentityIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey<?> key,
long dataStart,
long dataSize,
boolean checkData)
Used to iterate through the columns of a row. |
Constructor parameters in org.apache.cassandra.io.sstable with type arguments of type SSTableReader | |
---|---|
ReducingKeyIterator(java.util.Collection<SSTableReader> sstables)
|
Uses of SSTableReader in org.apache.cassandra.notifications |
---|
Fields in org.apache.cassandra.notifications declared as SSTableReader | |
---|---|
SSTableReader |
SSTableAddedNotification.added
|
Fields in org.apache.cassandra.notifications with type parameters of type SSTableReader | |
---|---|
java.lang.Iterable<SSTableReader> |
SSTableListChangedNotification.added
|
java.lang.Iterable<SSTableReader> |
SSTableListChangedNotification.removed
|
Constructors in org.apache.cassandra.notifications with parameters of type SSTableReader | |
---|---|
SSTableAddedNotification(SSTableReader added)
|
Constructor parameters in org.apache.cassandra.notifications with type arguments of type SSTableReader | |
---|---|
SSTableListChangedNotification(java.lang.Iterable<SSTableReader> added,
java.lang.Iterable<SSTableReader> removed,
OperationType compactionType)
|
|
SSTableListChangedNotification(java.lang.Iterable<SSTableReader> added,
java.lang.Iterable<SSTableReader> removed,
OperationType compactionType)
|
Uses of SSTableReader in org.apache.cassandra.streaming |
---|
Fields in org.apache.cassandra.streaming declared as SSTableReader | |
---|---|
SSTableReader |
PendingFile.sstable
|
Methods in org.apache.cassandra.streaming with parameters of type SSTableReader | |
---|---|
void |
StreamInSession.finished(PendingFile remoteFile,
SSTableReader reader)
|
Method parameters in org.apache.cassandra.streaming with type arguments of type SSTableReader | |
---|---|
static void |
StreamOut.transferSSTables(StreamOutSession session,
java.lang.Iterable<SSTableReader> sstables,
java.util.Collection<Range> ranges,
OperationType type)
Low-level transfer of matching portions of a group of sstables from a single table to the target endpoint. |
Constructors in org.apache.cassandra.streaming with parameters of type SSTableReader | |
---|---|
PendingFile(SSTableReader sstable,
Descriptor desc,
java.lang.String component,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
OperationType type)
|
|
PendingFile(SSTableReader sstable,
Descriptor desc,
java.lang.String component,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
OperationType type,
long estimatedKeys)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |