@Namespace(value="gandiva") @NoOffset @Properties(inherit=gandiva.class) public class Configuration extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Configuration() |
Configuration(boolean optimize) |
Configuration(long size)
Native array allocator.
|
Configuration(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Configuration other) |
Configuration |
getPointer(long i) |
long |
Hash() |
boolean |
notEquals(Configuration other) |
boolean |
optimize() |
Configuration |
position(long position) |
void |
set_optimize(boolean optimize) |
boolean |
target_host_cpu() |
void |
target_host_cpu(boolean target_host_cpu) |
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 Configuration(Pointer p)
Pointer(Pointer)
.public Configuration(long size)
Pointer.position(long)
.public Configuration()
public Configuration position(long position)
public Configuration getPointer(long i)
getPointer
in class Pointer
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef Configuration other)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef Configuration other)
Copyright © 2022. All rights reserved.