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

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

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

Methods in org.eclipse.jgit.storage.dht.spi that return RefTable
 RefTable Database.ref()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.cache that return RefTable
 RefTable CacheDatabase.ref()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.memory that return RefTable
 RefTable MemoryDatabase.ref()
           
 



Copyright © 2011. All Rights Reserved.