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

Packages that use DhtRepository
org.eclipse.jgit.storage.dht   
org.eclipse.jgit.storage.dht.spi.memory   
 

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

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

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

Methods in org.eclipse.jgit.storage.dht.spi.memory that return DhtRepository
 DhtRepository MemoryDatabase.open(java.lang.String name)
          Open a repository by name on this database.
 



Copyright © 2011. All Rights Reserved.