@Namespace(value="arrow") @Properties(inherit=arrow.class) public class RuntimeInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RuntimeInfo()
Default native constructor.
|
RuntimeInfo(long size)
Native array allocator.
|
RuntimeInfo(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
detected_simd_level()
The SIMD level available on the OS and CPU
|
RuntimeInfo |
detected_simd_level(String setter) |
RuntimeInfo |
getPointer(long i) |
RuntimeInfo |
position(long position) |
String |
simd_level()
The enabled SIMD level
This can be less than
detected_simd_level if the ARROW_USER_SIMD_LEVEL
environment variable is set to another value. |
RuntimeInfo |
simd_level(String 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 RuntimeInfo()
public RuntimeInfo(long size)
Pointer.position(long)
.public RuntimeInfo(Pointer p)
Pointer(Pointer)
.public RuntimeInfo position(long position)
public RuntimeInfo getPointer(long i)
getPointer
in class Pointer
@StdString public String simd_level()
detected_simd_level
if the ARROW_USER_SIMD_LEVEL
environment variable is set to another value.public RuntimeInfo simd_level(String setter)
@StdString public String detected_simd_level()
public RuntimeInfo detected_simd_level(String setter)
Copyright © 2022. All rights reserved.