Class | Description |
---|---|
LifecycleTransaction |
IMPORTANT: When this object is involved in a transactional graph, for correct behaviour its commit MUST occur before
any others, since it may legitimately fail.
|
LifecycleTransaction.ReaderState | |
SSTableIntervalTree | |
Tracker | |
TransactionLog |
IMPORTANT: When this object is involved in a transactional graph, and is not encapsulated in a LifecycleTransaction,
for correct behaviour its commit MUST occur before any others, since it may legitimately fail.
|
TransactionLog.SSTableTidier |
The SSTableReader tidier.
|
View |
An immutable structure holding the current memtable, the memtables pending
flush, the sstables for a column family, and the sstables that are active
in compaction (a subset of the sstables).
|
Enum | Description |
---|---|
LifecycleTransaction.ReaderState.Action | |
SSTableSet | |
TransactionLog.RecordType |
Exception | Description |
---|---|
TransactionLog.CorruptTransactionLogException |
If the format of the lines in the transaction log is wrong or the checksum
does not match, then we throw this exception.
|
Copyright © 2015 The Apache Software Foundation