Class ModifiedFilesWeigher
- java.lang.Object
- 
- com.google.gerrit.server.patch.diff.ModifiedFilesWeigher
 
- 
- All Implemented Interfaces:
- com.google.common.cache.Weigher<ModifiedFilesCacheKey,com.google.common.collect.ImmutableList<ModifiedFile>>
 
 public class ModifiedFilesWeigher extends Object implements com.google.common.cache.Weigher<ModifiedFilesCacheKey,com.google.common.collect.ImmutableList<ModifiedFile>> 
- 
- 
Constructor SummaryConstructors Constructor Description ModifiedFilesWeigher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intweigh(ModifiedFilesCacheKey key, com.google.common.collect.ImmutableList<ModifiedFile> modifiedFiles)
 
- 
- 
- 
Method Detail- 
weighpublic int weigh(ModifiedFilesCacheKey key, com.google.common.collect.ImmutableList<ModifiedFile> modifiedFiles) - Specified by:
- weighin interface- com.google.common.cache.Weigher<ModifiedFilesCacheKey,com.google.common.collect.ImmutableList<ModifiedFile>>
 
 
- 
 
-