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

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

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

Methods in org.eclipse.jgit.storage.dht.spi that return RepositoryTable
 RepositoryTable Database.repository()
           
 

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

Classes in org.eclipse.jgit.storage.dht.spi.cache that implement RepositoryTable
 class CacheRepositoryTable
          Cache wrapper around RepositoryTable.
 

Methods in org.eclipse.jgit.storage.dht.spi.cache that return RepositoryTable
 RepositoryTable CacheDatabase.repository()
           
 

Constructors in org.eclipse.jgit.storage.dht.spi.cache with parameters of type RepositoryTable
CacheRepositoryTable(RepositoryTable dbTable, CacheDatabase cacheDatabase)
          Initialize a new wrapper.
 

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

Methods in org.eclipse.jgit.storage.dht.spi.memory that return RepositoryTable
 RepositoryTable MemoryDatabase.repository()
           
 



Copyright © 2011. All Rights Reserved.