Uses of Class
com.tangosol.io.journal.FlashJournalRM.DefaultDependencies
Packages that use FlashJournalRM.DefaultDependencies
-
Uses of FlashJournalRM.DefaultDependencies in com.tangosol.io.journal
Methods in com.tangosol.io.journal that return FlashJournalRM.DefaultDependenciesModifier and TypeMethodDescriptionFlashJournalRM.cloneDependencies(AbstractJournalRM.Dependencies deps) Clone the Dependencies object.FlashJournalRM.DefaultDependencies.setBufferSize(int cb) Configure the size of the write buffers.FlashJournalRM.DefaultDependencies.setDirectory(String dirTemp) Configure the directory to use for journal files.FlashJournalRM.DefaultDependencies.setHighFileCount(int cHighFiles) Set the high file count at which compulsory garbage collection (compaction) occurs.FlashJournalRM.DefaultDependencies.setHighJournalFactor(float flHighJournalPct) Set the high journal percentage.FlashJournalRM.DefaultDependencies.setHighJournalSize(long cbHighJournalSize) Set the high journal size.FlashJournalRM.DefaultDependencies.setMaxBacklogSize(int cb) Specify the size, in bytes, of the maximum backlog.FlashJournalRM.DefaultDependencies.setMaxPoolSize(long cb) Configure the size of the write buffers pool.FlashJournalRM.DefaultDependencies.setPurgeDelayMillis(long cPurgeDelayMillis) Sets the delay from the last touch of a tmp file until it is eligible for purging.FlashJournalRM.DefaultDependencies.setWriterTimeout(long cWriterTimeout) Set the number of milliseconds the Writer daemon can remain unresponsive prior to being considered timed out.FlashJournalRM.DefaultDependencies.validate()Validate the supplied dependencies.