@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class IpcWriteOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IpcWriteOptions()
Default native constructor.
|
IpcWriteOptions(long size)
Native array allocator.
|
IpcWriteOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
alignment() |
IpcWriteOptions |
alignment(int setter) |
boolean |
allow_64bit() |
IpcWriteOptions |
allow_64bit(boolean setter) |
int |
compression_level() |
IpcWriteOptions |
compression_level(int setter) |
Compression.type |
compression()
\brief Compression codec to use for record batch body buffers
May only be UNCOMPRESSED, LZ4_FRAME and ZSTD.
|
IpcWriteOptions |
compression(Compression.type setter) |
static IpcWriteOptions |
Defaults() |
IpcWriteOptions |
getPointer(long i) |
int |
max_recursion_depth() |
IpcWriteOptions |
max_recursion_depth(int setter) |
MemoryPool |
memory_pool()
\brief The memory pool to use for allocations made during IPC writing
|
IpcWriteOptions |
memory_pool(MemoryPool setter) |
arrow.MetadataVersion |
metadata_version()
\brief Format version to use for IPC messages and their metadata.
|
IpcWriteOptions |
metadata_version(arrow.MetadataVersion setter) |
IpcWriteOptions |
position(long position) |
boolean |
use_threads()
\brief Use global CPU thread pool to parallelize any computational tasks
like compression
|
IpcWriteOptions |
use_threads(boolean setter) |
boolean |
write_legacy_ipc_format()
\brief Write the pre-0.15.0 encapsulated IPC message format
consisting of a 4-byte prefix instead of 8 byte
|
IpcWriteOptions |
write_legacy_ipc_format(boolean setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IpcWriteOptions()
public IpcWriteOptions(long size)
Pointer.position(long).public IpcWriteOptions(Pointer p)
Pointer.Pointer(Pointer).public IpcWriteOptions position(long position)
public IpcWriteOptions getPointer(long i)
getPointer in class Pointerpublic IpcWriteOptions allow_64bit(boolean setter)
public int max_recursion_depth()
public IpcWriteOptions max_recursion_depth(int setter)
public int alignment()
public IpcWriteOptions alignment(int setter)
@Cast(value="bool") public boolean write_legacy_ipc_format()
public IpcWriteOptions write_legacy_ipc_format(boolean setter)
public MemoryPool memory_pool()
public IpcWriteOptions memory_pool(MemoryPool setter)
public Compression.type compression()
public IpcWriteOptions compression(Compression.type setter)
public int compression_level()
public IpcWriteOptions compression_level(int setter)
@Cast(value="bool") public boolean use_threads()
public IpcWriteOptions use_threads(boolean setter)
public arrow.MetadataVersion metadata_version()
public IpcWriteOptions metadata_version(arrow.MetadataVersion setter)
@ByVal public static IpcWriteOptions Defaults()
Copyright © 2020. All rights reserved.