Uses of Class
org.eclipse.jgit.storage.dfs.DfsPackFile

Packages that use DfsPackFile
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
 

Uses of DfsPackFile in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return DfsPackFile
 DfsPackFile[] DfsObjDatabase.getCurrentPacks()
          List currently known pack files in the repository, without scanning.
 DfsPackFile BeforeDfsPackIndexLoadedEvent.getPackFile()
           
 DfsPackFile[] DfsObjDatabase.getPacks()
          Scan and list all available pack files in the repository.
 

Methods in org.eclipse.jgit.storage.dfs that return types with arguments of type DfsPackFile
 Collection<DfsPackFile> DfsBlockCache.getPackFiles()
          Get the pack files stored in this cache.
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type DfsPackFile
 DfsPackCompactor DfsPackCompactor.add(DfsPackFile pack)
          Add a pack to be compacted.
 

Constructors in org.eclipse.jgit.storage.dfs with parameters of type DfsPackFile
BeforeDfsPackIndexLoadedEvent(DfsPackFile pack)
          A new event triggered before a PackFile index is loaded.
 



Copyright © 2013. All Rights Reserved.