Class MutableDBOptionsInterface<T>
public class MutableDBOptionsInterface<T> : JVMBridgeBase<MutableDBOptionsInterface<T>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IMutableDBOptionsInterface<T> where T : MutableDBOptionsInterface<T>
Type Parameters
- Inheritance
-
MutableDBOptionsInterface<T>
- Implements
Constructors
MutableDBOptionsInterface(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 MutableDBOptionsInterface(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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 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
Methods
AvoidFlushDuringShutdown()
public bool AvoidFlushDuringShutdown()
Returns
BytesPerSync()
public long BytesPerSync()
Returns
CompactionReadaheadSize()
public long CompactionReadaheadSize()
Returns
DailyOffpeakTimeUTC()
public String DailyOffpeakTimeUTC()
Returns
DelayedWriteRate()
public long DelayedWriteRate()
Returns
DeleteObsoleteFilesPeriodMicros()
public long DeleteObsoleteFilesPeriodMicros()
Returns
MaxBackgroundCompactions()
[Obsolete("Deprecated in JVM")]
public int MaxBackgroundCompactions()
Returns
MaxBackgroundJobs()
public int MaxBackgroundJobs()
Returns
MaxOpenFiles()
public int MaxOpenFiles()
Returns
MaxTotalWalSize()
public long MaxTotalWalSize()
Returns
SetAvoidFlushDuringShutdown(bool)
public T SetAvoidFlushDuringShutdown(bool arg0)
Parameters
Returns
- T
T
SetBytesPerSync(long)
public T SetBytesPerSync(long arg0)
Parameters
Returns
- T
T
SetCompactionReadaheadSize(long)
public T SetCompactionReadaheadSize(long arg0)
Parameters
Returns
- T
T
SetDailyOffpeakTimeUTC(String)
public T SetDailyOffpeakTimeUTC(String arg0)
Parameters
Returns
- T
T
SetDelayedWriteRate(long)
public T SetDelayedWriteRate(long arg0)
Parameters
Returns
- T
T
SetDeleteObsoleteFilesPeriodMicros(long)
public T SetDeleteObsoleteFilesPeriodMicros(long arg0)
Parameters
Returns
- T
T
SetMaxBackgroundCompactions(int)
[Obsolete("Deprecated in JVM")]
public T SetMaxBackgroundCompactions(int arg0)
Parameters
Returns
- T
T
SetMaxBackgroundJobs(int)
public T SetMaxBackgroundJobs(int arg0)
Parameters
Returns
- T
T
SetMaxOpenFiles(int)
public T SetMaxOpenFiles(int arg0)
Parameters
Returns
- T
T
SetMaxTotalWalSize(long)
public T SetMaxTotalWalSize(long arg0)
Parameters
Returns
- T
T
SetStatsDumpPeriodSec(int)
public T SetStatsDumpPeriodSec(int arg0)
Parameters
Returns
- T
T
SetStatsHistoryBufferSize(long)
public T SetStatsHistoryBufferSize(long arg0)
Parameters
Returns
- T
T
SetStatsPersistPeriodSec(int)
public T SetStatsPersistPeriodSec(int arg0)
Parameters
Returns
- T
T
SetStrictBytesPerSync(bool)
public T SetStrictBytesPerSync(bool arg0)
Parameters
Returns
- T
T
SetWalBytesPerSync(long)
public T SetWalBytesPerSync(long arg0)
Parameters
Returns
- T
T
SetWritableFileMaxBufferSize(long)
public T SetWritableFileMaxBufferSize(long arg0)
Parameters
Returns
- T
T
StatsDumpPeriodSec()
public int StatsDumpPeriodSec()
Returns
StatsHistoryBufferSize()
public long StatsHistoryBufferSize()
Returns
StatsPersistPeriodSec()
public int StatsPersistPeriodSec()
Returns
StrictBytesPerSync()
public bool StrictBytesPerSync()
Returns
WalBytesPerSync()
public long WalBytesPerSync()
Returns
WritableFileMaxBufferSize()
public long WritableFileMaxBufferSize()
Returns
Operators
implicit operator MutableDBOptionsInterface(MutableDBOptionsInterface<T>)
Converter from MutableDBOptionsInterface<T> to MutableDBOptionsInterface
public static implicit operator MutableDBOptionsInterface(MutableDBOptionsInterface<T> t)