Package | Description |
---|---|
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.util | |
org.apache.cassandra.utils | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
IndexSummary |
Modifier and Type | Class and Description |
---|---|
class |
BufferedSegmentedFile |
class |
ChannelProxy
A proxy of a FileChannel that:
- implements reference counting
- exports only thread safe FileChannel operations
- wraps IO exceptions into runtime exceptions
Tested by RandomAccessReaderTest.
|
class |
CompressedSegmentedFile |
class |
MmappedRegions |
class |
MmappedSegmentedFile |
class |
SegmentedFile
Abstracts a read-only file that has been split into segments, each of which can be represented by an independent
FileDataInput.
|
Modifier and Type | Class and Description |
---|---|
class |
BloomFilter |
Modifier and Type | Class and Description |
---|---|
class |
WrappedSharedCloseable
An implementation of SharedCloseable that wraps a normal AutoCloseable,
ensuring its close method is only called when all instances of SharedCloseable have been
|
Modifier and Type | Method and Description |
---|---|
void |
Ref.IdentityCollection.add(SharedCloseableImpl ref) |
Constructor and Description |
---|
SharedCloseableImpl(SharedCloseableImpl copy) |
Copyright © 2015 The Apache Software Foundation