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

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

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

Methods in org.eclipse.jgit.storage.dht.spi that return ChunkTable
 ChunkTable Database.chunk()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.cache that return ChunkTable
 ChunkTable CacheDatabase.chunk()
           
 

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

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

Methods in org.eclipse.jgit.storage.dht.spi.memory that return ChunkTable
 ChunkTable MemoryDatabase.chunk()
           
 



Copyright © 2011. All Rights Reserved.