Class HashLinkedListMemTableConfig
public class HashLinkedListMemTableConfig : MemTableConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
HashLinkedListMemTableConfig
- Implements
Constructors
HashLinkedListMemTableConfig()
public HashLinkedListMemTableConfig()
HashLinkedListMemTableConfig(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HashLinkedListMemTableConfig(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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; set; }
Property Value
DEFAULT_BUCKET_ENTRIES_LOG_THRES
public static int DEFAULT_BUCKET_ENTRIES_LOG_THRES { get; set; }
Property Value
DEFAULT_HUGE_PAGE_TLB_SIZE
public static long DEFAULT_HUGE_PAGE_TLB_SIZE { get; set; }
Property Value
DEFAULT_IF_LOG_BUCKET_DIST_WHEN_FLUSH
public static bool DEFAULT_IF_LOG_BUCKET_DIST_WHEN_FLUSH { get; set; }
Property Value
DEFAUL_THRESHOLD_USE_SKIPLIST
public static int DEFAUL_THRESHOLD_USE_SKIPLIST { get; set; }
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 java.lang.AutoCloseable
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
CreatePoolableInstance()
HPA initializer for HashLinkedListMemTableConfig()
public static HashLinkedListMemTableConfig CreatePoolableInstance()
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()