|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiskBackedBigHashSet | |
|---|---|
| org.tranche.flatfile | The FlatFileTrancheServer handles the routing of data and meta data between the Server instance and the DataBlockUtil, and imposes sercurity. |
| org.tranche.util | Utilities used by Tranche and other tools for handling lower-level tasks (such as compression, encryption, managing temporary files, etc.). |
| Uses of DiskBackedBigHashSet in org.tranche.flatfile |
|---|
| Fields in org.tranche.flatfile declared as DiskBackedBigHashSet | |
|---|---|
DiskBackedBigHashSet |
DataBlockUtil.dataHashes
The disk-backed list of data chunk hashes. |
DiskBackedBigHashSet |
DataBlockUtil.metaDataHashes
The disk-backed list of meta data chunk hashes. |
| Uses of DiskBackedBigHashSet in org.tranche.util |
|---|
| Methods in org.tranche.util with parameters of type DiskBackedBigHashSet | |
|---|---|
static void |
IOUtil.safeClose(DiskBackedBigHashSet set)
Helper method to safely close disk-backed colletion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||