Table of Contents

Class ThreadStatus

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

Constructors

ThreadStatus(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 ThreadStatus(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CfName

public String CfName { get; }

Property Value

String

DbName

public String DbName { get; }

Property Value

String

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

OperationElapsedTime

public long OperationElapsedTime { get; }

Property Value

long

OperationProperties

public long[] OperationProperties { get; }

Property Value

long[]

OperationStage

public OperationStage OperationStage { get; }

Property Value

OperationStage

OperationType

public OperationType OperationType { get; }

Property Value

OperationType

StateType

public StateType StateType { get; }

Property Value

StateType

ThreadId

public long ThreadId { get; }

Property Value

long

ThreadType

public ThreadType ThreadType { get; }

Property Value

ThreadType

Methods

GetOperationName(OperationType)

public static String GetOperationName(OperationType arg0)

Parameters

arg0 OperationType

OperationType

Returns

String

String

GetOperationPropertyName(OperationType, int)

public static String GetOperationPropertyName(OperationType arg0, int arg1)

Parameters

arg0 OperationType

OperationType

arg1 int

int

Returns

String

String

GetOperationStageName(OperationStage)

public static String GetOperationStageName(OperationStage arg0)

Parameters

arg0 OperationStage

OperationStage

Returns

String

String

GetStateName(StateType)

public static String GetStateName(StateType arg0)

Parameters

arg0 StateType

StateType

Returns

String

String

GetThreadTypeName(ThreadType)

public static String GetThreadTypeName(ThreadType arg0)

Parameters

arg0 ThreadType

ThreadType

Returns

String

String

InterpretOperationProperties(OperationType, long[])

public static Map<String, Long> InterpretOperationProperties(OperationType arg0, long[] arg1)

Parameters

arg0 OperationType

OperationType

arg1 long[]

long

Returns

Map<String, Long>

Map

MicrosToString(long)

public static String MicrosToString(long arg0)

Parameters

arg0 long

long

Returns

String

String