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

Packages that use org.eclipse.jgit.storage.dht
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 used by org.eclipse.jgit.storage.dht
AsyncCallback
          Receives notification when an asynchronous operation has finished.
CachedPackKey
          Unique identifier of a GitStore.CachedPackInfo in the DHT.
ChunkIndex
          Index into a PackChunk.
ChunkKey
          Unique identifier of a PackChunk in the DHT.
DhtException
          Any error caused by a Database operation.
DhtInserterOptions
          Options controlling how objects are inserted into a DHT stored repository.
DhtObjDatabase
          ObjectDatabase stored on top of the DHT database.
DhtReader.Statistics
          How this DhtReader has performed since creation.
DhtReader.Statistics.ChunkAccess
          Summary describing how a chunk was accessed.
DhtReaderOptions
          Options controlling how objects are read from a DHT stored repository.
DhtRefDatabase
          Repository references stored on top of a DHT database.
DhtRepository
          A Git repository storing its objects and references in a DHT.
DhtRepositoryBuilder
          Constructs a DhtRepository.
DhtText
          Translation bundle for the DHT storage provider.
ObjectIndexKey
          Identifies an ObjectId in the DHT.
ObjectInfo
          Connects an object to the chunk it is stored in.
PackChunk
          Chunk of object data, stored under a ChunkKey.
PackChunk.Members
          Constructs a PackChunk while reading from the DHT.
RefKey
          Unique identifier of a reference in the DHT.
RepositoryKey
           
RepositoryName
          Unique name of a repository, as specified by the URL.
RowKey
          Key for any row that the DHT will be asked to store.
Sync
          Helper to implement a synchronous method in terms of an asynchronous one.
Timeout
          Length of time to wait for an operation before giving up.
 

Classes in org.eclipse.jgit.storage.dht used by org.eclipse.jgit.storage.dht.spi
AsyncCallback
          Receives notification when an asynchronous operation has finished.
CachedPackKey
          Unique identifier of a GitStore.CachedPackInfo in the DHT.
ChunkInfo
          Summary information about a chunk owned by a repository.
ChunkKey
          Unique identifier of a PackChunk in the DHT.
DhtException
          Any error caused by a Database operation.
ObjectIndexKey
          Identifies an ObjectId in the DHT.
ObjectInfo
          Connects an object to the chunk it is stored in.
PackChunk.Members
          Constructs a PackChunk while reading from the DHT.
RefKey
          Unique identifier of a reference in the DHT.
RepositoryKey
           
RepositoryName
          Unique name of a repository, as specified by the URL.
 

Classes in org.eclipse.jgit.storage.dht used by org.eclipse.jgit.storage.dht.spi.cache
AsyncCallback
          Receives notification when an asynchronous operation has finished.
CachedPackKey
          Unique identifier of a GitStore.CachedPackInfo in the DHT.
ChunkInfo
          Summary information about a chunk owned by a repository.
ChunkKey
          Unique identifier of a PackChunk in the DHT.
DhtException
          Any error caused by a Database operation.
ObjectIndexKey
          Identifies an ObjectId in the DHT.
ObjectInfo
          Connects an object to the chunk it is stored in.
PackChunk.Members
          Constructs a PackChunk while reading from the DHT.
RefKey
          Unique identifier of a reference in the DHT.
RepositoryKey
           
RepositoryName
          Unique name of a repository, as specified by the URL.
RowKey
          Key for any row that the DHT will be asked to store.
Timeout
          Length of time to wait for an operation before giving up.
 

Classes in org.eclipse.jgit.storage.dht used by org.eclipse.jgit.storage.dht.spi.memory
DhtRepository
          A Git repository storing its objects and references in a DHT.
 

Classes in org.eclipse.jgit.storage.dht used by org.eclipse.jgit.storage.dht.spi.util
AsyncCallback
          Receives notification when an asynchronous operation has finished.
DhtException
          Any error caused by a Database operation.
RowKey
          Key for any row that the DHT will be asked to store.
 



Copyright © 2011. All Rights Reserved.