Class BigFormat
- java.lang.Object
-
- org.apache.cassandra.io.sstable.format.big.BigFormat
-
- All Implemented Interfaces:
SSTableFormat
public class BigFormat extends java.lang.Object implements SSTableFormat
Legacy bigtable format
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.io.sstable.format.SSTableFormat
SSTableFormat.Type
-
-
Field Summary
Fields Modifier and Type Field Description static BigFormat
instance
static Version
latestVersion
-
Fields inherited from interface org.apache.cassandra.io.sstable.format.SSTableFormat
enableSSTableDevelopmentTestMode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowIndexEntry.IndexSerializer
getIndexSerializer(TableMetadata metadata, Version version, SerializationHeader header)
Version
getLatestVersion()
SSTableReader.Factory
getReaderFactory()
Version
getVersion(java.lang.String version)
SSTableWriter.Factory
getWriterFactory()
-
-
-
Method Detail
-
getLatestVersion
public Version getLatestVersion()
- Specified by:
getLatestVersion
in interfaceSSTableFormat
-
getVersion
public Version getVersion(java.lang.String version)
- Specified by:
getVersion
in interfaceSSTableFormat
-
getWriterFactory
public SSTableWriter.Factory getWriterFactory()
- Specified by:
getWriterFactory
in interfaceSSTableFormat
-
getReaderFactory
public SSTableReader.Factory getReaderFactory()
- Specified by:
getReaderFactory
in interfaceSSTableFormat
-
getIndexSerializer
public RowIndexEntry.IndexSerializer getIndexSerializer(TableMetadata metadata, Version version, SerializationHeader header)
- Specified by:
getIndexSerializer
in interfaceSSTableFormat
-
-