Uses of Class
org.apache.cassandra.io.sstable.Component.Type
Packages that use Component.Type
Package
Description
-
Uses of Component.Type in org.apache.cassandra.index.sai.disk.format
Fields in org.apache.cassandra.index.sai.disk.format declared as Component.Type -
Uses of Component.Type in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as Component.TypeFields in org.apache.cassandra.io.sstable with type parameters of type Component.TypeMethods in org.apache.cassandra.io.sstable that return Component.TypeModifier 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 - seeregisterType(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 - seeregisterType(Type).static Component.TypeComponent.Type.fromRepresentation(String repr, SSTableFormat<?, ?> format) -
Uses of Component.Type in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as Component.TypeModifier and TypeFieldDescriptionstatic final Component.TypeSSTableFormat.Components.Types.COMPRESSION_INFOstatic final Component.TypeSSTableFormat.Components.Types.CRCstatic final Component.TypeSSTableFormat.Components.Types.CUSTOMstatic final Component.TypeSSTableFormat.Components.Types.DATAstatic final Component.TypeSSTableFormat.Components.Types.DIGESTstatic final Component.TypeSSTableFormat.Components.Types.FILTERstatic final Component.TypeSSTableFormat.Components.Types.SECONDARY_INDEXstatic final Component.TypeSSTableFormat.Components.Types.STATSstatic final Component.TypeSSTableFormat.Components.Types.TOC -
Uses of Component.Type in org.apache.cassandra.io.sstable.format.big
Fields in org.apache.cassandra.io.sstable.format.big declared as Component.TypeModifier and TypeFieldDescriptionstatic final Component.TypeBigFormat.Components.Types.PRIMARY_INDEXstatic final Component.TypeBigFormat.Components.Types.SUMMARY -
Uses of Component.Type in org.apache.cassandra.io.sstable.format.bti
Fields in org.apache.cassandra.io.sstable.format.bti declared as Component.TypeModifier and TypeFieldDescriptionstatic final Component.TypeBtiFormat.Components.Types.PARTITION_INDEXstatic final Component.TypeBtiFormat.Components.Types.ROW_INDEX