Uses of Class
org.apache.cassandra.index.sai.utils.IndexTermType
Packages that use IndexTermType
Package
Description
-
Uses of IndexTermType in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai that return IndexTermType -
Uses of IndexTermType in org.apache.cassandra.index.sai.analyzer
Methods in org.apache.cassandra.index.sai.analyzer with parameters of type IndexTermTypeModifier and TypeMethodDescriptionAbstractAnalyzer.fromOptions(IndexTermType indexTermType, Map<String, String> options) -
Uses of IndexTermType in org.apache.cassandra.index.sai.disk
Fields in org.apache.cassandra.index.sai.disk declared as IndexTermTypeMethods in org.apache.cassandra.index.sai.disk that return IndexTermType -
Uses of IndexTermType in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format with parameters of type IndexTermTypeModifier and TypeMethodDescriptionvoidIndexDescriptor.deleteColumnIndex(IndexTermType indexTermType, IndexIdentifier indexIdentifier) IndexDescriptor.getLivePerIndexComponents(IndexTermType indexTermType, IndexIdentifier indexIdentifier) booleanIndexDescriptor.isIndexEmpty(IndexTermType indexTermType, IndexIdentifier indexIdentifier) OnDiskFormat.perColumnIndexComponents(IndexTermType indexTermType) Returns the set ofIndexComponentfor the per-column part of an index.longIndexDescriptor.sizeOnDiskOfPerIndexComponents(IndexTermType indexTermType, IndexIdentifier indexIdentifier) voidOnDiskFormat.validatePerColumnIndexComponents(IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier, boolean checksum) Validate all the per-column on-disk components and throw if a component is not validbooleanIndexDescriptor.validatePerIndexComponents(IndexTermType indexTermType, IndexIdentifier indexIdentifier, IndexValidation validation, boolean validateChecksum, boolean rethrow) -
Uses of IndexTermType in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 with parameters of type IndexTermTypeModifier and TypeMethodDescriptionstatic IndexWriterConfigIndexWriterConfig.fromOptions(String indexName, IndexTermType indexTermType, Map<String, String> options) V1OnDiskFormat.perColumnIndexComponents(IndexTermType indexTermType) voidV1OnDiskFormat.validatePerColumnIndexComponents(IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier, boolean checksum) Constructors in org.apache.cassandra.index.sai.disk.v1 with parameters of type IndexTermTypeModifierConstructorDescriptionMemtableIndexWriter(MemtableIndex memtable, IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier, IndexMetrics indexMetrics, RowMapping rowMapping) PerColumnIndexFiles(IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier) -
Uses of IndexTermType in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan that return IndexTermTypeMethods in org.apache.cassandra.index.sai.plan with parameters of type IndexTermTypeModifier and TypeMethodDescriptionstatic ExpressionExpression.create(IndexTermType indexTermType) Constructors in org.apache.cassandra.index.sai.plan with parameters of type IndexTermTypeModifierConstructorDescriptionBound(ByteBuffer value, IndexTermType indexTermType, boolean inclusive) Value(ByteBuffer value, IndexTermType indexTermType) -
Uses of IndexTermType in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return IndexTermTypeModifier and TypeMethodDescriptionstatic IndexTermTypeIndexTermType.create(ColumnMetadata columnMetadata, List<ColumnMetadata> partitionColumns, IndexTarget.Type indexTargetType) Methods in org.apache.cassandra.index.sai.utils that return types with arguments of type IndexTermType -
Uses of IndexTermType in org.apache.cassandra.index.sai.view
Fields in org.apache.cassandra.index.sai.view declared as IndexTermTypeConstructors in org.apache.cassandra.index.sai.view with parameters of type IndexTermTypeModifierConstructorDescriptionView(IndexTermType indexTermType, Collection<SSTableIndex> indexes)