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 DescriptorColumnFamilyStore. newSSTableDescriptor(java.io.File directory, SSTableFormat.Type format)DescriptorColumnFamilyStore. 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.TypeCassandraStreamHeader. formatSSTable formatprotected SSTableFormat.TypeCassandraStreamReader. formatMethods in org.apache.cassandra.db.streaming with parameters of type SSTableFormat.Type Modifier and Type Method Description protected SSTableMultiWriterCassandraStreamReader. createWriter(ColumnFamilyStore cfs, long totalSize, long repairedAt, java.util.UUID pendingRepair, SSTableFormat.Type format)CassandraStreamHeader.BuilderCassandraStreamHeader.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.TypeCQLSSTableWriter.Builder. formatTypeSSTableFormat.TypeDescriptor. formatTypeMethods in org.apache.cassandra.io.sstable with parameters of type SSTableFormat.Type Modifier and Type Method Description static SSTableTxnWriterSSTableTxnWriter. createRangeAware(TableMetadataRef metadata, long keyCount, long repairedAt, java.util.UUID pendingRepair, boolean isTransient, SSTableFormat.Type type, int sstableLevel, SerializationHeader header)DescriptorDescriptor. 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.TypeSSTableFormat.Type. current()SSTableFormat.TypeVersionAndType. formatType()static SSTableFormat.TypeSSTableFormat.Type. validate(java.lang.String name)static SSTableFormat.TypeSSTableFormat.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)
-