| Package | Description |
|---|---|
| org.apache.paimon.crosspartition | |
| org.apache.paimon.io | |
| org.apache.paimon.reader | |
| org.apache.paimon.utils |
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<BinaryRow> |
GlobalIndexAssigner.endBoostrapWithoutEmit(boolean isEndInput) |
| Modifier and Type | Method and Description |
|---|---|
default void |
FileWriter.write(CloseableIterator<T> records)
Add records from
CloseableIterator to this file writer. |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordReaderIterator<T>
Wrap a
RecordReader as an CloseableIterator. |
| Modifier and Type | Method and Description |
|---|---|
default CloseableIterator<T> |
RecordReader.toCloseableIterator()
Convert this reader to a
CloseableIterator. |
| Modifier and Type | Class and Description |
|---|---|
static class |
CloseableIterator.IteratorAdapter<E>
Adapter from
Iterator to CloseableIterator. |
| Modifier and Type | Field and Description |
|---|---|
static CloseableIterator<?> |
CloseableIterator.EMPTY_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterator.adapterForIterator(Iterator<T> iterator) |
static <T> CloseableIterator<T> |
CloseableIterator.adapterForIterator(Iterator<T> iterator,
AutoCloseable close) |
static <T> CloseableIterator<T> |
CloseableIterator.empty() |
static <T> CloseableIterator<T> |
CloseableIterator.flatten(CloseableIterator<T>... iterators) |
static <T> CloseableIterator<T> |
CloseableIterator.fromList(List<T> list,
java.util.function.Consumer<T> closeNotConsumed) |
static <E> CloseableIterator<E> |
CloseableIterator.ofElement(E element,
java.util.function.Consumer<E> closeIfNotConsumed) |
static <T> CloseableIterator<T> |
CloseableIterator.ofElements(java.util.function.Consumer<T> closeNotConsumed,
T... elements) |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterator.flatten(CloseableIterator<T>... iterators) |
static <V> List<V> |
ObjectsFile.readFromIterator(CloseableIterator<InternalRow> inputIterator,
ObjectSerializer<V> serializer,
Filter<InternalRow> readFilter,
Filter<V> readVFilter) |
| Constructor and Description |
|---|
ObjectsCache(SegmentsCache<K> cache,
ObjectSerializer<V> projectedSerializer,
RowType formatSchema,
FunctionWithIOException<K,Long> fileSizeFunction,
BiFunctionWithIOE<K,Long,CloseableIterator<InternalRow>> reader) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.