Class FlushReason
public class FlushReason : Enum<FlushReason>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<FlushReason>>
- Inheritance
-
FlushReason
- Implements
Constructors
FlushReason(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 FlushReason(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AUTO_COMPACTION
public static FlushReason AUTO_COMPACTION { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CATCH_UP_AFTER_ERROR_RECOVERY
public static FlushReason CATCH_UP_AFTER_ERROR_RECOVERY { get; set; }
Property Value
DELETE_FILES
public static FlushReason DELETE_FILES { get; set; }
Property Value
ERROR_RECOVERY
https://www.javadoc.io/doc/org.rocksdb/rocksdbjni/10.1.3/org/rocksdb/FlushReason.html#ERROR_RECOVERY
public static FlushReason ERROR_RECOVERY { get; set; }
Property Value
ERROR_RECOVERY_RETRY_FLUSH
public static FlushReason ERROR_RECOVERY_RETRY_FLUSH { get; set; }
Property Value
EXTERNAL_FILE_INGESTION
public static FlushReason EXTERNAL_FILE_INGESTION { get; set; }
Property Value
GET_LIVE_FILES
https://www.javadoc.io/doc/org.rocksdb/rocksdbjni/10.1.3/org/rocksdb/FlushReason.html#GET_LIVE_FILES
public static FlushReason GET_LIVE_FILES { get; set; }
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 java.lang.AutoCloseable
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
MANUAL_COMPACTION
public static FlushReason MANUAL_COMPACTION { get; set; }
Property Value
MANUAL_FLUSH
public static FlushReason MANUAL_FLUSH { get; set; }
Property Value
OTHERS
public static FlushReason OTHERS { get; set; }
Property Value
SHUTDOWN
public static FlushReason SHUTDOWN { get; set; }
Property Value
TEST
public static FlushReason TEST { get; set; }
Property Value
WAL_FULL
public static FlushReason WAL_FULL { get; set; }
Property Value
WRITE_BUFFER_FULL
public static FlushReason WRITE_BUFFER_FULL { get; set; }
Property Value
WRITE_BUFFER_MANAGER
public static FlushReason WRITE_BUFFER_MANAGER { get; set; }
Property Value
Methods
ValueOf(String)
public static FlushReason ValueOf(String arg0)
Parameters
Returns
Values()
public static FlushReason[] Values()