Package | Description |
---|---|
org.apache.paimon.fs |
Modifier and Type | Class and Description |
---|---|
static class |
FileRange.FileRangeImpl
An implementation for
FileRange . |
Modifier and Type | Method and Description |
---|---|
static FileRange |
FileRange.createFileRange(long offset,
int length)
Factory method to create a FileRange object.
|
Modifier and Type | Method and Description |
---|---|
default void |
VectoredReadable.readVectored(List<? extends FileRange> ranges)
Read fully a list of file ranges asynchronously from this file.
|
static void |
VectoredReadUtils.readVectored(VectoredReadable readable,
List<? extends FileRange> ranges) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.