Package | Description |
---|---|
org.bytedeco.arrow.global | |
org.bytedeco.plasma |
Modifier and Type | Method and Description |
---|---|
static UniqueID |
plasma.random_object_id() |
static UniqueID |
plasma.random_object_id() |
Modifier and Type | Method and Description |
---|---|
static UniqueID |
UniqueID.from_binary(BytePointer binary) |
static UniqueID |
UniqueID.from_binary(BytePointer binary) |
static UniqueID |
UniqueID.from_binary(String binary) |
static UniqueID |
UniqueID.from_binary(String binary) |
UniqueID |
UniqueID.getPointer(long i) |
UniqueID |
UniqueID.getPointer(long i) |
UniqueID |
UniqueID.position(long position) |
UniqueID |
UniqueID.position(long position) |
Modifier and Type | Method and Description |
---|---|
Status |
PlasmaClient.Abort(UniqueID object_id)
Abort an unsealed object in the object store.
|
Status |
PlasmaClient.Abort(UniqueID object_id)
Abort an unsealed object in the object store.
|
long |
UniqueIDHash.apply(UniqueID id) |
long |
UniqueIDHash.apply(UniqueID id) |
Status |
PlasmaClient.Contains(UniqueID object_id,
boolean[] has_object) |
Status |
PlasmaClient.Contains(UniqueID object_id,
boolean[] has_object) |
Status |
PlasmaClient.Contains(UniqueID object_id,
BoolPointer has_object)
Check if the object store contains a particular object and the object has
been sealed.
|
Status |
PlasmaClient.Contains(UniqueID object_id,
BoolPointer has_object)
Check if the object store contains a particular object and the object has
been sealed.
|
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
byte[] metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
byte[] metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
byte[] metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
byte[] metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
ByteBuffer metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
ByteBuffer metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
ByteBuffer metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
ByteBuffer metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
BytePointer metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
BytePointer metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
BytePointer metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full)
Create an object in the Plasma Store.
|
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
BytePointer metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full)
Create an object in the Plasma Store.
|
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
BytePointer data,
BytePointer metadata) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
BytePointer data,
BytePointer metadata) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
BytePointer data,
BytePointer metadata,
boolean evict_if_full) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
BytePointer data,
BytePointer metadata,
boolean evict_if_full) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
String data,
String metadata) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
String data,
String metadata) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
String data,
String metadata,
boolean evict_if_full)
Create and seal an object in the object store.
|
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
String data,
String metadata,
boolean evict_if_full)
Create and seal an object in the object store.
|
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata) |
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata) |
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata,
boolean evict_if_full)
Create and seal multiple objects in the object store.
|
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata,
boolean evict_if_full)
Create and seal multiple objects in the object store.
|
Status |
PlasmaClient.DecodeNotifications(byte[] buffer,
UniqueID object_ids,
long[] data_sizes,
long[] metadata_sizes) |
Status |
PlasmaClient.DecodeNotifications(byte[] buffer,
UniqueID object_ids,
long[] data_sizes,
long[] metadata_sizes) |
Status |
PlasmaClient.DecodeNotifications(ByteBuffer buffer,
UniqueID object_ids,
LongBuffer data_sizes,
LongBuffer metadata_sizes) |
Status |
PlasmaClient.DecodeNotifications(ByteBuffer buffer,
UniqueID object_ids,
LongBuffer data_sizes,
LongBuffer metadata_sizes) |
Status |
PlasmaClient.DecodeNotifications(BytePointer buffer,
UniqueID object_ids,
LongPointer data_sizes,
LongPointer metadata_sizes) |
Status |
PlasmaClient.DecodeNotifications(BytePointer buffer,
UniqueID object_ids,
LongPointer data_sizes,
LongPointer metadata_sizes) |
Status |
PlasmaClient.Delete(UniqueID object_id)
Delete an object from the object store.
|
Status |
PlasmaClient.Delete(UniqueID object_id)
Delete an object from the object store.
|
boolean |
UniqueID.equals(UniqueID rhs) |
boolean |
UniqueID.equals(UniqueID rhs) |
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.
|
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
long[] data_size,
long[] metadata_size) |
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
long[] data_size,
long[] metadata_size) |
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
LongBuffer data_size,
LongBuffer metadata_size) |
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
LongBuffer data_size,
LongBuffer metadata_size) |
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
LongPointer data_size,
LongPointer metadata_size)
Receive next object notification for this client if Subscribe has been called.
|
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
LongPointer data_size,
LongPointer metadata_size)
Receive next object notification for this client if Subscribe has been called.
|
Status |
PlasmaClient.Hash(UniqueID object_id,
byte[] digest) |
Status |
PlasmaClient.Hash(UniqueID object_id,
byte[] digest) |
Status |
PlasmaClient.Hash(UniqueID object_id,
ByteBuffer digest) |
Status |
PlasmaClient.Hash(UniqueID object_id,
ByteBuffer digest) |
Status |
PlasmaClient.Hash(UniqueID object_id,
BytePointer digest)
Compute the hash of an object in the object store.
|
Status |
PlasmaClient.Hash(UniqueID object_id,
BytePointer digest)
Compute the hash of an object in the object store.
|
Status |
PlasmaClient.Refresh(UniqueID object_ids)
Bump objects up in the LRU cache, i.e.
|
Status |
PlasmaClient.Refresh(UniqueID object_ids)
Bump objects up in the LRU cache, i.e.
|
Status |
PlasmaClient.Release(UniqueID object_id)
Tell Plasma that the client no longer needs the object.
|
Status |
PlasmaClient.Release(UniqueID object_id)
Tell Plasma that the client no longer needs the object.
|
Status |
PlasmaClient.Seal(UniqueID object_id)
Seal an object in the object store.
|
Status |
PlasmaClient.Seal(UniqueID object_id)
Seal an object in the object store.
|
Copyright © 2022. All rights reserved.