Uses of Class
org.apache.jackrabbit.oak.indexversion.IndexVersionOperation
-
Packages that use IndexVersionOperation Package Description org.apache.jackrabbit.oak.indexversion -
-
Uses of IndexVersionOperation in org.apache.jackrabbit.oak.indexversion
Subclasses of IndexVersionOperation in org.apache.jackrabbit.oak.indexversion Modifier and Type Class Description classLuceneIndexVersionOperationMethods in org.apache.jackrabbit.oak.indexversion that return IndexVersionOperation Modifier and Type Method Description protected abstract IndexVersionOperationIndexVersionOperation. getIndexVersionOperationInstance(IndexName indexName)protected IndexVersionOperationLuceneIndexVersionOperation. getIndexVersionOperationInstance(IndexName indexName)protected IndexVersionOperationLucenePurgeOldIndexVersion. getIndexVersionOperationInstance(IndexName indexName)protected abstract IndexVersionOperationPurgeOldIndexVersion. getIndexVersionOperationInstance(IndexName indexName)Methods in org.apache.jackrabbit.oak.indexversion that return types with arguments of type IndexVersionOperation Modifier and Type Method Description List<IndexVersionOperation>IndexVersionOperation. 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.List<IndexVersionOperation>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.List<IndexVersionOperation>PurgeOldIndexVersion. getPurgeIndexes(NodeStore nodeStore, long purgeThresholdMillis, List<String> indexPaths)List<IndexVersionOperation>PurgeOldIndexVersion. getPurgeIndexes(NodeStore nodeStore, long purgeThresholdMillis, List<String> indexPaths, boolean shouldPurgeBaseIndex)
-