Uses of Class
org.sonar.batch.index.SnapshotCache

Packages that use SnapshotCache
org.sonar.batch.index   
org.sonar.batch.issue   
 

Uses of SnapshotCache in org.sonar.batch.index
 

Methods in org.sonar.batch.index that return SnapshotCache
 SnapshotCache SnapshotCache.put(String componentKey, Snapshot snapshot)
           
 

Constructors in org.sonar.batch.index with parameters of type SnapshotCache
ComponentDataPersister(ComponentDataCache data, SnapshotCache snapshots, SnapshotDataDao dao, MyBatis mybatis)
           
DefaultResourcePersister(DatabaseSession session, ResourcePermissions permissions, SnapshotCache snapshotCache, ResourceCache resourceCache)
           
DuplicationPersister(MyBatis mybatis, RuleFinder ruleFinder, SnapshotCache snapshotCache, ResourceCache resourceCache, DuplicationCache duplicationCache, MetricFinder metricFinder)
           
MeasurePersister(MyBatis mybatis, RuleFinder ruleFinder, MeasureCache measureCache, SnapshotCache snapshotCache, ResourceCache resourceCache)
           
 

Uses of SnapshotCache in org.sonar.batch.issue
 

Constructors in org.sonar.batch.issue with parameters of type SnapshotCache
ScanIssueStorage(MyBatis mybatis, RuleFinder ruleFinder, SnapshotCache snapshotCache, ResourceDao resourceDao, ProjectTree projectTree)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.