Uses of Interface
org.apache.cassandra.io.sstable.format.SSTableFormat
Packages that use SSTableFormat
Package
Description
File transfer
-
Uses of SSTableFormat in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return SSTableFormatModifier and TypeMethodDescriptionstatic SSTableFormat<?,?> DatabaseDescriptor.getSelectedSSTableFormat()Methods in org.apache.cassandra.config that return types with arguments of type SSTableFormatModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<String,SSTableFormat<?, ?>> DatabaseDescriptor.getSSTableFormats()Methods in org.apache.cassandra.config with parameters of type SSTableFormatModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setSelectedSSTableFormat(SSTableFormat<?, ?> format) -
Uses of SSTableFormat in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type SSTableFormatModifier and TypeMethodDescriptionColumnFamilyStore.newSSTableDescriptor(File directory, SSTableFormat<?, ?> format) -
Uses of SSTableFormat in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming with parameters of type SSTableFormatModifier and TypeMethodDescriptionprotected SSTableMultiWriterCassandraStreamReader.createWriter(ColumnFamilyStore cfs, long totalSize, long repairedAt, TimeUUID pendingRepair, SSTableFormat<?, ?> format) -
Uses of SSTableFormat in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as SSTableFormatFields in org.apache.cassandra.io.sstable with type parameters of type SSTableFormatMethods in org.apache.cassandra.io.sstable that return SSTableFormatModifier and TypeMethodDescriptionSSTableFormat<?,?> Descriptor.getFormat()abstract SSTableFormat<?,?> AbstractRowIndexEntry.getSSTableFormat()Methods in org.apache.cassandra.io.sstable with parameters of type SSTableFormatModifier and TypeMethodDescriptionstatic ComponentComponent.Type.createComponent(String repr, SSTableFormat<?, ?> format) static SSTableTxnWriterSSTableTxnWriter.createRangeAware(TableMetadataRef metadata, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, SSTableFormat<?, ?> type, SerializationHeader header) static Component.TypeComponent.Type.fromRepresentation(String repr, SSTableFormat<?, ?> format) Component.getSingletonsFor(SSTableFormat<?, ?> format) static ComponentComponent.parse(String name, SSTableFormat<?, ?> format) Parse the component part of a sstable filename into aComponentobject.CQLSSTableWriter.Builder.withFormat(SSTableFormat<?, ?> format) Specifies the SSTable format this CQLSSTableWriter instance should use for writing.Method parameters in org.apache.cassandra.io.sstable with type arguments of type SSTableFormatModifier and TypeMethodDescriptionstatic Component.TypeComponent.Type.create(String name, String repr, boolean streamable, Class<? extends SSTableFormat<?, ?>> formatClass) Creates a new non-singleton type and registers it a global type registry - seeComponent.Type.registerType(Type).static Component.TypeComponent.Type.createSingleton(String name, String repr, boolean streamable, Class<? extends SSTableFormat<?, ?>> formatClass) Creates a new singleton type and registers it in a global type registry - seeComponent.Type.registerType(Type).Component.getSingletonsFor(Class<? extends SSTableFormat<?, ?>> formatClass) Constructors in org.apache.cassandra.io.sstable with parameters of type SSTableFormatModifierConstructorDescriptionDescriptor(String version, File directory, String ksname, String cfname, SSTableId id, SSTableFormat<?, ?> format) Descriptor(File directory, String ksname, String cfname, SSTableId id, SSTableFormat<?, ?> format) Constructor for sstable writers only.RangeAwareSSTableWriter(ColumnFamilyStore cfs, long estimatedKeys, long repairedAt, TimeUUID pendingRepair, boolean isTransient, SSTableFormat<?, ?> format, int sstableLevel, long totalSize, LifecycleNewTracker lifecycleNewTracker, SerializationHeader header) -
Uses of SSTableFormat in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement SSTableFormatModifier and TypeClassDescriptionclassAbstractSSTableFormat<R extends SSTableReader,W extends SSTableWriter> Fields in org.apache.cassandra.io.sstable.format declared as SSTableFormatMethods in org.apache.cassandra.io.sstable.format that return SSTableFormatModifier and TypeMethodDescriptionSSTableFormat<?,?> SSTableFormat.Factory.getInstance(Map<String, String> options) Returns an instance of the sstable format configured with the provided options.Constructors in org.apache.cassandra.io.sstable.format with parameters of type SSTableFormat -
Uses of SSTableFormat in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement SSTableFormatMethods in org.apache.cassandra.io.sstable.format.big that return SSTableFormatModifier and TypeMethodDescriptionSSTableFormat<?,?> BigFormat.BigFormatFactory.getInstance(Map<String, String> options) Methods in org.apache.cassandra.io.sstable.format.big with parameters of type SSTableFormat -
Uses of SSTableFormat in org.apache.cassandra.io.sstable.format.bti
Classes in org.apache.cassandra.io.sstable.format.bti that implement SSTableFormatMethods in org.apache.cassandra.io.sstable.format.bti that return SSTableFormatModifier and TypeMethodDescriptionSSTableFormat<?,?> BtiFormat.BtiFormatFactory.getInstance(Map<String, String> options) Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type SSTableFormat -
Uses of SSTableFormat in org.apache.cassandra.io.sstable.indexsummary
Methods in org.apache.cassandra.io.sstable.indexsummary with parameters of type SSTableFormatModifier and TypeMethodDescriptionstatic booleanIndexSummarySupport.isSupportedBy(SSTableFormat<?, ?> format) -
Uses of SSTableFormat in org.apache.cassandra.io.sstable.keycache
Methods in org.apache.cassandra.io.sstable.keycache with parameters of type SSTableFormatModifier and TypeMethodDescriptionstatic booleanKeyCacheSupport.isSupportedBy(SSTableFormat<?, ?> format) -
Uses of SSTableFormat in org.apache.cassandra.metrics
Fields in org.apache.cassandra.metrics with type parameters of type SSTableFormatModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableMap<SSTableFormat<?,?>, com.google.common.collect.ImmutableMap<String, com.codahale.metrics.Gauge<? extends Number>>> KeyspaceMetrics.formatSpecificGaugesfinal com.google.common.collect.ImmutableMap<SSTableFormat<?,?>, com.google.common.collect.ImmutableMap<String, com.codahale.metrics.Gauge<? extends Number>>> TableMetrics.formatSpecificGauges -
Uses of SSTableFormat in org.apache.cassandra.service
Constructors in org.apache.cassandra.service with parameters of type SSTableFormat -
Uses of SSTableFormat in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with parameters of type SSTableFormatModifier and TypeMethodDescriptionvoidStorageCompatibilityMode.validateSstableFormat(SSTableFormat<?, ?> selectedFormat)