Uses of Class
org.apache.cassandra.io.sstable.format.SSTableFormat.Type
-
Packages that use SSTableFormat.Type Package Description org.apache.cassandra.db org.apache.cassandra.db.streaming File transferorg.apache.cassandra.io.sstable org.apache.cassandra.io.sstable.format org.apache.cassandra.service -
-
Uses of SSTableFormat.Type in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type SSTableFormat.Type Modifier and Type Method Description Descriptor
ColumnFamilyStore. newSSTableDescriptor(java.io.File directory, SSTableFormat.Type format)
Descriptor
ColumnFamilyStore. newSSTableDescriptor(java.io.File directory, Version version, SSTableFormat.Type format)
-
Uses of SSTableFormat.Type in org.apache.cassandra.db.streaming
Fields in org.apache.cassandra.db.streaming declared as SSTableFormat.Type Modifier and Type Field Description SSTableFormat.Type
CassandraStreamHeader. format
SSTable formatprotected SSTableFormat.Type
CassandraStreamReader. format
Methods in org.apache.cassandra.db.streaming with parameters of type SSTableFormat.Type Modifier and Type Method Description protected SSTableMultiWriter
CassandraStreamReader. createWriter(ColumnFamilyStore cfs, long totalSize, long repairedAt, java.util.UUID pendingRepair, SSTableFormat.Type format)
CassandraStreamHeader.Builder
CassandraStreamHeader.Builder. withSSTableFormat(SSTableFormat.Type format)
-
Uses of SSTableFormat.Type in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as SSTableFormat.Type Modifier and Type Field Description protected SSTableFormat.Type
CQLSSTableWriter.Builder. formatType
SSTableFormat.Type
Descriptor. formatType
Methods in org.apache.cassandra.io.sstable with parameters of type SSTableFormat.Type Modifier and Type Method Description static SSTableTxnWriter
SSTableTxnWriter. createRangeAware(TableMetadataRef metadata, long keyCount, long repairedAt, java.util.UUID pendingRepair, boolean isTransient, SSTableFormat.Type type, int sstableLevel, SerializationHeader header)
Descriptor
Descriptor. withFormatType(SSTableFormat.Type newType)
Constructors in org.apache.cassandra.io.sstable with parameters of type SSTableFormat.Type Constructor Description Descriptor(java.io.File directory, java.lang.String ksname, java.lang.String cfname, int generation, SSTableFormat.Type formatType)
Constructor for sstable writers only.Descriptor(java.lang.String version, java.io.File directory, java.lang.String ksname, java.lang.String cfname, int generation, SSTableFormat.Type formatType)
Descriptor(Version version, java.io.File directory, java.lang.String ksname, java.lang.String cfname, int generation, SSTableFormat.Type formatType)
-
Uses of SSTableFormat.Type in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return SSTableFormat.Type Modifier and Type Method Description static SSTableFormat.Type
SSTableFormat.Type. current()
SSTableFormat.Type
VersionAndType. formatType()
static SSTableFormat.Type
SSTableFormat.Type. validate(java.lang.String name)
static SSTableFormat.Type
SSTableFormat.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SSTableFormat.Type[]
SSTableFormat.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.io.sstable.format with parameters of type SSTableFormat.Type Constructor Description RangeAwareSSTableWriter(ColumnFamilyStore cfs, long estimatedKeys, long repairedAt, java.util.UUID pendingRepair, boolean isTransient, SSTableFormat.Type format, int sstableLevel, long totalSize, LifecycleNewTracker lifecycleNewTracker, SerializationHeader header)
VersionAndType(Version version, SSTableFormat.Type formatType)
-
Uses of SSTableFormat.Type in org.apache.cassandra.service
Constructors in org.apache.cassandra.service with parameters of type SSTableFormat.Type Constructor Description SSTablesGlobalTracker(SSTableFormat.Type currentSSTableFormat)
-