@Namespace(value="arrow::io") @NoOffset @Properties(inherit=arrow.class) public class IOContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IOContext() |
IOContext(Executor executor) |
IOContext(Executor executor,
StopToken stop_token,
long external_id) |
IOContext(long size)
Native array allocator.
|
IOContext(MemoryPool pool) |
IOContext(MemoryPool pool,
Executor executor) |
IOContext(MemoryPool pool,
Executor executor,
StopToken stop_token,
long external_id) |
IOContext(MemoryPool pool,
StopToken stop_token) |
IOContext(Pointer p)
Pointer cast constructor.
|
IOContext(StopToken stop_token) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
executor() |
long |
external_id() |
IOContext |
getPointer(long i) |
MemoryPool |
pool() |
IOContext |
position(long position) |
StopToken |
stop_token() |
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 IOContext(Pointer p)
Pointer(Pointer).public IOContext(long size)
Pointer.position(long).public IOContext()
public IOContext(MemoryPool pool, @ByVal(nullValue="arrow::StopToken::Unstoppable()") StopToken stop_token)
public IOContext(MemoryPool pool)
public IOContext(MemoryPool pool, Executor executor, @ByVal(nullValue="arrow::StopToken::Unstoppable()") StopToken stop_token, @Cast(value="int64_t") long external_id)
public IOContext(MemoryPool pool, Executor executor)
public IOContext(Executor executor, @ByVal(nullValue="arrow::StopToken::Unstoppable()") StopToken stop_token, @Cast(value="int64_t") long external_id)
public IOContext(Executor executor)
public IOContext getPointer(long i)
getPointer in class Pointerpublic MemoryPool pool()
public Executor executor()
Copyright © 2021. All rights reserved.