Uses of Class
be.panako.strategy.olaf.storage.OlafHit

Packages that use OlafHit
Package Description
be.panako.strategy.olaf.storage  
  • Uses of OlafHit in be.panako.strategy.olaf.storage

    Method parameters in be.panako.strategy.olaf.storage with type arguments of type OlafHit
    Modifier and Type Method Description
    void OlafStorage.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range)  
    void OlafStorage.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range, java.util.Set<java.lang.Integer> resourcesToAvoid)  
    void OlafStorageFile.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range)  
    void OlafStorageFile.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range, java.util.Set<java.lang.Integer> resourcesToAvoid)  
    void OlafStorageKV.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range)  
    void OlafStorageKV.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range, java.util.Set<java.lang.Integer> resourcesToAvoid)  
    void OlafStorageMemory.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range)  
    void OlafStorageMemory.processQueryQueue​(java.util.Map<java.lang.Long,​java.util.List<OlafHit>> matchAccumulator, int range, java.util.Set<java.lang.Integer> resourcesToAvoid)