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

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

Introduction

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

The text is from its open source code.

Method

IterableconcatWithIndexes()
ColumnFamilyStorecreateColumnFamilyStore(Keyspace keyspace, String columnFamily, TableMetadataRef metadata, boolean loadSSTables)
voiddisableAutoCompaction()
voidenableAutoCompaction()
longestimateKeys()
CommitLogPositionforceBlockingFlush()
StringgetColumnFamilyName()
ClusteringComparatorgetComparator()
TrackergetTracker()
Package protected for access from the CompactionManager.
voidreload()
voidscrubDataDirectories(TableMetadata metadata)
Removes unnecessary files from the cf directory at startup: these include temp files, orphans, zero-length files and compacted sstables.
longtrueSnapshotsSize()
voidtruncateBlocking()
Truncate deletes the entire column family's data with no expensive tombstone creation