Uses of Enum Class
org.apache.cassandra.io.sstable.metadata.MetadataType
Packages that use MetadataType
Package
Description
-
Uses of MetadataType in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return MetadataType -
Uses of MetadataType in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format with type parameters of type MetadataTypeModifier and TypeFieldDescriptionfinal Map<MetadataType,MetadataComponent> StatsComponent.metadataMethods in org.apache.cassandra.io.sstable.format that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionprotected Map<MetadataType,MetadataComponent> SSTableWriter.finalizeMetadata()Methods in org.apache.cassandra.io.sstable.format with parameters of type MetadataTypeModifier and TypeMethodDescriptionstatic StatsComponentStatsComponent.load(Descriptor descriptor, MetadataType... types) Constructor parameters in org.apache.cassandra.io.sstable.format with type arguments of type MetadataType -
Uses of MetadataType in org.apache.cassandra.io.sstable.metadata
Methods in org.apache.cassandra.io.sstable.metadata that return MetadataTypeModifier and TypeMethodDescriptionCompactionMetadata.getType()abstract MetadataTypeMetadataComponent.getType()StatsMetadata.getType()ValidationMetadata.getType()static MetadataTypeReturns the enum constant of this class with the specified name.static MetadataType[]MetadataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.io.sstable.metadata that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionIMetadataSerializer.deserialize(Descriptor descriptor, EnumSet<MetadataType> types) Deserialize specified metadata components from given descriptor.MetadataSerializer.deserialize(Descriptor descriptor, EnumSet<MetadataType> types) MetadataSerializer.deserialize(Descriptor descriptor, FileDataInput in, EnumSet<MetadataType> selectedTypes) MetadataCollector.finalizeMetadata(String partitioner, double bloomFilterFPChance, long repairedAt, TimeUUID pendingRepair, boolean isTransient, SerializationHeader header, ByteBuffer firstKey, ByteBuffer lastKey) Methods in org.apache.cassandra.io.sstable.metadata with parameters of type MetadataTypeModifier and TypeMethodDescriptionIMetadataSerializer.deserialize(Descriptor descriptor, MetadataType type) Deserialized only metadata component specified from given descriptor.MetadataSerializer.deserialize(Descriptor descriptor, MetadataType type) Method parameters in org.apache.cassandra.io.sstable.metadata with type arguments of type MetadataTypeModifier and TypeMethodDescriptionIMetadataSerializer.deserialize(Descriptor descriptor, EnumSet<MetadataType> types) Deserialize specified metadata components from given descriptor.MetadataSerializer.deserialize(Descriptor descriptor, EnumSet<MetadataType> types) MetadataSerializer.deserialize(Descriptor descriptor, FileDataInput in, EnumSet<MetadataType> selectedTypes) voidIMetadataSerializer.rewriteSSTableMetadata(Descriptor descriptor, Map<MetadataType, MetadataComponent> currentComponents) Replace the sstable metadata file (-Statistics.db) with the given components.voidMetadataSerializer.rewriteSSTableMetadata(Descriptor descriptor, Map<MetadataType, MetadataComponent> currentComponents) voidIMetadataSerializer.serialize(Map<MetadataType, MetadataComponent> components, DataOutputPlus out, Version version) Serialize given metadata componentsvoidMetadataSerializer.serialize(Map<MetadataType, MetadataComponent> components, DataOutputPlus out, Version version)