Package | Description |
---|---|
org.apache.cassandra.db.compaction.writers | |
org.apache.cassandra.io.sstable |
Modifier and Type | Field and Description |
---|---|
protected SSTableRewriter |
CompactionAwareWriter.sstableWriter |
Modifier and Type | Method and Description |
---|---|
static SSTableRewriter |
SSTableRewriter.construct(ColumnFamilyStore cfs,
ILifecycleTransaction transaction,
boolean keepOriginals,
long maxAge) |
static SSTableRewriter |
SSTableRewriter.constructKeepingOriginals(ILifecycleTransaction transaction,
boolean keepOriginals,
long maxAge) |
static SSTableRewriter |
SSTableRewriter.constructWithoutEarlyOpening(ILifecycleTransaction transaction,
boolean keepOriginals,
long maxAge) |
SSTableRewriter |
SSTableRewriter.setRepairedAt(long repairedAt) |
Copyright © 2009-2022 The Apache Software Foundation