public static class FileFormatFactory.FormatContext extends Object
Constructor and Description |
---|
FormatContext(Options options,
int readBatchSize,
int writeBatchSize) |
FormatContext(Options options,
int readBatchSize,
int writeBatchSize,
int zstdLevel,
MemorySize blockSize) |
Modifier and Type | Method and Description |
---|---|
MemorySize |
blockSize() |
Options |
options() |
int |
readBatchSize() |
int |
writeBatchSize() |
int |
zstdLevel() |
@VisibleForTesting public FormatContext(Options options, int readBatchSize, int writeBatchSize)
public FormatContext(Options options, int readBatchSize, int writeBatchSize, int zstdLevel, @Nullable MemorySize blockSize)
public Options options()
public int readBatchSize()
public int writeBatchSize()
public int zstdLevel()
@Nullable public MemorySize blockSize()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.