Uses of Package
org.eclipse.jgit.storage.dht.spi

Packages that use org.eclipse.jgit.storage.dht.spi
org.eclipse.jgit.storage.dht   
org.eclipse.jgit.storage.dht.spi   
org.eclipse.jgit.storage.dht.spi.cache   
org.eclipse.jgit.storage.dht.spi.memory   
org.eclipse.jgit.storage.dht.spi.util   
 

Classes in org.eclipse.jgit.storage.dht.spi used by org.eclipse.jgit.storage.dht
Database
          A distributed database implementation.
 

Classes in org.eclipse.jgit.storage.dht.spi used by org.eclipse.jgit.storage.dht.spi
ChunkTable
          Stores object data in compressed pack format.
Context
          Options used when accessing a Database.
ObjectIndexTable
          Associates an ObjectId to the ChunkKey its stored in.
RefTable
          Tracks all branches and tags for a repository.
RepositoryIndexTable
          Maps a repository name from a URL, to the internal RepositoryKey.
RepositoryTable
          Tracks high-level information about all known repositories.
WriteBuffer
          Potentially buffers writes until full, or until flush.
 

Classes in org.eclipse.jgit.storage.dht.spi used by org.eclipse.jgit.storage.dht.spi.cache
ChunkTable
          Stores object data in compressed pack format.
Context
          Options used when accessing a Database.
Database
          A distributed database implementation.
ObjectIndexTable
          Associates an ObjectId to the ChunkKey its stored in.
RefTable
          Tracks all branches and tags for a repository.
RepositoryIndexTable
          Maps a repository name from a URL, to the internal RepositoryKey.
RepositoryTable
          Tracks high-level information about all known repositories.
WriteBuffer
          Potentially buffers writes until full, or until flush.
 

Classes in org.eclipse.jgit.storage.dht.spi used by org.eclipse.jgit.storage.dht.spi.memory
ChunkTable
          Stores object data in compressed pack format.
Database
          A distributed database implementation.
ObjectIndexTable
          Associates an ObjectId to the ChunkKey its stored in.
RefTable
          Tracks all branches and tags for a repository.
RepositoryIndexTable
          Maps a repository name from a URL, to the internal RepositoryKey.
RepositoryTable
          Tracks high-level information about all known repositories.
WriteBuffer
          Potentially buffers writes until full, or until flush.
 

Classes in org.eclipse.jgit.storage.dht.spi used by org.eclipse.jgit.storage.dht.spi.util
WriteBuffer
          Potentially buffers writes until full, or until flush.
 



Copyright © 2011. All Rights Reserved.