Table of Contents

Class HashLinkedListMemTableConfig

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

Constructors

HashLinkedListMemTableConfig()

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

public HashLinkedListMemTableConfig()

HashLinkedListMemTableConfig(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

HashLinkedListMemTableConfig(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

public HashLinkedListMemTableConfig(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_BUCKET_COUNT

public static long DEFAULT_BUCKET_COUNT { get; }

Property Value

long

DEFAULT_BUCKET_ENTRIES_LOG_THRES

public static int DEFAULT_BUCKET_ENTRIES_LOG_THRES { get; }

Property Value

int

DEFAULT_HUGE_PAGE_TLB_SIZE

public static long DEFAULT_HUGE_PAGE_TLB_SIZE { get; }

Property Value

long

DEFAULT_IF_LOG_BUCKET_DIST_WHEN_FLUSH

public static bool DEFAULT_IF_LOG_BUCKET_DIST_WHEN_FLUSH { get; }

Property Value

bool

DEFAUL_THRESHOLD_USE_SKIPLIST

public static int DEFAUL_THRESHOLD_USE_SKIPLIST { get; }

Property Value

int

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

BucketCount()

public long BucketCount()

Returns

long

long

BucketEntriesLoggingThreshold()

public int BucketEntriesLoggingThreshold()

Returns

int

int

HugePageTlbSize()

public long HugePageTlbSize()

Returns

long

long

IfLogBucketDistWhenFlush()

public bool IfLogBucketDistWhenFlush()

Returns

bool

bool

SetBucketCount(long)

public HashLinkedListMemTableConfig SetBucketCount(long arg0)

Parameters

arg0 long

long

Returns

HashLinkedListMemTableConfig

HashLinkedListMemTableConfig

SetBucketEntriesLoggingThreshold(int)

public HashLinkedListMemTableConfig SetBucketEntriesLoggingThreshold(int arg0)

Parameters

arg0 int

int

Returns

HashLinkedListMemTableConfig

HashLinkedListMemTableConfig

SetHugePageTlbSize(long)

public HashLinkedListMemTableConfig SetHugePageTlbSize(long arg0)

Parameters

arg0 long

long

Returns

HashLinkedListMemTableConfig

HashLinkedListMemTableConfig

SetIfLogBucketDistWhenFlush(bool)

public HashLinkedListMemTableConfig SetIfLogBucketDistWhenFlush(bool arg0)

Parameters

arg0 bool

bool

Returns

HashLinkedListMemTableConfig

HashLinkedListMemTableConfig

SetThresholdUseSkiplist(int)

public HashLinkedListMemTableConfig SetThresholdUseSkiplist(int arg0)

Parameters

arg0 int

int

Returns

HashLinkedListMemTableConfig

HashLinkedListMemTableConfig

ThresholdUseSkiplist()

public int ThresholdUseSkiplist()

Returns

int

int