Table of Contents

Class ColumnFamilyOptionsInterface<T>

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

Type Parameters

T

ColumnFamilyOptionsInterface<T>

Inheritance
ColumnFamilyOptionsInterface<T>
Implements
Inherited Members

Constructors

ColumnFamilyOptionsInterface()

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

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

ColumnFamilyOptionsInterface(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

ColumnFamilyOptionsInterface(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("ColumnFamilyOptionsInterface 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 ColumnFamilyOptionsInterface(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_COMPACTION_MEMTABLE_MEMORY_BUDGET

public static long DEFAULT_COMPACTION_MEMTABLE_MEMORY_BUDGET { get; }

Property Value

long

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

BottommostCompressionOptions()

public CompressionOptions BottommostCompressionOptions()

Returns

CompressionOptions

CompressionOptions

BottommostCompressionType()

public CompressionType BottommostCompressionType()

Returns

CompressionType

CompressionType

CfPaths()

public List<DbPath> CfPaths()

Returns

List<DbPath>

List

CompactionThreadLimiter()

public ConcurrentTaskLimiter CompactionThreadLimiter()

Returns

ConcurrentTaskLimiter

ConcurrentTaskLimiter

CompressionOptions()

public CompressionOptions CompressionOptions()

Returns

CompressionOptions

CompressionOptions

LevelZeroFileNumCompactionTrigger()

public int LevelZeroFileNumCompactionTrigger()

Returns

int

int

LevelZeroSlowdownWritesTrigger()

public int LevelZeroSlowdownWritesTrigger()

Returns

int

int

LevelZeroStopWritesTrigger()

public int LevelZeroStopWritesTrigger()

Returns

int

int

MaxBytesForLevelMultiplier()

public double MaxBytesForLevelMultiplier()

Returns

double

double

MaxTableFilesSizeFIFO()

public long MaxTableFilesSizeFIFO()

Returns

long

long

MemTableConfig()

public MemTableConfig MemTableConfig()

Returns

MemTableConfig

MemTableConfig

MemTableFactoryName()

public String MemTableFactoryName()

Returns

String

String

MemtableMaxRangeDeletions()

public int MemtableMaxRangeDeletions()

Returns

int

int

OldDefaults(int, int)

public T OldDefaults(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

T

T

OptimizeForPointLookup(long)

public T OptimizeForPointLookup(long arg0)

Parameters

arg0 long

long

Returns

T

T

OptimizeForSmallDb()

public T OptimizeForSmallDb()

Returns

T

T

OptimizeForSmallDb(Cache)

public T OptimizeForSmallDb(Cache arg0)

Parameters

arg0 Cache

Cache

Returns

T

T

OptimizeLevelStyleCompaction()

public T OptimizeLevelStyleCompaction()

Returns

T

T

OptimizeLevelStyleCompaction(long)

public T OptimizeLevelStyleCompaction(long arg0)

Parameters

arg0 long

long

Returns

T

T

OptimizeUniversalStyleCompaction()

public T OptimizeUniversalStyleCompaction()

Returns

T

T

OptimizeUniversalStyleCompaction(long)

public T OptimizeUniversalStyleCompaction(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetBottommostCompressionOptions(CompressionOptions)

public T SetBottommostCompressionOptions(CompressionOptions arg0)

Parameters

arg0 CompressionOptions

CompressionOptions

Returns

T

T

SetBottommostCompressionType(CompressionType)

public T SetBottommostCompressionType(CompressionType arg0)

Parameters

arg0 CompressionType

CompressionType

Returns

T

T

SetCfPaths(Collection<DbPath>)

public T SetCfPaths(Collection<DbPath> arg0)

Parameters

arg0 Collection<DbPath>

Collection

Returns

T

T

SetCompactionThreadLimiter(ConcurrentTaskLimiter)

public T SetCompactionThreadLimiter(ConcurrentTaskLimiter arg0)

Parameters

arg0 ConcurrentTaskLimiter

ConcurrentTaskLimiter

Returns

T

T

SetComparator(AbstractComparator)

public T SetComparator(AbstractComparator arg0)

Parameters

arg0 AbstractComparator

AbstractComparator

Returns

T

T

SetComparator(BuiltinComparator)

public T SetComparator(BuiltinComparator arg0)

Parameters

arg0 BuiltinComparator

BuiltinComparator

Returns

T

T

SetCompressionOptions(CompressionOptions)

public T SetCompressionOptions(CompressionOptions arg0)

Parameters

arg0 CompressionOptions

CompressionOptions

Returns

T

T

SetLevelZeroFileNumCompactionTrigger(int)

public T SetLevelZeroFileNumCompactionTrigger(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetLevelZeroSlowdownWritesTrigger(int)

public T SetLevelZeroSlowdownWritesTrigger(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetLevelZeroStopWritesTrigger(int)

public T SetLevelZeroStopWritesTrigger(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetMaxBytesForLevelMultiplier(double)

public T SetMaxBytesForLevelMultiplier(double arg0)

Parameters

arg0 double

double

Returns

T

T

SetMaxTableFilesSizeFIFO(long)

public T SetMaxTableFilesSizeFIFO(long arg0)

Parameters

arg0 long

long

Returns

T

T

SetMemTableConfig(MemTableConfig)

public T SetMemTableConfig(MemTableConfig arg0)

Parameters

arg0 MemTableConfig

MemTableConfig

Returns

T

T

SetMemtableMaxRangeDeletions(int)

public T SetMemtableMaxRangeDeletions(int arg0)

Parameters

arg0 int

int

Returns

T

T

SetMergeOperator(MergeOperator)

public T SetMergeOperator(MergeOperator arg0)

Parameters

arg0 MergeOperator

MergeOperator

Returns

T

T

SetMergeOperatorName(String)

public T SetMergeOperatorName(String arg0)

Parameters

arg0 String

String

Returns

T

T

SetSstPartitionerFactory(SstPartitionerFactory)

public T SetSstPartitionerFactory(SstPartitionerFactory arg0)

Parameters

arg0 SstPartitionerFactory

SstPartitionerFactory

Returns

T

T

SetTableFormatConfig(TableFormatConfig)

public T SetTableFormatConfig(TableFormatConfig arg0)

Parameters

arg0 TableFormatConfig

TableFormatConfig

Returns

T

T

SstPartitionerFactory()

public SstPartitionerFactory SstPartitionerFactory()

Returns

SstPartitionerFactory

SstPartitionerFactory

TableFactoryName()

public String TableFactoryName()

Returns

String

String

TableFormatConfig()

public TableFormatConfig TableFormatConfig()

Returns

TableFormatConfig

TableFormatConfig

UseCappedPrefixExtractor(int)

public T UseCappedPrefixExtractor(int arg0)

Parameters

arg0 int

int

Returns

T

T

UseFixedLengthPrefixExtractor(int)

public T UseFixedLengthPrefixExtractor(int arg0)

Parameters

arg0 int

int

Returns

T

T

Operators

implicit operator ColumnFamilyOptionsInterface(ColumnFamilyOptionsInterface<T>)

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

Parameters

t ColumnFamilyOptionsInterface<T>

Returns

ColumnFamilyOptionsInterface