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

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

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

Methods in org.eclipse.jgit.storage.dht.spi that return ObjectIndexTable
 ObjectIndexTable Database.objectIndex()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.cache that return ObjectIndexTable
 ObjectIndexTable CacheDatabase.objectIndex()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.memory that return ObjectIndexTable
 ObjectIndexTable MemoryDatabase.objectIndex()
           
 



Copyright © 2011. All Rights Reserved.