Table of Contents

Class FlushReason

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

Constructors

FlushReason()

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

public FlushReason()

FlushReason(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

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

Parameters

args object[]

Properties

AUTO_COMPACTION

public static FlushReason AUTO_COMPACTION { get; }

Property Value

FlushReason

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CATCH_UP_AFTER_ERROR_RECOVERY

public static FlushReason CATCH_UP_AFTER_ERROR_RECOVERY { get; }

Property Value

FlushReason

DELETE_FILES

public static FlushReason DELETE_FILES { get; }

Property Value

FlushReason

ERROR_RECOVERY

public static FlushReason ERROR_RECOVERY { get; }

Property Value

FlushReason

ERROR_RECOVERY_RETRY_FLUSH

public static FlushReason ERROR_RECOVERY_RETRY_FLUSH { get; }

Property Value

FlushReason

EXTERNAL_FILE_INGESTION

public static FlushReason EXTERNAL_FILE_INGESTION { get; }

Property Value

FlushReason

GET_LIVE_FILES

public static FlushReason GET_LIVE_FILES { get; }

Property Value

FlushReason

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

MANUAL_COMPACTION

public static FlushReason MANUAL_COMPACTION { get; }

Property Value

FlushReason

MANUAL_FLUSH

public static FlushReason MANUAL_FLUSH { get; }

Property Value

FlushReason

OTHERS

public static FlushReason OTHERS { get; }

Property Value

FlushReason

SHUTDOWN

public static FlushReason SHUTDOWN { get; }

Property Value

FlushReason

TEST

public static FlushReason TEST { get; }

Property Value

FlushReason

WAL_FULL

public static FlushReason WAL_FULL { get; }

Property Value

FlushReason

WRITE_BUFFER_FULL

public static FlushReason WRITE_BUFFER_FULL { get; }

Property Value

FlushReason

WRITE_BUFFER_MANAGER

public static FlushReason WRITE_BUFFER_MANAGER { get; }

Property Value

FlushReason

Methods

ValueOf(String)

public static FlushReason ValueOf(String arg0)

Parameters

arg0 String

String

Returns

FlushReason

FlushReason

Values()

public static FlushReason[] Values()

Returns

FlushReason[]

FlushReason