|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSTable | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.streaming |
Uses of SSTable in org.apache.cassandra.db |
---|
Method parameters in org.apache.cassandra.db with type arguments of type SSTable | |
---|---|
boolean |
ColumnFamilyStore.isKeyInRemainingSSTables(DecoratedKey key,
java.util.Set<? extends SSTable> sstablesToIgnore)
Uses bloom filters to check if key may be present in any sstable in this ColumnFamilyStore, minus a set of provided ones. |
Uses of SSTable in org.apache.cassandra.db.commitlog |
---|
Method parameters in org.apache.cassandra.db.commitlog with type arguments of type SSTable | |
---|---|
static ReplayPosition |
ReplayPosition.getReplayPosition(java.lang.Iterable<? extends SSTable> sstables)
Convenience method to compute the replay position for a group of SSTables. |
Uses of SSTable in org.apache.cassandra.io.sstable |
---|
Subclasses of SSTable in org.apache.cassandra.io.sstable | |
---|---|
class |
SSTableReader
SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen. |
class |
SSTableWriter
|
Uses of SSTable in org.apache.cassandra.streaming |
---|
Constructors in org.apache.cassandra.streaming with parameters of type SSTable | |
---|---|
PendingFile(SSTable sstable,
Descriptor desc,
java.lang.String component,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
OperationType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |