@Namespace(value="arrow::fs") @Properties(inherit=arrow.class) public class LocalFileSystemOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
LocalFileSystemOptions()
Default native constructor.
|
LocalFileSystemOptions(long size)
Native array allocator.
|
LocalFileSystemOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalFileSystemOptions |
Defaults()
\brief Initialize with defaults
|
boolean |
Equals(LocalFileSystemOptions other) |
static LocalFileSystemOptionsResult |
FromUri(Uri uri,
BytePointer out_path) |
LocalFileSystemOptions |
getPointer(long i) |
LocalFileSystemOptions |
position(long position) |
boolean |
use_mmap()
Whether OpenInputStream and OpenInputFile return a mmap'ed file,
or a regular one.
|
LocalFileSystemOptions |
use_mmap(boolean setter) |
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 LocalFileSystemOptions()
public LocalFileSystemOptions(long size)
Pointer.position(long).public LocalFileSystemOptions(Pointer p)
Pointer(Pointer).public LocalFileSystemOptions position(long position)
public LocalFileSystemOptions getPointer(long i)
getPointer in class Pointer@Cast(value="bool") public boolean use_mmap()
public LocalFileSystemOptions use_mmap(boolean setter)
@ByVal public static LocalFileSystemOptions Defaults()
@Cast(value="bool") public boolean Equals(@Const @ByRef LocalFileSystemOptions other)
@ByVal public static LocalFileSystemOptionsResult FromUri(@Const @ByRef Uri uri, @StdString @Cast(value={"char*","std::string*"}) BytePointer out_path)
Copyright © 2021. All rights reserved.