Table of Contents

Class MutableDBOptionsInterface

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

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

initializer IJVMBridgeBaseInitializer

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

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

AvoidFlushDuringShutdown()

public bool AvoidFlushDuringShutdown()

Returns

bool

bool

BytesPerSync()

public long BytesPerSync()

Returns

long

long

CompactionReadaheadSize()

public long CompactionReadaheadSize()

Returns

long

long

DailyOffpeakTimeUTC()

public String DailyOffpeakTimeUTC()

Returns

String

String

DelayedWriteRate()

public long DelayedWriteRate()

Returns

long

long

DeleteObsoleteFilesPeriodMicros()

public long DeleteObsoleteFilesPeriodMicros()

Returns

long

long

MaxBackgroundJobs()

public int MaxBackgroundJobs()

Returns

int

int

MaxOpenFiles()

public int MaxOpenFiles()

Returns

int

int

MaxTotalWalSize()

public long MaxTotalWalSize()

Returns

long

long

SetAvoidFlushDuringShutdown(bool)

public MutableDBOptionsInterface SetAvoidFlushDuringShutdown(bool arg0)

Parameters

arg0 bool

bool

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetBytesPerSync(long)

public MutableDBOptionsInterface SetBytesPerSync(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetCompactionReadaheadSize(long)

public MutableDBOptionsInterface SetCompactionReadaheadSize(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetDailyOffpeakTimeUTC(String)

public MutableDBOptionsInterface SetDailyOffpeakTimeUTC(String arg0)

Parameters

arg0 String

String

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetDelayedWriteRate(long)

public MutableDBOptionsInterface SetDelayedWriteRate(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetDeleteObsoleteFilesPeriodMicros(long)

public MutableDBOptionsInterface SetDeleteObsoleteFilesPeriodMicros(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetMaxBackgroundJobs(int)

public MutableDBOptionsInterface SetMaxBackgroundJobs(int arg0)

Parameters

arg0 int

int

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetMaxOpenFiles(int)

public MutableDBOptionsInterface SetMaxOpenFiles(int arg0)

Parameters

arg0 int

int

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetMaxTotalWalSize(long)

public MutableDBOptionsInterface SetMaxTotalWalSize(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetStatsDumpPeriodSec(int)

public MutableDBOptionsInterface SetStatsDumpPeriodSec(int arg0)

Parameters

arg0 int

int

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetStatsHistoryBufferSize(long)

public MutableDBOptionsInterface SetStatsHistoryBufferSize(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetStatsPersistPeriodSec(int)

public MutableDBOptionsInterface SetStatsPersistPeriodSec(int arg0)

Parameters

arg0 int

int

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetStrictBytesPerSync(bool)

public MutableDBOptionsInterface SetStrictBytesPerSync(bool arg0)

Parameters

arg0 bool

bool

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetWalBytesPerSync(long)

public MutableDBOptionsInterface SetWalBytesPerSync(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

SetWritableFileMaxBufferSize(long)

public MutableDBOptionsInterface SetWritableFileMaxBufferSize(long arg0)

Parameters

arg0 long

long

Returns

MutableDBOptionsInterface

MutableDBOptionsInterface

StatsDumpPeriodSec()

public int StatsDumpPeriodSec()

Returns

int

int

StatsHistoryBufferSize()

public long StatsHistoryBufferSize()

Returns

long

long

StatsPersistPeriodSec()

public int StatsPersistPeriodSec()

Returns

int

int

StrictBytesPerSync()

public bool StrictBytesPerSync()

Returns

bool

bool

WalBytesPerSync()

public long WalBytesPerSync()

Returns

long

long

WritableFileMaxBufferSize()

public long WritableFileMaxBufferSize()

Returns

long

long