@Namespace(value="arrow::ipc::internal") @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 |
|---|---|
ArrowBufferVector |
body_buffers() |
IpcPayload |
body_buffers(ArrowBufferVector setter) |
long |
body_length() |
IpcPayload |
body_length(long setter) |
ArrowBuffer |
metadata() |
IpcPayload |
metadata(ArrowBuffer setter) |
IpcPayload |
position(long position) |
Message.Type |
type() |
IpcPayload |
type(Message.Type 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 IpcPayload()
public IpcPayload(long size)
Pointer.position(long).public IpcPayload(Pointer p)
Pointer.Pointer(Pointer).public IpcPayload position(long position)
public Message.Type type()
public IpcPayload type(Message.Type setter)
@SharedPtr public ArrowBuffer metadata()
public IpcPayload metadata(ArrowBuffer setter)
@ByRef public ArrowBufferVector body_buffers()
public IpcPayload body_buffers(ArrowBufferVector setter)
public IpcPayload body_length(long setter)
Copyright © 2020. All rights reserved.