Uses of Enum Class
org.apache.cassandra.index.sai.disk.format.IndexComponent
Packages that use IndexComponent
Package
Description
-
Uses of IndexComponent in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format that return IndexComponentModifier and TypeMethodDescriptionstatic IndexComponentReturns the enum constant of this class with the specified name.static IndexComponent[]IndexComponent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.index.sai.disk.format that return types with arguments of type IndexComponentModifier and TypeMethodDescriptionOnDiskFormat.perColumnIndexComponents(IndexTermType indexTermType) Returns the set ofIndexComponentfor the per-column part of an index.OnDiskFormat.perSSTableIndexComponents(boolean hasClustering) Returns the set ofIndexComponentfor the per-SSTable part of an index.Methods in org.apache.cassandra.index.sai.disk.format with parameters of type IndexComponentModifier and TypeMethodDescriptionIndexDescriptor.componentName(IndexComponent indexComponent) voidIndexDescriptor.createComponentOnDisk(IndexComponent component) voidIndexDescriptor.createComponentOnDisk(IndexComponent component, IndexIdentifier indexIdentifier) IndexDescriptor.createPerIndexFileHandle(IndexComponent indexComponent, IndexIdentifier indexIdentifier) IndexDescriptor.createPerIndexFileHandle(IndexComponent indexComponent, IndexIdentifier indexIdentifier, Throwables.DiscreteAction<?> cleanup) IndexDescriptor.createPerSSTableFileHandle(IndexComponent indexComponent, Throwables.DiscreteAction<?> cleanup) IndexDescriptor.fileFor(IndexComponent indexComponent) IndexDescriptor.fileFor(IndexComponent indexComponent, IndexIdentifier indexIdentifier) Version.FileNameFormatter.format(IndexComponent indexComponent, IndexIdentifier indexIdentifier) booleanIndexDescriptor.hasComponent(IndexComponent indexComponent) booleanIndexDescriptor.hasComponent(IndexComponent indexComponent, IndexIdentifier indexIdentifier) Version.makePerIndexComponent(IndexComponent indexComponent, IndexIdentifier indexIdentifier) Version.makePerSSTableComponent(IndexComponent indexComponent) org.apache.lucene.store.IndexInputIndexDescriptor.openPerIndexInput(IndexComponent indexComponent, IndexIdentifier indexIdentifier) IndexDescriptor.openPerIndexOutput(IndexComponent indexComponent, IndexIdentifier indexIdentifier) IndexDescriptor.openPerIndexOutput(IndexComponent component, IndexIdentifier indexIdentifier, boolean append) org.apache.lucene.store.IndexInputIndexDescriptor.openPerSSTableInput(IndexComponent indexComponent) IndexDescriptor.openPerSSTableOutput(IndexComponent component) IndexDescriptor.openPerSSTableOutput(IndexComponent component, boolean append) longIndexDescriptor.sizeOnDiskOfPerIndexComponent(IndexComponent indexComponent, IndexIdentifier indexIdentifier) -
Uses of IndexComponent in org.apache.cassandra.index.sai.disk.v1
Fields in org.apache.cassandra.index.sai.disk.v1 with type parameters of type IndexComponentModifier and TypeFieldDescriptionstatic final Set<IndexComponent>V1OnDiskFormat.LITERAL_COMPONENTSstatic final Set<IndexComponent>V1OnDiskFormat.NUMERIC_COMPONENTSstatic final Set<IndexComponent>V1OnDiskFormat.SKINNY_PER_SSTABLE_COMPONENTSstatic final Set<IndexComponent>V1OnDiskFormat.VECTOR_COMPONENTSstatic final Set<IndexComponent>V1OnDiskFormat.WIDE_PER_SSTABLE_COMPONENTSMethods in org.apache.cassandra.index.sai.disk.v1 that return types with arguments of type IndexComponentModifier and TypeMethodDescriptionV1OnDiskFormat.perColumnIndexComponents(IndexTermType indexTermType) V1OnDiskFormat.perSSTableIndexComponents(boolean hasClustering) Methods in org.apache.cassandra.index.sai.disk.v1 with parameters of type IndexComponentModifier and TypeMethodDescriptionprotected booleanV1OnDiskFormat.isNotBuildCompletionMarker(IndexComponent indexComponent) -
Uses of IndexComponent in org.apache.cassandra.index.sai.disk.v1.bitpack
Constructors in org.apache.cassandra.index.sai.disk.v1.bitpack with parameters of type IndexComponentModifierConstructorDescriptionNumericValuesWriter(IndexDescriptor indexDescriptor, IndexComponent indexComponent, MetadataWriter metadataWriter, boolean monotonic) NumericValuesWriter(IndexDescriptor indexDescriptor, IndexComponent indexComponent, MetadataWriter metadataWriter, boolean monotonic, int blockSize) -
Uses of IndexComponent in org.apache.cassandra.index.sai.disk.v1.segment
Methods in org.apache.cassandra.index.sai.disk.v1.segment with parameters of type IndexComponentModifier and TypeMethodDescriptionSegmentMetadata.ComponentMetadataMap.get(IndexComponent indexComponent) voidSegmentMetadata.ComponentMetadataMap.put(IndexComponent indexComponent, long root, long offset, long length) voidSegmentMetadata.ComponentMetadataMap.put(IndexComponent indexComponent, long root, long offset, long length, Map<String, String> additionalMap)