Package | Description |
---|---|
org.bytedeco.plasma |
Modifier and Type | Method and Description |
---|---|
ObjectBuffer |
ObjectBuffer.data(ArrowBuffer setter) |
ObjectBuffer |
ObjectBuffer.data(ArrowBuffer setter) |
ObjectBuffer |
ObjectBuffer.device_num(int setter) |
ObjectBuffer |
ObjectBuffer.device_num(int setter) |
ObjectBuffer |
ObjectBuffer.getPointer(long i) |
ObjectBuffer |
ObjectBuffer.getPointer(long i) |
ObjectBuffer |
ObjectBuffer.metadata(ArrowBuffer setter) |
ObjectBuffer |
ObjectBuffer.metadata(ArrowBuffer setter) |
ObjectBuffer |
ObjectBuffer.position(long position) |
ObjectBuffer |
ObjectBuffer.position(long position) |
Modifier and Type | Method and Description |
---|---|
Status |
PlasmaClient.Get(UniqueID object_ids,
long num_objects,
long timeout_ms,
ObjectBuffer object_buffers)
Deprecated variant of Get() that doesn't automatically release buffers
when they get out of scope.
|
Status |
PlasmaClient.Get(UniqueID object_ids,
long num_objects,
long timeout_ms,
ObjectBuffer object_buffers)
Deprecated variant of Get() that doesn't automatically release buffers
when they get out of scope.
|
Status |
PlasmaClient.Get(UniqueID object_ids,
long timeout_ms,
ObjectBuffer object_buffers)
Get some objects from the Plasma Store.
|
Status |
PlasmaClient.Get(UniqueID object_ids,
long timeout_ms,
ObjectBuffer object_buffers)
Get some objects from the Plasma Store.
|
Copyright © 2022. All rights reserved.