Uses of Class
org.eclipse.jgit.storage.dht.spi.Context

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

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

Methods in org.eclipse.jgit.storage.dht.spi that return Context
static Context Context.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Context[] Context.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.storage.dht.spi with parameters of type Context
 void ChunkTable.get(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Collection<PackChunk.Members>> callback)
          Asynchronously load one or more chunks
 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.
 java.util.Map<RefKey,GitStore.RefData> RefTable.getAll(Context options, RepositoryKey repository)
          Read all known references in the repository.
 void ChunkTable.getMeta(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Map<ChunkKey,GitStore.ChunkMeta>> callback)
          Asynchronously load one or more chunk meta fields.
 

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

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type Context
 void CacheChunkTable.get(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Collection<PackChunk.Members>> callback)
           
 void CacheObjectIndexTable.get(Context options, java.util.Set<ObjectIndexKey> objects, AsyncCallback<java.util.Map<ObjectIndexKey,java.util.Collection<ObjectInfo>>> callback)
           
 java.util.Map<RefKey,GitStore.RefData> CacheRefTable.getAll(Context options, RepositoryKey repository)
           
 void CacheChunkTable.getMeta(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Map<ChunkKey,GitStore.ChunkMeta>> callback)
           
 



Copyright © 2011. All Rights Reserved.