@Namespace(value="plasma") @Properties(inherit=plasma.class) public class ObjectBuffer extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ObjectBuffer()
Default native constructor.
|
ObjectBuffer(long size)
Native array allocator.
|
ObjectBuffer(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ArrowBuffer |
data()
The data buffer.
|
ObjectBuffer |
data(ArrowBuffer setter) |
int |
device_num()
The device number.
|
ObjectBuffer |
device_num(int setter) |
ObjectBuffer |
getPointer(long i) |
ArrowBuffer |
metadata()
The metadata buffer.
|
ObjectBuffer |
metadata(ArrowBuffer setter) |
ObjectBuffer |
position(long position) |
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 ObjectBuffer()
public ObjectBuffer(long size)
Pointer.position(long)
.public ObjectBuffer(Pointer p)
Pointer(Pointer)
.public ObjectBuffer position(long position)
public ObjectBuffer getPointer(long i)
getPointer
in class Pointer
@SharedPtr public ArrowBuffer data()
public ObjectBuffer data(ArrowBuffer setter)
@SharedPtr public ArrowBuffer metadata()
public ObjectBuffer metadata(ArrowBuffer setter)
public int device_num()
public ObjectBuffer device_num(int setter)
Copyright © 2022. All rights reserved.