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

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

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

Fields in org.eclipse.jgit.storage.dht declared as ChunkKey
 ChunkKey DhtReader.Statistics.ChunkAccess.chunkKey
          Chunk this access block describes.
 

Methods in org.eclipse.jgit.storage.dht that return ChunkKey
static ChunkKey ChunkKey.create(RepositoryKey repo, ObjectId chunk)
           
static ChunkKey ChunkKey.fromBytes(byte[] key)
           
static ChunkKey ChunkKey.fromBytes(byte[] key, int ptr, int len)
           
static ChunkKey ChunkKey.fromString(java.lang.String key)
           
 ChunkKey ObjectInfo.getChunkKey()
           
 ChunkKey ChunkInfo.getChunkKey()
           
 ChunkKey PackChunk.getChunkKey()
           
 ChunkKey PackChunk.Members.getChunkKey()
           
 ChunkKey DhtMissingChunkException.getChunkKey()
           
 

Methods in org.eclipse.jgit.storage.dht with parameters of type ChunkKey
 PackChunk.Members PackChunk.Members.setChunkKey(ChunkKey key)
           
 

Constructors in org.eclipse.jgit.storage.dht with parameters of type ChunkKey
ChunkInfo(ChunkKey key, GitStore.ChunkInfo data)
          Wrap a ChunkInfo message.
DhtMissingChunkException(ChunkKey key)
          Initialize a new missing chunk exception.
DhtMissingChunkException(ChunkKey key, java.lang.Throwable why)
          Initialize a new missing chunk exception.
ObjectInfo(ChunkKey chunkKey, GitStore.ObjectInfo data)
          Wrap an ObjectInfo from the storage system.
ObjectInfo(ChunkKey chunkKey, long time, GitStore.ObjectInfo data)
          Wrap an ObjectInfo from the storage system.
 

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

Methods in org.eclipse.jgit.storage.dht.spi with parameters of type ChunkKey
 void ChunkTable.remove(ChunkKey key, WriteBuffer buffer)
          Completely remove a chunk and all of its data elements.
 void ObjectIndexTable.remove(ObjectIndexKey objId, ChunkKey chunk, WriteBuffer buffer)
          Remove a single chunk from an object.
 void RepositoryTable.remove(RepositoryKey repo, ChunkKey chunk, WriteBuffer buffer)
          Remove the information about a chunk.
 

Method parameters in org.eclipse.jgit.storage.dht.spi with type arguments of type ChunkKey
 void ChunkTable.get(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Collection<PackChunk.Members>> callback)
          Asynchronously load one or more chunks
 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.
 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 ChunkKey in org.eclipse.jgit.storage.dht.spi.cache
 

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type ChunkKey
 void CacheChunkTable.remove(ChunkKey key, WriteBuffer buffer)
           
 void CacheObjectIndexTable.remove(ObjectIndexKey objId, ChunkKey chunk, WriteBuffer buffer)
           
 void CacheRepositoryTable.remove(RepositoryKey repo, ChunkKey chunk, WriteBuffer buffer)
           
 

Method parameters in org.eclipse.jgit.storage.dht.spi.cache with type arguments of type ChunkKey
 void CacheChunkTable.get(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Collection<PackChunk.Members>> callback)
           
 void CacheChunkTable.getMeta(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Map<ChunkKey,GitStore.ChunkMeta>> callback)
           
 void CacheChunkTable.getMeta(Context options, java.util.Set<ChunkKey> keys, AsyncCallback<java.util.Map<ChunkKey,GitStore.ChunkMeta>> callback)
           
 



Copyright © 2011. All Rights Reserved.