Uses of Class
org.tranche.hash.DiskBackedBigHashSet

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.
 



This code is free for use both commercially and non-commercially as stated in the project's license