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

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

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

Methods in org.eclipse.jgit.storage.dht that return ObjectIndexKey
static ObjectIndexKey ObjectIndexKey.create(RepositoryKey repo, AnyObjectId objId)
           
static ObjectIndexKey ObjectIndexKey.fromBytes(byte[] key)
           
static ObjectIndexKey ObjectIndexKey.fromString(java.lang.String key)
           
 

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

Methods in org.eclipse.jgit.storage.dht.spi with parameters of type ObjectIndexKey
 void ObjectIndexTable.add(ObjectIndexKey objId, ObjectInfo info, WriteBuffer buffer)
          Record the fact that objId can be found by info.
 void ObjectIndexTable.remove(ObjectIndexKey objId, ChunkKey chunk, WriteBuffer buffer)
          Remove a single chunk from an object.
 

Method parameters in org.eclipse.jgit.storage.dht.spi with type arguments of type ObjectIndexKey
 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.
 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 ObjectIndexKey in org.eclipse.jgit.storage.dht.spi.cache
 

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

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