| Package | Description | 
|---|---|
| com.tangosol.io.journal | Contains classes related to the journaling services. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FlashJournalRM.DefaultDependenciesThe DefaultDependencies class provides a default implementation of Dependencies. | 
| static class  | RamJournalRM.DefaultDependenciesThe DefaultDependencies class provides a default implementation of Dependencies. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract AbstractJournalRM.DefaultDependencies | AbstractJournalRM. cloneDependencies(AbstractJournalRM.Dependencies deps)Clone the Dependencies object. | 
| AbstractJournalRM.DefaultDependencies | AbstractJournalRM.DefaultDependencies. setCollectorLoadFactor(double dflFactor)Set the use-percentage of file below which it becomes eligible for garbage collection. | 
| AbstractJournalRM.DefaultDependencies | AbstractJournalRM.DefaultDependencies. setCollectorTimeout(long cCollectorTimeout)Set the number of milliseconds the Collector daemon can remain unresponsive prior to being considered timed out. | 
| AbstractJournalRM.DefaultDependencies | AbstractJournalRM.DefaultDependencies. setMaxFileSize(long maxFileSize)Set the maximum size of the underlying journal files. | 
| AbstractJournalRM.DefaultDependencies | AbstractJournalRM.DefaultDependencies. setMaxJournalSize(long cbMax)Set the total amount of bytes that can be allocated for Journal storage. | 
| AbstractJournalRM.DefaultDependencies | AbstractJournalRM.DefaultDependencies. setMaxValueSize(int valueSize)Set the maximum size, in bytes, of Binary values to store. |