| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
static CacheOptions |
CacheOptions.Defaults() |
static CacheOptions |
CacheOptions.Defaults() |
CacheOptions |
CacheOptions.getPointer(long i) |
CacheOptions |
CacheOptions.getPointer(long i) |
CacheOptions |
CacheOptions.hole_size_limit(long setter) |
CacheOptions |
CacheOptions.hole_size_limit(long setter) |
CacheOptions |
CacheOptions.lazy(boolean setter) |
CacheOptions |
CacheOptions.lazy(boolean setter) |
static CacheOptions |
CacheOptions.LazyDefaults() |
static CacheOptions |
CacheOptions.LazyDefaults() |
static CacheOptions |
CacheOptions.MakeFromNetworkMetrics(long time_to_first_byte_millis,
long transfer_bandwidth_mib_per_sec) |
static CacheOptions |
CacheOptions.MakeFromNetworkMetrics(long time_to_first_byte_millis,
long transfer_bandwidth_mib_per_sec) |
static CacheOptions |
CacheOptions.MakeFromNetworkMetrics(long time_to_first_byte_millis,
long transfer_bandwidth_mib_per_sec,
double ideal_bandwidth_utilization_frac,
long max_ideal_request_size_mib)
\brief Construct CacheOptions from network storage metrics (e.g.
|
static CacheOptions |
CacheOptions.MakeFromNetworkMetrics(long time_to_first_byte_millis,
long transfer_bandwidth_mib_per_sec,
double ideal_bandwidth_utilization_frac,
long max_ideal_request_size_mib)
\brief Construct CacheOptions from network storage metrics (e.g.
|
CacheOptions |
CacheOptions.position(long position) |
CacheOptions |
CacheOptions.position(long position) |
CacheOptions |
CacheOptions.range_size_limit(long setter) |
CacheOptions |
CacheOptions.range_size_limit(long setter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheOptions.equals(CacheOptions other) |
boolean |
CacheOptions.equals(CacheOptions other) |
| Constructor and Description |
|---|
ReadRangeCache(RandomAccessFile file,
IOContext ctx,
CacheOptions options)
Construct a read cache with given options
|
ReadRangeCache(RandomAccessFile file,
IOContext ctx,
CacheOptions options)
Construct a read cache with given options
|
| Modifier and Type | Method and Description |
|---|---|
CacheOptions |
IpcFragmentScanOptions.cache_options()
If present, the async scanner will enable I/O coalescing.
|
CacheOptions |
IpcFragmentScanOptions.cache_options()
If present, the async scanner will enable I/O coalescing.
|
| Modifier and Type | Method and Description |
|---|---|
IpcFragmentScanOptions |
IpcFragmentScanOptions.cache_options(CacheOptions setter) |
IpcFragmentScanOptions |
IpcFragmentScanOptions.cache_options(CacheOptions setter) |
| Modifier and Type | Method and Description |
|---|---|
CacheOptions |
ArrowReaderProperties.cache_options() |
CacheOptions |
ArrowReaderProperties.cache_options() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParquetFileReader.PreBuffer(int[] row_groups,
int[] column_indices,
IOContext ctx,
CacheOptions options) |
void |
ParquetFileReader.PreBuffer(int[] row_groups,
int[] column_indices,
IOContext ctx,
CacheOptions options) |
void |
ParquetFileReader.PreBuffer(IntBuffer row_groups,
IntBuffer column_indices,
IOContext ctx,
CacheOptions options) |
void |
ParquetFileReader.PreBuffer(IntBuffer row_groups,
IntBuffer column_indices,
IOContext ctx,
CacheOptions options) |
void |
ParquetFileReader.PreBuffer(IntPointer row_groups,
IntPointer column_indices,
IOContext ctx,
CacheOptions options)
Pre-buffer the specified column indices in all row groups.
|
void |
ParquetFileReader.PreBuffer(IntPointer row_groups,
IntPointer column_indices,
IOContext ctx,
CacheOptions options)
Pre-buffer the specified column indices in all row groups.
|
void |
ArrowReaderProperties.set_cache_options(CacheOptions options)
Set options for read coalescing.
|
void |
ArrowReaderProperties.set_cache_options(CacheOptions options)
Set options for read coalescing.
|
Copyright © 2022. All rights reserved.