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 SSTableFormatDescriptor. 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 SSTableFormatVersion. formatSSTableFormatSSTableFormat.Type. infoMethods in org.apache.cassandra.io.sstable.format that return SSTableFormat Modifier and Type Method Description SSTableFormatVersion. 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 classBigFormatLegacy bigtable format
-