|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |