Package | Description |
---|---|
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.sstable.format.big | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
SSTableReader
An SSTableReader can be constructed in a number of places, but typically is either
read from disk at startup, or constructed from a flushed memtable, or after compaction
to replace some existing sstables.
|
Modifier and Type | Class and Description |
---|---|
class |
BigTableReader
SSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelfRefCounted<T extends SelfRefCounted<T>> |
Modifier and Type | Method and Description |
---|---|
static <T extends SelfRefCounted<T>> |
Refs.selfRefs(java.lang.Iterable<T> refs) |
Modifier and Type | Method and Description |
---|---|
void |
Ref.IdentityCollection.add(SelfRefCounted<?> ref) |
Copyright © 2021 The Apache Software Foundation