|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataBlockCacheEntry | |
|---|---|
| org.tranche.flatfile | The FlatFileTrancheServer handles the routing of data and meta data between the Server instance and the DataBlockUtil, and imposes sercurity. |
| Uses of DataBlockCacheEntry in org.tranche.flatfile |
|---|
| Methods in org.tranche.flatfile that return DataBlockCacheEntry | |
|---|---|
static DataBlockCacheEntry |
DataBlockCacheEntry.create(BigHash chunkHash,
DataBlock dataBlock,
int offset,
int size)
Create an entry for the cache. |
DataBlockCacheEntry |
DataBlockCache.get(BigHash hash,
boolean isMetaData)
Returns the DataBlockCacheEntry from the cache if exists, or null if not there. |
| Methods in org.tranche.flatfile with parameters of type DataBlockCacheEntry | |
|---|---|
void |
DataBlockCache.add(DataBlockCacheEntry e,
boolean isMetaData)
Add a DataBlockCacheEntry to the cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||