public interface SSTableFormat
Modifier and Type | Interface and Description |
---|---|
static class |
SSTableFormat.Type |
Modifier and Type | Field and Description |
---|---|
static boolean |
enableSSTableDevelopmentTestMode |
Modifier and Type | Method and Description |
---|---|
AbstractCompactedRow |
getCompactedRowWriter(CompactionController controller,
com.google.common.collect.ImmutableList<OnDiskAtomIterator> onDiskAtomIterators) |
RowIndexEntry.IndexSerializer<?> |
getIndexSerializer(CFMetaData cfm) |
Version |
getLatestVersion() |
java.util.Iterator<OnDiskAtom> |
getOnDiskIterator(FileDataInput in,
ColumnSerializer.Flag flag,
int expireBefore,
CFMetaData cfm,
Version version) |
SSTableReader.Factory |
getReaderFactory() |
Version |
getVersion(java.lang.String version) |
SSTableWriter.Factory |
getWriterFactory() |
Version getLatestVersion()
Version getVersion(java.lang.String version)
SSTableWriter.Factory getWriterFactory()
SSTableReader.Factory getReaderFactory()
java.util.Iterator<OnDiskAtom> getOnDiskIterator(FileDataInput in, ColumnSerializer.Flag flag, int expireBefore, CFMetaData cfm, Version version)
AbstractCompactedRow getCompactedRowWriter(CompactionController controller, com.google.common.collect.ImmutableList<OnDiskAtomIterator> onDiskAtomIterators)
RowIndexEntry.IndexSerializer<?> getIndexSerializer(CFMetaData cfm)
Copyright © 2018 The Apache Software Foundation