@Namespace(value="arrow::flight") @NoOffset @Properties(inherit=arrow_flight.class) public class FlightCallOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FlightCallOptions()
Create a default set of call options.
|
FlightCallOptions(long size)
Native array allocator.
|
FlightCallOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FlightCallOptions |
getPointer(long i) |
StringStringPairVector |
headers()
\brief Headers for client to add to context.
|
FlightCallOptions |
headers(StringStringPairVector setter) |
FlightCallOptions |
position(long position) |
IpcReadOptions |
read_options()
\brief IPC reader options, if applicable for the call.
|
FlightCallOptions |
read_options(IpcReadOptions setter) |
StopToken |
stop_token()
\brief A token to enable interactive user cancellation of long-running requests.
|
FlightCallOptions |
stop_token(StopToken setter) |
Pointer |
timeout()
\brief An optional timeout for this call.
|
FlightCallOptions |
timeout(Pointer setter) |
IpcWriteOptions |
write_options()
\brief IPC writer options, if applicable for the call.
|
FlightCallOptions |
write_options(IpcWriteOptions setter) |
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 FlightCallOptions(Pointer p)
Pointer(Pointer)
.public FlightCallOptions(long size)
Pointer.position(long)
.public FlightCallOptions()
public FlightCallOptions position(long position)
public FlightCallOptions getPointer(long i)
getPointer
in class Pointer
@ByRef @Cast(value="arrow::flight::TimeoutDuration*") public Pointer timeout()
public FlightCallOptions timeout(Pointer setter)
@ByRef public IpcReadOptions read_options()
public FlightCallOptions read_options(IpcReadOptions setter)
@ByRef public IpcWriteOptions write_options()
public FlightCallOptions write_options(IpcWriteOptions setter)
@ByRef public StringStringPairVector headers()
public FlightCallOptions headers(StringStringPairVector setter)
@ByRef public StopToken stop_token()
public FlightCallOptions stop_token(StopToken setter)
Copyright © 2022. All rights reserved.