| Interface | Description |
|---|---|
| Pool<T> |
Simple object pool to prevent GC on small objects passed between threads.
|
| Pool.PoolObjectHelper<T> |
Object helper for objects stored in the pool.
|
| ValidTxnList |
Models the list of transactions that should be included in a snapshot.
|
| ValidWriteIdList |
Models the list of transactions that should be included in a snapshot.
|
| Class | Description |
|---|---|
| DiskRangeInfo |
Disk range information class containing disk ranges and total length.
|
| ValidCompactorWriteIdList |
An implementation of
ValidWriteIdList for use by the compactor. |
| ValidReaderWriteIdList |
An implementation of
ValidWriteIdList for use by readers. |
| ValidReadTxnList |
An implementation of
ValidTxnList for use by readers. |
| ValidTxnWriteIdList |
An implementation to store and manage list of ValidWriteIds for each tables read by current
transaction.
|
| Enum | Description |
|---|---|
| ValidTxnList.RangeResponse |
The response to a range query.
|
| ValidWriteIdList.RangeResponse |
The response to a range query.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.