Uses of Class
org.apache.jackrabbit.oak.plugins.index.IndexName
-
Packages that use IndexName Package Description org.apache.jackrabbit.oak.indexversion org.apache.jackrabbit.oak.plugins.index -
-
Uses of IndexName in org.apache.jackrabbit.oak.indexversion
Methods in org.apache.jackrabbit.oak.indexversion that return IndexName Modifier and Type Method Description protected abstract @Nullable IndexNameIndexVersionOperation. getActiveIndex(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode)protected IndexNameLuceneIndexVersionOperation. getActiveIndex(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode)IndexNameIndexVersionOperation. getIndexName()Methods in org.apache.jackrabbit.oak.indexversion with parameters of type IndexName 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)Method parameters in org.apache.jackrabbit.oak.indexversion with type arguments of type IndexName 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.protected abstract @Nullable IndexNameIndexVersionOperation. getActiveIndex(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode)protected IndexNameLuceneIndexVersionOperation. getActiveIndex(List<IndexName> reverseSortedIndexNameList, String parentPath, NodeState rootNode)Constructors in org.apache.jackrabbit.oak.indexversion with parameters of type IndexName Constructor Description IndexVersionOperation(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 IndexName Modifier and Type Method Description IndexNameIndexName. getLatestCustomized(List<IndexName> all)Get the latest index name object that matches this index base name, and is customized.IndexNameIndexName. getLatestProduct(List<IndexName> all)Get the latest product index that matches this index base name.static IndexNameIndexName. parse(String nodeName)Parse the node name.Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexName Modifier and Type Method Description intIndexName. compareTo(IndexName o)Method parameters in org.apache.jackrabbit.oak.plugins.index with type arguments of type IndexName Modifier and Type Method Description IndexNameIndexName. getLatestCustomized(List<IndexName> all)Get the latest index name object that matches this index base name, and is customized.IndexNameIndexName. getLatestProduct(List<IndexName> all)Get the latest product index that matches this index base name.
-