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

Packages that use DfsPackDescription
org.eclipse.jgit.storage.dfs   
 

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

Methods in org.eclipse.jgit.storage.dfs that return DfsPackDescription
 DfsPackDescription DfsPackDescription.clearPackStats()
          Discard the pack statistics, if it was populated.
 DfsPackDescription DfsPackParser.getPackDescription()
           
 DfsPackDescription DfsPackFile.getPackDescription()
           
 DfsPackDescription DfsCachedPack.getPackDescription()
           
protected abstract  DfsPackDescription DfsObjDatabase.newPack(DfsObjDatabase.PackSource source)
          Generate a new unique name for a pack file.
 DfsPackDescription DfsPackDescription.setDeltaCount(long cnt)
           
 DfsPackDescription DfsPackDescription.setIndexSize(long bytes)
           
 DfsPackDescription DfsPackDescription.setLastModified(long timeMillis)
           
 DfsPackDescription DfsPackDescription.setObjectCount(long cnt)
           
 DfsPackDescription DfsPackDescription.setPackSize(long bytes)
           
 DfsPackDescription DfsPackDescription.setTips(Set<ObjectId> tips)
           
 

Methods in org.eclipse.jgit.storage.dfs that return types with arguments of type DfsPackDescription
 List<DfsPackDescription> DfsGarbageCollector.getNewPacks()
           
 List<DfsPackDescription> DfsPackCompactor.getNewPacks()
           
 List<DfsPackDescription> DfsGarbageCollector.getSourcePacks()
           
 List<DfsPackDescription> DfsPackCompactor.getSourcePacks()
           
protected abstract  List<DfsPackDescription> DfsObjDatabase.listPacks()
          List the available pack files.
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type DfsPackDescription
 int DfsPackDescription.compareTo(DfsPackDescription b)
          Sort packs according to the optimal lookup ordering.
protected abstract  ReadableChannel DfsObjDatabase.openPackFile(DfsPackDescription desc)
          Open a pack file for reading.
protected abstract  ReadableChannel DfsObjDatabase.openPackIndex(DfsPackDescription desc)
          Open a pack index for reading.
protected abstract  DfsOutputStream DfsObjDatabase.writePackFile(DfsPackDescription desc)
          Open a pack file for writing.
protected abstract  DfsOutputStream DfsObjDatabase.writePackIndex(DfsPackDescription desc)
          Open a pack index for writing.
 

Method parameters in org.eclipse.jgit.storage.dfs with type arguments of type DfsPackDescription
protected  void DfsObjDatabase.commitPack(Collection<DfsPackDescription> desc, Collection<DfsPackDescription> replaces)
          Commit a pack and index pair that was written to the DFS.
protected  void DfsObjDatabase.commitPack(Collection<DfsPackDescription> desc, Collection<DfsPackDescription> replaces)
          Commit a pack and index pair that was written to the DFS.
protected abstract  void DfsObjDatabase.commitPackImpl(Collection<DfsPackDescription> desc, Collection<DfsPackDescription> replaces)
          Implementation of pack commit.
protected abstract  void DfsObjDatabase.commitPackImpl(Collection<DfsPackDescription> desc, Collection<DfsPackDescription> replaces)
          Implementation of pack commit.
protected abstract  void DfsObjDatabase.rollbackPack(Collection<DfsPackDescription> desc)
          Try to rollback a pack creation.
 



Copyright © 2012. All Rights Reserved.