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.
|