| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.resettable |
| 限定符和类型 | 类和说明 |
|---|---|
class |
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.
|
class |
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.
|
class |
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.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.