Table of Contents

Class Status.Code

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

Constructors

Code()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Code()

Code(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

Code(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Code(params object[] args)

Parameters

args object[]

Properties

Aborted

public static Status.Code Aborted { get; }

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; }

Property Value

Status.Code

Corruption

public static Status.Code Corruption { get; }

Property Value

Status.Code

Expired

public static Status.Code Expired { get; }

Property Value

Status.Code

IOError

public static Status.Code IOError { get; }

Property Value

Status.Code

Incomplete

public static Status.Code Incomplete { get; }

Property Value

Status.Code

InvalidArgument

public static Status.Code InvalidArgument { get; }

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 Closeable

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; }

Property Value

Status.Code

NotFound

public static Status.Code NotFound { get; }

Property Value

Status.Code

NotSupported

public static Status.Code NotSupported { get; }

Property Value

Status.Code

Ok

public static Status.Code Ok { get; }

Property Value

Status.Code

ShutdownInProgress

public static Status.Code ShutdownInProgress { get; }

Property Value

Status.Code

TimedOut

public static Status.Code TimedOut { get; }

Property Value

Status.Code

TryAgain

public static Status.Code TryAgain { get; }

Property Value

Status.Code

Undefined

public static Status.Code Undefined { get; }

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