Table of Contents

Class Status.Code

Namespace
Org.Rocksdb
Assembly
MASES.KNet.dll
public class Status.Code : Enum<Status.Code>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<Status.Code>>
Inheritance
Status.Code
Implements

Constructors

Code(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Code(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

Aborted

public static Status.Code Aborted { get; set; }

Property Value

Status.Code

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Busy

public static Status.Code Busy { get; set; }

Property Value

Status.Code

Corruption

public static Status.Code Corruption { get; set; }

Property Value

Status.Code

Expired

public static Status.Code Expired { get; set; }

Property Value

Status.Code

IOError

public static Status.Code IOError { get; set; }

Property Value

Status.Code

Incomplete

public static Status.Code Incomplete { get; set; }

Property Value

Status.Code

InvalidArgument

public static Status.Code InvalidArgument { get; set; }

Property Value

Status.Code

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MergeInProgress

public static Status.Code MergeInProgress { get; set; }

Property Value

Status.Code

NotFound

public static Status.Code NotFound { get; set; }

Property Value

Status.Code

NotSupported

public static Status.Code NotSupported { get; set; }

Property Value

Status.Code

Ok

public static Status.Code Ok { get; set; }

Property Value

Status.Code

ShutdownInProgress

public static Status.Code ShutdownInProgress { get; set; }

Property Value

Status.Code

TimedOut

public static Status.Code TimedOut { get; set; }

Property Value

Status.Code

TryAgain

public static Status.Code TryAgain { get; set; }

Property Value

Status.Code

Undefined

public static Status.Code Undefined { get; set; }

Property Value

Status.Code

Value

public byte Value { get; }

Property Value

byte

Methods

GetCode(byte)

public static Status.Code GetCode(byte arg0)

Parameters

arg0 byte

byte

Returns

Status.Code

Status.Code

ValueOf(String)

public static Status.Code ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Status.Code

Status.Code

Values()

public static Status.Code[] Values()

Returns

Code[]

Status.Code