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(File directory, SSTableFormat.Type format)DescriptorColumnFamilyStore. newSSTableDescriptor(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, TimeUUID 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, TimeUUID pendingRepair, boolean isTransient, SSTableFormat.Type type, int sstableLevel, SerializationHeader header)Constructors in org.apache.cassandra.io.sstable with parameters of type SSTableFormat.Type Constructor Description Descriptor(java.lang.String version, File directory, java.lang.String ksname, java.lang.String cfname, SSTableId id, SSTableFormat.Type formatType)Descriptor(Version version, File directory, java.lang.String ksname, java.lang.String cfname, SSTableId id, SSTableFormat.Type formatType)Descriptor(File directory, java.lang.String ksname, java.lang.String cfname, SSTableId id, SSTableFormat.Type formatType)Constructor for sstable writers only. -
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, TimeUUID 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)
-