Table of Contents

Class Status.SubCode

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

Constructors

SubCode()

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

public SubCode()

SubCode(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

SubCode(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 SubCode(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Deadlock

public static Status.SubCode Deadlock { get; }

Property Value

Status.SubCode

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

LockLimit

public static Status.SubCode LockLimit { get; }

Property Value

Status.SubCode

LockTimeout

public static Status.SubCode LockTimeout { get; }

Property Value

Status.SubCode

MemoryLimit

public static Status.SubCode MemoryLimit { get; }

Property Value

Status.SubCode

MutexTimeout

public static Status.SubCode MutexTimeout { get; }

Property Value

Status.SubCode

NoSpace

public static Status.SubCode NoSpace { get; }

Property Value

Status.SubCode

None

public static Status.SubCode None { get; }

Property Value

Status.SubCode

StaleFile

public static Status.SubCode StaleFile { get; }

Property Value

Status.SubCode

Undefined

public static Status.SubCode Undefined { get; }

Property Value

Status.SubCode

Value

public byte Value { get; }

Property Value

byte

Methods

GetSubCode(byte)

public static Status.SubCode GetSubCode(byte arg0)

Parameters

arg0 byte

byte

Returns

Status.SubCode

Status.SubCode

ValueOf(String)

public static Status.SubCode ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Status.SubCode

Status.SubCode

Values()

public static Status.SubCode[] Values()

Returns

SubCode[]

Status.SubCode