@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class IpcOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IpcOptions()
Default native constructor.
|
IpcOptions(long size)
Native array allocator.
|
IpcOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
alignment() |
IpcOptions |
alignment(int setter) |
boolean |
allow_64bit() |
IpcOptions |
allow_64bit(boolean setter) |
static IpcOptions |
Defaults() |
int |
max_recursion_depth() |
IpcOptions |
max_recursion_depth(int setter) |
IpcOptions |
position(long position) |
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
|
IpcOptions |
write_legacy_ipc_format(boolean setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IpcOptions()
public IpcOptions(long size)
Pointer.position(long).public IpcOptions(Pointer p)
Pointer.Pointer(Pointer).public IpcOptions position(long position)
public IpcOptions allow_64bit(boolean setter)
public int max_recursion_depth()
public IpcOptions max_recursion_depth(int setter)
public int alignment()
public IpcOptions alignment(int setter)
@Cast(value="bool") public boolean write_legacy_ipc_format()
public IpcOptions write_legacy_ipc_format(boolean setter)
@ByVal public static IpcOptions Defaults()
Copyright © 2020. All rights reserved.