public final class RocksQueueIterator extends Object implements SingleStateIterator
| 构造器和说明 |
|---|
RocksQueueIterator(org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot<?> queuesSnapshot,
org.apache.flink.runtime.state.KeyGroupRange keyGroupRange,
int keyGroupPrefixBytes,
int kvStateId) |
public RocksQueueIterator(org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot<?> queuesSnapshot,
org.apache.flink.runtime.state.KeyGroupRange keyGroupRange,
int keyGroupPrefixBytes,
int kvStateId)
public void next()
next 在接口中 SingleStateIteratorpublic boolean isValid()
isValid 在接口中 SingleStateIteratorpublic byte[] key()
key 在接口中 SingleStateIteratorpublic byte[] value()
value 在接口中 SingleStateIteratorpublic int getKvStateId()
getKvStateId 在接口中 SingleStateIteratorpublic void close()
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在接口中 SingleStateIteratorCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.