Package | Description |
---|---|
org.apache.cassandra.io.sstable | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
SSTableReader
SSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen.
|
Modifier and Type | Class and Description |
---|---|
class |
Refs<T extends RefCounted>
A collection of managed Ref references to RefCounted objects, and the objects they are referencing.
|
Modifier and Type | Method and Description |
---|---|
static <T extends RefCounted> |
Refs.ref(java.lang.Iterable<T> reference) |
static <T extends RefCounted> |
Refs.tryRef(java.lang.Iterable<T> reference)
Acquire a reference to all of the provided objects, or none
|
Modifier and Type | Method and Description |
---|---|
static RefCounted |
RefCounted.Impl.get(RefCounted.Tidy tidy) |
Copyright © 2015 The Apache Software Foundation