Class Status.SubCode
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
-
JVMBridgeBase<Enum<Status.SubCode>>.SExecute<TNewClass, TReturn>(IJavaType, string, params object[])
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
initializerIJVMBridgeBaseInitializer
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
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Deadlock
public static Status.SubCode Deadlock { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LockLimit
public static Status.SubCode LockLimit { get; }
Property Value
LockTimeout
https://www.javadoc.io/doc/org.rocksdb/rocksdbjni/10.1.3/org/rocksdb/Status.SubCode.html#LockTimeout
public static Status.SubCode LockTimeout { get; }
Property Value
MemoryLimit
https://www.javadoc.io/doc/org.rocksdb/rocksdbjni/10.1.3/org/rocksdb/Status.SubCode.html#MemoryLimit
public static Status.SubCode MemoryLimit { get; }
Property Value
MutexTimeout
public static Status.SubCode MutexTimeout { get; }
Property Value
NoSpace
public static Status.SubCode NoSpace { get; }
Property Value
None
public static Status.SubCode None { get; }
Property Value
StaleFile
public static Status.SubCode StaleFile { get; }
Property Value
Undefined
public static Status.SubCode Undefined { get; }
Property Value
Value
public byte Value { get; }
Property Value
Methods
GetSubCode(byte)
public static Status.SubCode GetSubCode(byte arg0)
Parameters
Returns
ValueOf(String)
public static Status.SubCode ValueOf(String arg0)
Parameters
Returns
Values()
public static Status.SubCode[] Values()