Class PlainTableConfig
public class PlainTableConfig : TableFormatConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
PlainTableConfig
- Implements
- Inherited Members
Constructors
PlainTableConfig()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PlainTableConfig()
PlainTableConfig(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PlainTableConfig(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
PlainTableConfig(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 PlainTableConfig(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEFAULT_BLOOM_BITS_PER_KEY
public static int DEFAULT_BLOOM_BITS_PER_KEY { get; }
Property Value
DEFAULT_ENCODING_TYPE
public static EncodingType DEFAULT_ENCODING_TYPE { get; }
Property Value
DEFAULT_FULL_SCAN_MODE
public static bool DEFAULT_FULL_SCAN_MODE { get; }
Property Value
DEFAULT_HASH_TABLE_RATIO
public static double DEFAULT_HASH_TABLE_RATIO { get; }
Property Value
DEFAULT_HUGE_TLB_SIZE
public static int DEFAULT_HUGE_TLB_SIZE { get; }
Property Value
DEFAULT_INDEX_SPARSENESS
public static int DEFAULT_INDEX_SPARSENESS { get; }
Property Value
DEFAULT_STORE_INDEX_IN_FILE
public static bool DEFAULT_STORE_INDEX_IN_FILE { 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
VARIABLE_LENGTH
public static int VARIABLE_LENGTH { get; }
Property Value
Methods
BloomBitsPerKey()
public int BloomBitsPerKey()
Returns
EncodingType()
public EncodingType EncodingType()
Returns
FullScanMode()
public bool FullScanMode()
Returns
HashTableRatio()
public double HashTableRatio()
Returns
HugePageTlbSize()
public int HugePageTlbSize()
Returns
IndexSparseness()
public long IndexSparseness()
Returns
KeySize()
https://www.javadoc.io/doc/org.rocksdb/rocksdbjni/10.1.3/org/rocksdb/PlainTableConfig.html#keySize()
public int KeySize()
Returns
SetBloomBitsPerKey(int)
public PlainTableConfig SetBloomBitsPerKey(int arg0)
Parameters
Returns
SetEncodingType(EncodingType)
public PlainTableConfig SetEncodingType(EncodingType arg0)
Parameters
arg0EncodingType
Returns
SetFullScanMode(bool)
public PlainTableConfig SetFullScanMode(bool arg0)
Parameters
Returns
SetHashTableRatio(double)
public PlainTableConfig SetHashTableRatio(double arg0)
Parameters
Returns
SetHugePageTlbSize(int)
public PlainTableConfig SetHugePageTlbSize(int arg0)
Parameters
Returns
SetIndexSparseness(int)
public PlainTableConfig SetIndexSparseness(int arg0)
Parameters
Returns
SetKeySize(int)
public PlainTableConfig SetKeySize(int arg0)
Parameters
Returns
SetStoreIndexInFile(bool)
public PlainTableConfig SetStoreIndexInFile(bool arg0)
Parameters
Returns
StoreIndexInFile()
public bool StoreIndexInFile()