Uses of Enum Class
org.apache.cassandra.db.ColumnFamilyStore.FlushReason
Packages that use ColumnFamilyStore.FlushReason
Package
Description
-
Uses of ColumnFamilyStore.FlushReason in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return ColumnFamilyStore.FlushReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ColumnFamilyStore.FlushReason[]ColumnFamilyStore.FlushReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.db with parameters of type ColumnFamilyStore.FlushReasonModifier and TypeMethodDescriptionKeyspace.flush(ColumnFamilyStore.FlushReason reason) ColumnFamilyStore.forceBlockingFlush(ColumnFamilyStore.FlushReason reason) ColumnFamilyStore.forceFlush(ColumnFamilyStore.FlushReason reason) Flush if there is unflushed data in the memtablesColumnFamilyStore.signalFlushRequired(Memtable memtable, ColumnFamilyStore.FlushReason reason) ColumnFamilyStore.switchMemtable(ColumnFamilyStore.FlushReason reason) ColumnFamilyStore.switchMemtableIfCurrent(Memtable memtable, ColumnFamilyStore.FlushReason reason) Switches the memtable iff the live memtable is the one provided -
Uses of ColumnFamilyStore.FlushReason in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type ColumnFamilyStore.FlushReasonModifier and TypeMethodDescriptionbooleanAbstractAllocatorMemtable.shouldSwitch(ColumnFamilyStore.FlushReason reason) booleanMemtable.shouldSwitch(ColumnFamilyStore.FlushReason reason) Decides whether the memtable should be switched/flushed for the passed reason.Memtable.Owner.signalFlushRequired(Memtable memtable, ColumnFamilyStore.FlushReason reason) Signal to the owner that a flush is required (e.g. -
Uses of ColumnFamilyStore.FlushReason in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view with parameters of type ColumnFamilyStore.FlushReasonModifier and TypeMethodDescriptionvoidTableViews.forceBlockingFlush(ColumnFamilyStore.FlushReason reason) -
Uses of ColumnFamilyStore.FlushReason in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type ColumnFamilyStore.FlushReasonModifier and TypeMethodDescriptionstatic voidSystemDistributedKeyspace.forceBlockingFlush(String table, ColumnFamilyStore.FlushReason reason) -
Uses of ColumnFamilyStore.FlushReason in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type ColumnFamilyStore.FlushReasonModifier and TypeMethodDescriptionvoidStorageService.forceKeyspaceFlush(String keyspaceName, ColumnFamilyStore.FlushReason reason) Flush all memtables for a keyspace and column families.