Uses of Interface
org.apache.cassandra.io.sstable.format.SSTableFormat
-
Packages that use SSTableFormat Package Description org.apache.cassandra.io.sstable org.apache.cassandra.io.sstable.format org.apache.cassandra.io.sstable.format.big -
-
Uses of SSTableFormat in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return SSTableFormat Modifier and Type Method Description SSTableFormat
Descriptor. getFormat()
-
Uses of SSTableFormat in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as SSTableFormat Modifier and Type Field Description protected SSTableFormat
Version. format
SSTableFormat
SSTableFormat.Type. info
Methods in org.apache.cassandra.io.sstable.format that return SSTableFormat Modifier and Type Method Description SSTableFormat
Version. getSSTableFormat()
Constructors in org.apache.cassandra.io.sstable.format with parameters of type SSTableFormat Constructor Description Version(SSTableFormat format, java.lang.String version)
-
Uses of SSTableFormat in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement SSTableFormat Modifier and Type Class Description class
BigFormat
Legacy bigtable format
-