Class MutableDBOptionsInterface
public class MutableDBOptionsInterface : JVMBridgeBase<MutableDBOptionsInterface>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
MutableDBOptionsInterface
- Implements
- Inherited Members
-
JVMBridgeBase<MutableDBOptionsInterface>.SExecute<TReturn>(Type, IJavaType, string, params object[])
Constructors
MutableDBOptionsInterface()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("MutableDBOptionsInterface class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MutableDBOptionsInterface()
MutableDBOptionsInterface(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MutableDBOptionsInterface(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
MutableDBOptionsInterface(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
[Obsolete("MutableDBOptionsInterface class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MutableDBOptionsInterface(params object[] args)
Parameters
argsobject[]
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 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
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
MaxBackgroundJobs()
public int MaxBackgroundJobs()
Returns
MaxOpenFiles()
public int MaxOpenFiles()
Returns
MaxTotalWalSize()
public long MaxTotalWalSize()
Returns
SetAvoidFlushDuringShutdown(bool)
public MutableDBOptionsInterface SetAvoidFlushDuringShutdown(bool arg0)
Parameters
Returns
SetBytesPerSync(long)
public MutableDBOptionsInterface SetBytesPerSync(long arg0)
Parameters
Returns
SetCompactionReadaheadSize(long)
public MutableDBOptionsInterface SetCompactionReadaheadSize(long arg0)
Parameters
Returns
SetDailyOffpeakTimeUTC(String)
public MutableDBOptionsInterface SetDailyOffpeakTimeUTC(String arg0)
Parameters
Returns
SetDelayedWriteRate(long)
public MutableDBOptionsInterface SetDelayedWriteRate(long arg0)
Parameters
Returns
SetDeleteObsoleteFilesPeriodMicros(long)
public MutableDBOptionsInterface SetDeleteObsoleteFilesPeriodMicros(long arg0)
Parameters
Returns
SetMaxBackgroundJobs(int)
public MutableDBOptionsInterface SetMaxBackgroundJobs(int arg0)
Parameters
Returns
SetMaxOpenFiles(int)
public MutableDBOptionsInterface SetMaxOpenFiles(int arg0)
Parameters
Returns
SetMaxTotalWalSize(long)
public MutableDBOptionsInterface SetMaxTotalWalSize(long arg0)
Parameters
Returns
SetStatsDumpPeriodSec(int)
public MutableDBOptionsInterface SetStatsDumpPeriodSec(int arg0)
Parameters
Returns
SetStatsHistoryBufferSize(long)
public MutableDBOptionsInterface SetStatsHistoryBufferSize(long arg0)
Parameters
Returns
SetStatsPersistPeriodSec(int)
public MutableDBOptionsInterface SetStatsPersistPeriodSec(int arg0)
Parameters
Returns
SetStrictBytesPerSync(bool)
public MutableDBOptionsInterface SetStrictBytesPerSync(bool arg0)
Parameters
Returns
SetWalBytesPerSync(long)
public MutableDBOptionsInterface SetWalBytesPerSync(long arg0)
Parameters
Returns
SetWritableFileMaxBufferSize(long)
public MutableDBOptionsInterface SetWritableFileMaxBufferSize(long arg0)
Parameters
Returns
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()