| 类 | 说明 |
|---|---|
| BlockResettableMutableObjectIterator<T> |
Implementation of an iterator that fetches a block of data into main memory and offers resettable
access to the data in that block.
|
| NonReusingBlockResettableIterator<T> |
Implementation of an iterator that fetches a block of data into main memory and offers resettable
access to the data in that block.
|
| ReusingBlockResettableIterator<T> |
Implementation of an iterator that fetches a block of data into main memory and offers resettable
access to the data in that block.
|
| SpillingResettableIterator<T> |
Implementation of a resettable iterator.
|
| SpillingResettableMutableObjectIterator<T> |
Implementation of a resettable iterator.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.