@Namespace(value="arrow") @Properties(inherit=arrow.class) public class CallbackOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CallbackOptions()
Default native constructor.
|
CallbackOptions(long size)
Native array allocator.
|
CallbackOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CallbackOptions |
Defaults() |
Executor |
executor()
If the callback is scheduled then this is the executor it should be scheduled
on.
|
CallbackOptions |
executor(Executor setter) |
CallbackOptions |
getPointer(long i) |
CallbackOptions |
position(long position) |
arrow.ShouldSchedule |
should_schedule()
Describe whether the callback should be run synchronously or scheduled
|
CallbackOptions |
should_schedule(arrow.ShouldSchedule setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, 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 CallbackOptions()
public CallbackOptions(long size)
Pointer.position(long).public CallbackOptions(Pointer p)
Pointer(Pointer).public CallbackOptions position(long position)
public CallbackOptions getPointer(long i)
getPointer in class Pointerpublic arrow.ShouldSchedule should_schedule()
public CallbackOptions should_schedule(arrow.ShouldSchedule setter)
public Executor executor()
public CallbackOptions executor(Executor setter)
@ByVal public static CallbackOptions Defaults()
Copyright © 2022. All rights reserved.