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

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

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

Methods in org.eclipse.jgit.storage.dht.spi with parameters of type ChunkInfo
 void RepositoryTable.put(RepositoryKey repo, ChunkInfo info, WriteBuffer buffer)
          Record the existence of a chunk.
 

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

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type ChunkInfo
 void CacheRepositoryTable.put(RepositoryKey repo, ChunkInfo info, WriteBuffer buffer)
           
 



Copyright © 2011. All Rights Reserved.