@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class IpcPayload extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IpcPayload()
Default native constructor.
|
IpcPayload(long size)
Native array allocator.
|
IpcPayload(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BufferVector |
body_buffers() |
IpcPayload |
body_buffers(BufferVector setter) |
long |
body_length() |
IpcPayload |
body_length(long setter) |
IpcPayload |
getPointer(long i) |
ArrowBuffer |
metadata() |
IpcPayload |
metadata(ArrowBuffer setter) |
IpcPayload |
position(long position) |
arrow.MessageType |
type() |
IpcPayload |
type(arrow.MessageType 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IpcPayload()
public IpcPayload(long size)
Pointer.position(long).public IpcPayload(Pointer p)
Pointer(Pointer).public IpcPayload position(long position)
public IpcPayload getPointer(long i)
getPointer in class Pointerpublic arrow.MessageType type()
public IpcPayload type(arrow.MessageType setter)
@SharedPtr public ArrowBuffer metadata()
public IpcPayload metadata(ArrowBuffer setter)
@ByRef public BufferVector body_buffers()
public IpcPayload body_buffers(BufferVector setter)
public IpcPayload body_length(long setter)
Copyright © 2021. All rights reserved.