@Namespace(value="arrow::flight") @Properties(inherit=arrow_flight.class) public class FlightPayload extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FlightPayload()
Default native constructor.
|
FlightPayload(long size)
Native array allocator.
|
FlightPayload(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ArrowBuffer |
app_metadata() |
FlightPayload |
app_metadata(ArrowBuffer setter) |
ArrowBuffer |
descriptor() |
FlightPayload |
descriptor(ArrowBuffer setter) |
FlightPayload |
getPointer(long i) |
IpcPayload |
ipc_message() |
FlightPayload |
ipc_message(IpcPayload setter) |
FlightPayload |
position(long position) |
Status |
Validate()
\brief Check that the payload can be written to the wire.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FlightPayload()
public FlightPayload(long size)
Pointer.position(long)
.public FlightPayload(Pointer p)
Pointer(Pointer)
.public FlightPayload position(long position)
public FlightPayload getPointer(long i)
getPointer
in class Pointer
@SharedPtr public ArrowBuffer descriptor()
public FlightPayload descriptor(ArrowBuffer setter)
@SharedPtr public ArrowBuffer app_metadata()
public FlightPayload app_metadata(ArrowBuffer setter)
@ByRef public IpcPayload ipc_message()
public FlightPayload ipc_message(IpcPayload setter)
Copyright © 2022. All rights reserved.