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

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

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

Methods in org.eclipse.jgit.storage.dht.spi that return RepositoryIndexTable
 RepositoryIndexTable Database.repositoryIndex()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.cache that return RepositoryIndexTable
 RepositoryIndexTable CacheDatabase.repositoryIndex()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.memory that return RepositoryIndexTable
 RepositoryIndexTable MemoryDatabase.repositoryIndex()
           
 



Copyright © 2011. All Rights Reserved.