Uses of Class
org.eclipse.jgit.storage.dht.ObjectInfo

Packages that use ObjectInfo
org.eclipse.jgit.storage.dht   
org.eclipse.jgit.storage.dht.spi   
org.eclipse.jgit.storage.dht.spi.cache   
 

Uses of ObjectInfo in org.eclipse.jgit.storage.dht
 

Fields in org.eclipse.jgit.storage.dht with type parameters of type ObjectInfo
static java.util.Comparator<ObjectInfo> ObjectInfo.BY_TIME
          Orders ObjectInfo by their time member, oldest first.
 

Method parameters in org.eclipse.jgit.storage.dht with type arguments of type ObjectInfo
static void ObjectInfo.sort(java.util.List<ObjectInfo> toSort)
          Sort the info list according to time, oldest member first.
 

Uses of ObjectInfo in org.eclipse.jgit.storage.dht.spi
 

Methods in org.eclipse.jgit.storage.dht.spi with parameters of type ObjectInfo
 void ObjectIndexTable.add(ObjectIndexKey objId, ObjectInfo info, WriteBuffer buffer)
          Record the fact that objId can be found by info.
 

Method parameters in org.eclipse.jgit.storage.dht.spi with type arguments of type ObjectInfo
 void ObjectIndexTable.get(Context options, java.util.Set<ObjectIndexKey> objects, AsyncCallback<java.util.Map<ObjectIndexKey,java.util.Collection<ObjectInfo>>> callback)
          Asynchronously locate one or more objects in the repository.
 

Uses of ObjectInfo in org.eclipse.jgit.storage.dht.spi.cache
 

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type ObjectInfo
 void CacheObjectIndexTable.add(ObjectIndexKey objId, ObjectInfo info, WriteBuffer buffer)
           
 

Method parameters in org.eclipse.jgit.storage.dht.spi.cache with type arguments of type ObjectInfo
 void CacheObjectIndexTable.get(Context options, java.util.Set<ObjectIndexKey> objects, AsyncCallback<java.util.Map<ObjectIndexKey,java.util.Collection<ObjectInfo>>> callback)
           
 



Copyright © 2011. All Rights Reserved.