Class FlushReason
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
initializerIJVMBridgeBaseInitializer
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
argsobject[]
Properties
AUTO_COMPACTION
public static FlushReason AUTO_COMPACTION { get; }
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; }
Property Value
DELETE_FILES
public static FlushReason DELETE_FILES { get; }
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; }
Property Value
ERROR_RECOVERY_RETRY_FLUSH
public static FlushReason ERROR_RECOVERY_RETRY_FLUSH { get; }
Property Value
EXTERNAL_FILE_INGESTION
public static FlushReason EXTERNAL_FILE_INGESTION { get; }
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; }
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
MANUAL_COMPACTION
public static FlushReason MANUAL_COMPACTION { get; }
Property Value
MANUAL_FLUSH
public static FlushReason MANUAL_FLUSH { get; }
Property Value
OTHERS
public static FlushReason OTHERS { get; }
Property Value
SHUTDOWN
public static FlushReason SHUTDOWN { get; }
Property Value
TEST
public static FlushReason TEST { get; }
Property Value
WAL_FULL
public static FlushReason WAL_FULL { get; }
Property Value
WRITE_BUFFER_FULL
public static FlushReason WRITE_BUFFER_FULL { get; }
Property Value
WRITE_BUFFER_MANAGER
public static FlushReason WRITE_BUFFER_MANAGER { get; }
Property Value
Methods
ValueOf(String)
public static FlushReason ValueOf(String arg0)
Parameters
Returns
Values()
public static FlushReason[] Values()