Uses of Class
org.apache.cassandra.io.sstable.format.Version
Packages that use Version
Package
Description
File transfer
-
Uses of Version in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type VersionModifier and TypeMethodDescriptionSerializationHeader.Serializer.deserialize(Version version, DataInputPlus in) static DeletionTime.SerializerDeletionTime.getSerializer(Version version) ColumnFamilyStore.newSSTableDescriptor(File directory, Version version) voidSerializationHeader.Serializer.serialize(Version version, SerializationHeader.Component header, DataOutputPlus out) intSerializationHeader.Serializer.serializedSize(Version version, SerializationHeader.Component header) -
Uses of Version in org.apache.cassandra.db.streaming
Fields in org.apache.cassandra.db.streaming declared as VersionModifier and TypeFieldDescriptionprotected final VersionCassandraStreamReader.inputVersionfinal VersionCassandraStreamHeader.versionSSTable versionMethods in org.apache.cassandra.db.streaming with parameters of type VersionModifier and TypeMethodDescriptionprotected CassandraStreamReader.StreamDeserializerCassandraStreamReader.getDeserializer(TableMetadata metadata, TrackedDataInputPlus in, Version inputVersion, StreamSession session, SSTableMultiWriter writer) CassandraStreamHeader.Builder.withSSTableVersion(Version version) Constructors in org.apache.cassandra.db.streaming with parameters of type VersionModifierConstructorDescriptionStreamDeserializer(TableMetadata metadata, DataInputPlus in, Version version, SerializationHeader header, StreamSession session, SSTableMultiWriter writer) -
Uses of Version in org.apache.cassandra.gms
Method parameters in org.apache.cassandra.gms with type arguments of type VersionModifier and TypeMethodDescriptionVersionedValue.VersionedValueFactory.sstableVersions(Set<Version> versions) -
Uses of Version in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as VersionModifier and TypeFieldDescriptionfinal VersionDescriptor.versionversion has the following format:[a-z]+Methods in org.apache.cassandra.io.sstable with parameters of type VersionModifier and TypeMethodDescriptionprotected abstract AbstractSSTableIterator.ReaderAbstractSSTableIterator.createReaderInternal(RIE indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) static IndexInfo.SerializerIndexInfo.serializer(Version version, SerializationHeader header) Constructors in org.apache.cassandra.io.sstable with parameters of type Version -
Uses of Version in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return VersionModifier and TypeMethodDescriptionSSTableFormat.getLatestVersion()SSTableFormat.getVersion(String version) Constructors in org.apache.cassandra.io.sstable.format with parameters of type VersionModifierConstructorDescriptionprotectedSortedTablePartitionWriter(SerializationHeader header, SequentialWriter writer, Version version) -
Uses of Version in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return VersionModifier and TypeMethodDescriptionBigFormat.getLatestVersion()BigFormat.getVersion(String version) Methods in org.apache.cassandra.io.sstable.format.big with parameters of type VersionModifier and TypeMethodDescriptionstatic RowIndexEntryRowIndexEntry.create(long dataFilePosition, long indexFilePosition, DeletionTime deletionTime, long headerLength, int columnIndexCount, int indexedPartSize, List<IndexInfo> indexSamples, int[] offsets, ISerializer<IndexInfo> idxInfoSerializer, Version version) protected AbstractSSTableIterator.ReaderSSTableIterator.createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) protected AbstractSSTableIterator.ReaderSSTableReversedIterator.createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) static voidRowIndexEntry.Serializer.skip(DataInputPlus in, Version version) static voidRowIndexEntry.Serializer.skipForCache(DataInputPlus in, Version version) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type VersionModifierConstructorDescriptionSerializer(Version version, SerializationHeader header, TableMetrics tableMetrics) -
Uses of Version in org.apache.cassandra.io.sstable.format.bti
Fields in org.apache.cassandra.io.sstable.format.bti declared as VersionMethods in org.apache.cassandra.io.sstable.format.bti that return VersionModifier and TypeMethodDescriptionBtiFormat.getLatestVersion()BtiFormat.getVersion(String version) Constructors in org.apache.cassandra.io.sstable.format.bti with parameters of type VersionModifierConstructorDescriptionRowIndexReader(FileHandle file, long root, Version version) RowIndexReader(FileHandle file, org.apache.cassandra.io.sstable.format.bti.TrieIndexEntry entry, Version version) -
Uses of Version in org.apache.cassandra.io.sstable.metadata
Methods in org.apache.cassandra.io.sstable.metadata with parameters of type VersionModifier and TypeMethodDescriptionCompactionMetadata.CompactionMetadataSerializer.deserialize(Version version, DataInputPlus in) IMetadataComponentSerializer.deserialize(Version version, DataInputPlus in) Deserialize metadata component from given input.StatsMetadata.StatsMetadataSerializer.deserialize(Version version, DataInputPlus in) ValidationMetadata.ValidationMetadataSerializer.deserialize(Version version, DataInputPlus in) voidCompactionMetadata.CompactionMetadataSerializer.serialize(Version version, CompactionMetadata component, DataOutputPlus out) voidIMetadataComponentSerializer.serialize(Version version, T component, DataOutputPlus out) Serialize metadata component to given output.voidIMetadataSerializer.serialize(Map<MetadataType, MetadataComponent> components, DataOutputPlus out, Version version) Serialize given metadata componentsvoidMetadataSerializer.serialize(Map<MetadataType, MetadataComponent> components, DataOutputPlus out, Version version) voidStatsMetadata.StatsMetadataSerializer.serialize(Version version, StatsMetadata component, DataOutputPlus out) voidValidationMetadata.ValidationMetadataSerializer.serialize(Version version, ValidationMetadata component, DataOutputPlus out) intCompactionMetadata.CompactionMetadataSerializer.serializedSize(Version version, CompactionMetadata component) intIMetadataComponentSerializer.serializedSize(Version version, T component) Calculate and return serialized size.intStatsMetadata.StatsMetadataSerializer.serializedSize(Version version, StatsMetadata component) intValidationMetadata.ValidationMetadataSerializer.serializedSize(Version version, ValidationMetadata component) -
Uses of Version in org.apache.cassandra.io.tries
Methods in org.apache.cassandra.io.tries with parameters of type VersionModifier and TypeMethodDescriptionvoidWalker.dumpTrie(PrintStream out, Walker.PayloadToString payloadReader, Version version) Walker.PayloadToString.payloadAsString(ByteBuffer buf, int payloadPos, int payloadFlags, Version version) -
Uses of Version in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type VersionModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableSet<Version>SSTablesVersionsInUseChangeNotification.versionsInUseThe set of all sstable versions in use on this node at the time of this notification.Methods in org.apache.cassandra.service that return types with arguments of type VersionModifier and TypeMethodDescriptionSSTablesGlobalTracker.versionsInUse()The set of all sstable versions currently in use on this node. -
Uses of Version in org.apache.cassandra.utils.streamhist
Methods in org.apache.cassandra.utils.streamhist with parameters of type Version