Uses of Class
com.tangosol.io.journal.AbstractJournalRM.DefaultDependencies
Packages that use AbstractJournalRM.DefaultDependencies
-
Uses of AbstractJournalRM.DefaultDependencies in com.tangosol.io.journal
Subclasses of AbstractJournalRM.DefaultDependencies in com.tangosol.io.journalModifier and TypeClassDescriptionstatic class
The DefaultDependencies class provides a default implementation of Dependencies.static class
The DefaultDependencies class provides a default implementation of Dependencies.Methods in com.tangosol.io.journal that return AbstractJournalRM.DefaultDependenciesModifier and TypeMethodDescriptionAbstractJournalRM.cloneDependencies
(AbstractJournalRM.Dependencies deps) Clone the Dependencies object.AbstractJournalRM.DefaultDependencies.setCollectorLoadFactor
(double dflFactor) Set the use-percentage of file below which it becomes eligible for garbage collection.AbstractJournalRM.DefaultDependencies.setCollectorTimeout
(long cCollectorTimeout) Set the number of milliseconds the Collector daemon can remain unresponsive prior to being considered timed out.AbstractJournalRM.DefaultDependencies.setMaxFileSize
(long maxFileSize) Set the maximum size of the underlying journal files.AbstractJournalRM.DefaultDependencies.setMaxJournalSize
(long cbMax) Set the total amount of bytes that can be allocated for Journal storage.AbstractJournalRM.DefaultDependencies.setMaxValueSize
(int valueSize) Set the maximum size, in bytes, of Binary values to store.