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 |
BufferedPoolingSegmentedFile |
class |
BufferedSegmentedFile |
class |
CompressedPoolingSegmentedFile |
class |
CompressedSegmentedFile |
class |
MmappedSegmentedFile |
class |
PoolingSegmentedFile |
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 |
class |
Murmur3BloomFilter |
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
|
Constructor and Description |
---|
SharedCloseableImpl(SharedCloseableImpl copy) |
Copyright © 2016 The Apache Software Foundation