public class Flushing
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Flushing.FlushRunnable |
Modifier and Type | Method and Description |
---|---|
static java.lang.Throwable |
abortRunnables(java.util.List<Flushing.FlushRunnable> runnables,
java.lang.Throwable t) |
static SSTableMultiWriter |
createFlushWriter(ColumnFamilyStore cfs,
Memtable.FlushablePartitionSet<?> flushSet,
LifecycleTransaction txn,
Descriptor descriptor,
long partitionCount) |
static java.util.List<Flushing.FlushRunnable> |
flushRunnables(ColumnFamilyStore cfs,
Memtable memtable,
LifecycleTransaction txn) |
public static java.util.List<Flushing.FlushRunnable> flushRunnables(ColumnFamilyStore cfs, Memtable memtable, LifecycleTransaction txn)
public static java.lang.Throwable abortRunnables(java.util.List<Flushing.FlushRunnable> runnables, java.lang.Throwable t)
public static SSTableMultiWriter createFlushWriter(ColumnFamilyStore cfs, Memtable.FlushablePartitionSet<?> flushSet, LifecycleTransaction txn, Descriptor descriptor, long partitionCount)
Copyright © 2009- The Apache Software Foundation