public class plasma extends plasma
| Modifier and Type | Class and Description |
|---|---|
static class |
plasma.ObjectLocation |
static class |
plasma.ObjectState |
static class |
plasma.PlasmaErrorCode |
| Constructor and Description |
|---|
plasma() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IsPlasmaObjectAlreadySealed(Status status)
Return true iff the status indicates an already sealed Plasma object.
|
static boolean |
IsPlasmaObjectExists(Status status)
Return true iff the status indicates an already existing Plasma object.
|
static boolean |
IsPlasmaObjectNotFound(Status status)
Return true iff the status indicates a nonexistent Plasma object.
|
static boolean |
IsPlasmaStoreFull(Status status)
Return true iff the status indicates the Plasma store reached its capacity limit.
|
static long |
kDigestSize()
Size of object hash digests.
|
static int |
kEventLoopOk()
A successful status.
|
static int |
kEventLoopRead()
Read event on the file descriptor.
|
static int |
kEventLoopTimerDone()
Constant specifying that the timer is done and it will be removed.
|
static int |
kEventLoopWrite()
Write event on the file descriptor.
|
static long |
kUniqueIDSize() |
static Status |
MakePlasmaError(byte code,
BytePointer message) |
static Status |
MakePlasmaError(plasma.PlasmaErrorCode code,
String message) |
static PlasmaStoreInfo |
plasma_config()
Mapping from ObjectIDs to information about the object.
|
static UniqueID |
random_object_id() |
@Namespace(value="plasma") @ByVal public static Status MakePlasmaError(plasma.PlasmaErrorCode code, @StdString String message)
@Namespace(value="plasma") @ByVal public static Status MakePlasmaError(@Cast(value="plasma::PlasmaErrorCode") byte code, @StdString BytePointer message)
@Namespace(value="plasma") @Cast(value="bool") public static boolean IsPlasmaObjectExists(@Const @ByRef Status status)
@Namespace(value="plasma") @Cast(value="bool") public static boolean IsPlasmaObjectNotFound(@Const @ByRef Status status)
@Namespace(value="plasma") @Cast(value="bool") public static boolean IsPlasmaObjectAlreadySealed(@Const @ByRef Status status)
@Namespace(value="plasma") @Cast(value="bool") public static boolean IsPlasmaStoreFull(@Const @ByRef Status status)
@Namespace(value="plasma") @MemberGetter @Cast(value="const int64_t") public static long kUniqueIDSize()
@Namespace(value="plasma") @MemberGetter @Cast(value="const int64_t") public static long kDigestSize()
@Namespace(value="plasma") @MemberGetter @Const public static PlasmaStoreInfo plasma_config()
@Namespace(value="plasma") @MemberGetter public static int kEventLoopTimerDone()
@Namespace(value="plasma") @MemberGetter public static int kEventLoopOk()
@Namespace(value="plasma") @MemberGetter public static int kEventLoopRead()
@Namespace(value="plasma") @MemberGetter public static int kEventLoopWrite()
Copyright © 2021. All rights reserved.