Uses of Class
org.sonar.batch.index.Cache.Entry

Packages that use Cache.Entry
org.sonar.batch.duplication   
org.sonar.batch.index   
org.sonar.batch.scan.measure This package is a part of bootstrap process, so we should take care about backward compatibility. 
org.sonar.batch.scan2   
 

Uses of Cache.Entry in org.sonar.batch.duplication
 

Methods in org.sonar.batch.duplication that return types with arguments of type Cache.Entry
 Iterable<Cache.Entry<List<DuplicationGroup>>> DuplicationCache.entries()
           
 Iterable<Cache.Entry<org.sonar.duplications.block.FileBlocks>> BlockCache.entries()
           
 

Uses of Cache.Entry in org.sonar.batch.index
 

Methods in org.sonar.batch.index that return types with arguments of type Cache.Entry
 Iterable<Cache.Entry<V>> Cache.entries()
           
 Iterable<Cache.Entry<V>> Cache.entries(Object firstKey)
           
<D extends Data>
Iterable<Cache.Entry<D>>
ComponentDataCache.entries(String componentKey)
           
 

Uses of Cache.Entry in org.sonar.batch.scan.measure
 

Methods in org.sonar.batch.scan.measure that return types with arguments of type Cache.Entry
 Iterable<Cache.Entry<Measure>> MeasureCache.entries()
           
 

Uses of Cache.Entry in org.sonar.batch.scan2
 

Methods in org.sonar.batch.scan2 that return types with arguments of type Cache.Entry
 Iterable<Cache.Entry<DefaultMeasure>> AnalyzerMeasureCache.entries()
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.