Uses of Interface
org.eclipse.jgit.storage.dht.spi.Database

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

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

Classes in org.eclipse.jgit.storage.dht with type parameters of type Database
 class DhtRepositoryBuilder<B extends DhtRepositoryBuilder,R extends DhtRepository,D extends Database>
          Constructs a DhtRepository.
 

Methods in org.eclipse.jgit.storage.dht that return Database
 Database DhtRepository.getDatabase()
           
 

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

Classes in org.eclipse.jgit.storage.dht.spi.cache that implement Database
 class CacheDatabase
          Uses a cache for fast-lookups, but falls-back to another Database.
 

Methods in org.eclipse.jgit.storage.dht.spi.cache that return Database
 Database CacheDatabase.getDatabase()
           
 

Constructors in org.eclipse.jgit.storage.dht.spi.cache with parameters of type Database
CacheDatabase(Database database, java.util.concurrent.ExecutorService executor, CacheService client, CacheOptions options)
          Initialize a cache database.
 

Uses of Database in org.eclipse.jgit.storage.dht.spi.memory
 

Classes in org.eclipse.jgit.storage.dht.spi.memory that implement Database
 class MemoryDatabase
          Stores Git repositories in non-persistent JVM heap memory.
 



Copyright © 2011. All Rights Reserved.