Table of Contents

Class AdvancedMutableColumnFamilyOptionsInterface<T>

Namespace
Org.Rocksdb
Assembly
MASES.KNet.dll
public class AdvancedMutableColumnFamilyOptionsInterface<T> : JVMBridgeBase<AdvancedMutableColumnFamilyOptionsInterface<T>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAdvancedMutableColumnFamilyOptionsInterface<T> where T : AdvancedMutableColumnFamilyOptionsInterface<T>

Type Parameters

T

AdvancedMutableColumnFamilyOptionsInterface<T>

Inheritance
AdvancedMutableColumnFamilyOptionsInterface<T>
Implements
Derived
Inherited Members

Constructors

AdvancedMutableColumnFamilyOptionsInterface()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("AdvancedMutableColumnFamilyOptionsInterface 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 AdvancedMutableColumnFamilyOptionsInterface()

AdvancedMutableColumnFamilyOptionsInterface(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AdvancedMutableColumnFamilyOptionsInterface(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

AdvancedMutableColumnFamilyOptionsInterface(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("AdvancedMutableColumnFamilyOptionsInterface 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 AdvancedMutableColumnFamilyOptionsInterface(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

ArenaBlockSize()

public long ArenaBlockSize()

Returns

long

long

BlobCompactionReadaheadSize()

public long BlobCompactionReadaheadSize()

Returns

long

long

BlobCompressionType()

public CompressionType BlobCompressionType()

Returns

CompressionType

CompressionType

BlobFileSize()

public long BlobFileSize()

Returns

long

long

BlobFileStartingLevel()

public int BlobFileStartingLevel()

Returns

int

int

BlobGarbageCollectionAgeCutoff()

public double BlobGarbageCollectionAgeCutoff()

Returns

double

double

BlobGarbageCollectionForceThreshold()

public double BlobGarbageCollectionForceThreshold()

Returns

double

double

EnableBlobFiles()

public bool EnableBlobFiles()

Returns

bool

bool

EnableBlobGarbageCollection()

public bool EnableBlobGarbageCollection()

Returns

bool

bool

ExperimentalMempurgeThreshold()

public double ExperimentalMempurgeThreshold()

Returns

double

double

HardPendingCompactionBytesLimit()

public long HardPendingCompactionBytesLimit()

Returns

long

long

InplaceUpdateNumLocks()

public long InplaceUpdateNumLocks()

Returns

long

long

Level0SlowdownWritesTrigger()

public int Level0SlowdownWritesTrigger()

Returns

int

int

Level0StopWritesTrigger()

public int Level0StopWritesTrigger()

Returns

int

int

MaxBytesForLevelMultiplier()

public double MaxBytesForLevelMultiplier()

Returns

double

double

MaxBytesForLevelMultiplierAdditional()

public int[] MaxBytesForLevelMultiplierAdditional()

Returns

int[]

int

MaxSequentialSkipInIterations()

public long MaxSequentialSkipInIterations()

Returns

long

long

MaxSuccessiveMerges()

public long MaxSuccessiveMerges()

Returns

long

long

MaxWriteBufferNumber()

public int MaxWriteBufferNumber()

Returns

int

int

MemtableHugePageSize()

public long MemtableHugePageSize()

Returns

long

long

MemtablePrefixBloomSizeRatio()

public double MemtablePrefixBloomSizeRatio()

Returns

double

double

MemtableWholeKeyFiltering()

public bool MemtableWholeKeyFiltering()

Returns

bool

bool

MinBlobSize()

public long MinBlobSize()

Returns

long

long

ParanoidFileChecks()

public bool ParanoidFileChecks()

Returns

bool

bool

PeriodicCompactionSeconds()

public long PeriodicCompactionSeconds()

Returns

long

long

PrepopulateBlobCache()

public PrepopulateBlobCache PrepopulateBlobCache()

Returns

PrepopulateBlobCache

PrepopulateBlobCache

ReportBgIoStats()

public bool ReportBgIoStats()

Returns

bool

bool

SetArenaBlockSize(long)

public T SetArenaBlockSize(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetBlobCompactionReadaheadSize(long)

public T SetBlobCompactionReadaheadSize(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetBlobCompressionType(CompressionType)

public T SetBlobCompressionType(CompressionType arg0)

Parameters

arg0 CompressionType

CompressionType

Returns

T

T

SetBlobFileSize(long)

public T SetBlobFileSize(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetBlobFileStartingLevel(int)

public T SetBlobFileStartingLevel(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetBlobGarbageCollectionAgeCutoff(double)

public T SetBlobGarbageCollectionAgeCutoff(double arg0)

Parameters

arg0 double

double

Returns

T

T

SetBlobGarbageCollectionForceThreshold(double)

public T SetBlobGarbageCollectionForceThreshold(double arg0)

Parameters

arg0 double

double

Returns

T

T

SetEnableBlobFiles(bool)

public T SetEnableBlobFiles(bool arg0)

Parameters

arg0 bool

bool

Returns

T

T

SetEnableBlobGarbageCollection(bool)

public T SetEnableBlobGarbageCollection(bool arg0)

Parameters

arg0 bool

bool

Returns

T

T

SetExperimentalMempurgeThreshold(double)

public T SetExperimentalMempurgeThreshold(double arg0)

Parameters

arg0 double

double

Returns

T

T

SetHardPendingCompactionBytesLimit(long)

public T SetHardPendingCompactionBytesLimit(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetInplaceUpdateNumLocks(long)

public T SetInplaceUpdateNumLocks(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetLevel0SlowdownWritesTrigger(int)

public T SetLevel0SlowdownWritesTrigger(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetLevel0StopWritesTrigger(int)

public T SetLevel0StopWritesTrigger(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetMaxBytesForLevelMultiplier(double)

public T SetMaxBytesForLevelMultiplier(double arg0)

Parameters

arg0 double

double

Returns

T

T

SetMaxBytesForLevelMultiplierAdditional(int[])

public T SetMaxBytesForLevelMultiplierAdditional(int[] arg0)

Parameters

arg0 int[]

int

Returns

T

T

SetMaxSequentialSkipInIterations(long)

public T SetMaxSequentialSkipInIterations(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetMaxSuccessiveMerges(long)

public T SetMaxSuccessiveMerges(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetMaxWriteBufferNumber(int)

public T SetMaxWriteBufferNumber(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetMemtableHugePageSize(long)

public T SetMemtableHugePageSize(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetMemtablePrefixBloomSizeRatio(double)

public T SetMemtablePrefixBloomSizeRatio(double arg0)

Parameters

arg0 double

double

Returns

T

T

SetMemtableWholeKeyFiltering(bool)

public T SetMemtableWholeKeyFiltering(bool arg0)

Parameters

arg0 bool

bool

Returns

T

T

SetMinBlobSize(long)

public T SetMinBlobSize(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetParanoidFileChecks(bool)

public T SetParanoidFileChecks(bool arg0)

Parameters

arg0 bool

bool

Returns

T

T

SetPeriodicCompactionSeconds(long)

public T SetPeriodicCompactionSeconds(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetPrepopulateBlobCache(PrepopulateBlobCache)

public T SetPrepopulateBlobCache(PrepopulateBlobCache arg0)

Parameters

arg0 PrepopulateBlobCache

PrepopulateBlobCache

Returns

T

T

SetReportBgIoStats(bool)

public T SetReportBgIoStats(bool arg0)

Parameters

arg0 bool

bool

Returns

T

T

SetSoftPendingCompactionBytesLimit(long)

public T SetSoftPendingCompactionBytesLimit(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetTargetFileSizeBase(long)

public T SetTargetFileSizeBase(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetTargetFileSizeMultiplier(int)

public T SetTargetFileSizeMultiplier(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetTtl(long)

public T SetTtl(long arg0)

Parameters

arg0 long

long

Returns

T

T

SoftPendingCompactionBytesLimit()

public long SoftPendingCompactionBytesLimit()

Returns

long

long

TargetFileSizeBase()

public long TargetFileSizeBase()

Returns

long

long

TargetFileSizeMultiplier()

public int TargetFileSizeMultiplier()

Returns

int

int

Ttl()

public long Ttl()

Returns

long

long

Operators

implicit operator AdvancedMutableColumnFamilyOptionsInterface(AdvancedMutableColumnFamilyOptionsInterface<T>)

public static implicit operator AdvancedMutableColumnFamilyOptionsInterface(AdvancedMutableColumnFamilyOptionsInterface<T> t)

Parameters

t AdvancedMutableColumnFamilyOptionsInterface<T>

Returns

AdvancedMutableColumnFamilyOptionsInterface