Class HashLinkedListMemTableConfig
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
initializerIJVMBridgeBaseInitializer
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
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEFAULT_BUCKET_COUNT
public static long DEFAULT_BUCKET_COUNT { get; }
Property Value
DEFAULT_BUCKET_ENTRIES_LOG_THRES
public static int DEFAULT_BUCKET_ENTRIES_LOG_THRES { get; }
Property Value
DEFAULT_HUGE_PAGE_TLB_SIZE
public static long DEFAULT_HUGE_PAGE_TLB_SIZE { get; }
Property Value
DEFAULT_IF_LOG_BUCKET_DIST_WHEN_FLUSH
public static bool DEFAULT_IF_LOG_BUCKET_DIST_WHEN_FLUSH { get; }
Property Value
DEFAUL_THRESHOLD_USE_SKIPLIST
public static int DEFAUL_THRESHOLD_USE_SKIPLIST { 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
BucketCount()
public long BucketCount()
Returns
BucketEntriesLoggingThreshold()
public int BucketEntriesLoggingThreshold()
Returns
HugePageTlbSize()
public long HugePageTlbSize()
Returns
IfLogBucketDistWhenFlush()
public bool IfLogBucketDistWhenFlush()
Returns
SetBucketCount(long)
public HashLinkedListMemTableConfig SetBucketCount(long arg0)
Parameters
Returns
SetBucketEntriesLoggingThreshold(int)
public HashLinkedListMemTableConfig SetBucketEntriesLoggingThreshold(int arg0)
Parameters
Returns
SetHugePageTlbSize(long)
public HashLinkedListMemTableConfig SetHugePageTlbSize(long arg0)
Parameters
Returns
SetIfLogBucketDistWhenFlush(bool)
public HashLinkedListMemTableConfig SetIfLogBucketDistWhenFlush(bool arg0)
Parameters
Returns
SetThresholdUseSkiplist(int)
public HashLinkedListMemTableConfig SetThresholdUseSkiplist(int arg0)
Parameters
Returns
ThresholdUseSkiplist()
public int ThresholdUseSkiplist()