Java org.apache.cassandra.db ColumnFamilyStoreMBean fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.db ColumnFamilyStoreMBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.db ColumnFamilyStoreMBean.

The text is from its open source code.

Method

longestimateKeys()
ListfinishLocalSampling(String sampler, int count)
ListgetBuiltIndexes()
Returns a list of the names of the built column indexes for current store
StringgetColumnFamilyName()
intgetMaximumCompactionThreshold()
Gets the maximum number of sstables in queue before compaction kicks off
intgetMinimumCompactionThreshold()
Gets the minimum number of sstables in queue before compaction kicks off
ListgetSSTablesForKey(String key, boolean hexFormat)
Returns a list of filenames that contain the given key on this node
voidsetCompactionThresholds(int minThreshold, int maxThreshold)
Sets the maximum and maximum number of SSTables in queue before compaction kicks off
voidsetMaximumCompactionThreshold(int threshold)
Sets the maximum number of sstables in queue before compaction kicks off
voidsetMinimumCompactionThreshold(int threshold)
Sets the minimum number of sstables in queue before compaction kicks off