Uses of Class
org.apache.cassandra.db.ColumnFamilyStore.FlushReason
-
Packages that use ColumnFamilyStore.FlushReason Package Description org.apache.cassandra.db org.apache.cassandra.db.memtable org.apache.cassandra.db.view org.apache.cassandra.schema org.apache.cassandra.service -
-
Uses of ColumnFamilyStore.FlushReason in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return ColumnFamilyStore.FlushReason Modifier and Type Method Description static ColumnFamilyStore.FlushReasonColumnFamilyStore.FlushReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ColumnFamilyStore.FlushReason[]ColumnFamilyStore.FlushReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.db with parameters of type ColumnFamilyStore.FlushReason Modifier and Type Method Description java.util.List<Future<?>>Keyspace. flush(ColumnFamilyStore.FlushReason reason)CommitLogPositionColumnFamilyStore. forceBlockingFlush(ColumnFamilyStore.FlushReason reason)Future<CommitLogPosition>ColumnFamilyStore. forceFlush(ColumnFamilyStore.FlushReason reason)Flush if there is unflushed data in the memtablesFuture<CommitLogPosition>ColumnFamilyStore. signalFlushRequired(Memtable memtable, ColumnFamilyStore.FlushReason reason)Future<CommitLogPosition>ColumnFamilyStore. switchMemtable(ColumnFamilyStore.FlushReason reason)Future<CommitLogPosition>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.FlushReason Modifier and Type Method Description booleanAbstractAllocatorMemtable. shouldSwitch(ColumnFamilyStore.FlushReason reason)booleanMemtable. shouldSwitch(ColumnFamilyStore.FlushReason reason)Decides whether the memtable should be switched/flushed for the passed reason.Future<CommitLogPosition>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.FlushReason Modifier and Type Method Description voidTableViews. forceBlockingFlush(ColumnFamilyStore.FlushReason reason) -
Uses of ColumnFamilyStore.FlushReason in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type ColumnFamilyStore.FlushReason Modifier and Type Method Description static voidSystemDistributedKeyspace. forceBlockingFlush(java.lang.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.FlushReason Modifier and Type Method Description voidStorageService. forceKeyspaceFlush(java.lang.String keyspaceName, ColumnFamilyStore.FlushReason reason)Flush all memtables for a keyspace and column families.
-