@Namespace(value="arrow::detail") @NoOffset @Properties(inherit=arrow.class) public class ReadaheadQueue extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ReadaheadQueue(int readahead_queue_size) |
ReadaheadQueue(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Append(ReadaheadPromise arg0) |
void |
EnsureShutdownOrDie() |
Status |
PopDone(ReadaheadPromise arg0) |
Status |
Pump(Pointer factory) |
Status |
Shutdown() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ReadaheadQueue(Pointer p)
Pointer(Pointer).public ReadaheadQueue(int readahead_queue_size)
@ByVal public Status Append(@UniquePtr ReadaheadPromise arg0)
@ByVal public Status PopDone(@UniquePtr ReadaheadPromise arg0)
@ByVal public Status Pump(@ByVal @Cast(value="std::function<std::unique_ptr<arrow::detail::ReadaheadPromise>()>*") Pointer factory)
public void EnsureShutdownOrDie()
Copyright © 2021. All rights reserved.