|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataBlockUtil | |
|---|---|
| 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 DataBlockUtil in org.tranche.flatfile |
|---|
| Methods in org.tranche.flatfile that return DataBlockUtil | |
|---|---|
DataBlockUtil |
FlatFileTrancheServer.getDataBlockUtil()
Get the DataBlockUtil associated with this FlatFileTrancheServer. |
| Methods in org.tranche.flatfile with parameters of type DataBlockUtil | |
|---|---|
static void |
ProjectFindingThread.loadDataBlocks(DataBlockUtil dbu)
Depth-first traversal of data blocks to repair and merge old data blocks. |
| Constructors in org.tranche.flatfile with parameters of type DataBlockUtil | |
|---|---|
DataBlock(java.lang.String filename,
DataDirectoryConfiguration ddc,
DataBlockUtil dbu)
|
|
ReplaceCorruptedDataBlockThread(DataBlockUtil dbu)
Private constructor. |
|
| Uses of DataBlockUtil in org.tranche.util |
|---|
| Methods in org.tranche.util with parameters of type DataBlockUtil | |
|---|---|
static void |
IOUtil.safeClose(DataBlockUtil dbu)
Helper method to safely close a DataBlockUtil. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||