Uses of Class
org.apache.jackrabbit.oak.plugins.index.IndexName
Packages that use IndexName
-
Uses of IndexName in org.apache.jackrabbit.oak.indexversion
Methods in org.apache.jackrabbit.oak.indexversion that return IndexNameModifier and TypeMethodDescriptionprotected abstract @Nullable IndexName
IndexVersionOperation.getActiveIndex
(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode) protected IndexName
LuceneIndexVersionOperation.getActiveIndex
(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode) IndexVersionOperation.getIndexName()
Methods in org.apache.jackrabbit.oak.indexversion with parameters of type IndexNameModifier and TypeMethodDescriptionprotected abstract IndexVersionOperation
IndexVersionOperation.getIndexVersionOperationInstance
(IndexName indexName) protected IndexVersionOperation
LuceneIndexVersionOperation.getIndexVersionOperationInstance
(IndexName indexName) protected IndexVersionOperation
LucenePurgeOldIndexVersion.getIndexVersionOperationInstance
(IndexName indexName) protected abstract IndexVersionOperation
PurgeOldIndexVersion.getIndexVersionOperationInstance
(IndexName indexName) Method parameters in org.apache.jackrabbit.oak.indexversion with type arguments of type IndexNameModifier and TypeMethodDescriptionIndexVersionOperation.generateIndexVersionOperationList
(NodeState rootNode, String parentPath, List<IndexName> indexNameObjectList, long purgeThresholdMillis) Generate list of index version operation over a list of indexes have same index base.IndexVersionOperation.generateIndexVersionOperationList
(NodeState rootNode, String parentPath, List<IndexName> indexNameObjectList, long purgeThresholdMillis, boolean shouldPurgeBaseIndex) Generate list of index version operation over a list of indexes have same index base.protected abstract @Nullable IndexName
IndexVersionOperation.getActiveIndex
(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode) protected IndexName
LuceneIndexVersionOperation.getActiveIndex
(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode) Constructors in org.apache.jackrabbit.oak.indexversion with parameters of type IndexNameModifierConstructorDescriptionIndexVersionOperation
(IndexName indexName) LuceneIndexVersionOperation
(IndexName indexName) -
Uses of IndexName in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that return IndexNameModifier and TypeMethodDescriptionIndexName.getLatestCustomized
(List<IndexName> all) Get the latest index name object that matches this index base name, and is customized.IndexName.getLatestProduct
(List<IndexName> all) Get the latest product index that matches this index base name.static IndexName
Parse the node name.Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexNameMethod parameters in org.apache.jackrabbit.oak.plugins.index with type arguments of type IndexNameModifier and TypeMethodDescriptionIndexName.getLatestCustomized
(List<IndexName> all) Get the latest index name object that matches this index base name, and is customized.IndexName.getLatestProduct
(List<IndexName> all) Get the latest product index that matches this index base name.