|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.storage.pack.CachedPack
org.eclipse.jgit.storage.dht.DhtCachedPack
public class DhtCachedPack
A cached pack stored by the DHT.
Method Summary | |
---|---|
GitStore.CachedPackInfo |
getCachedPackInfo()
|
long |
getDeltaCount()
|
long |
getObjectCount()
|
java.util.Set<ObjectId> |
getTips()
|
boolean |
hasObject(ObjectToPack obj,
StoredObjectRepresentation rep)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Set<ObjectId> getTips()
getTips
in class CachedPack
public long getObjectCount()
getObjectCount
in class CachedPack
public long getDeltaCount() throws java.io.IOException
getDeltaCount
in class CachedPack
java.io.IOException
public GitStore.CachedPackInfo getCachedPackInfo()
public boolean hasObject(ObjectToPack obj, StoredObjectRepresentation rep)
hasObject
in class CachedPack
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |