protected static interface AbstractJournalRM.Dependencies
| Modifier and Type | Method and Description | 
|---|---|
double | 
getCollectorLoadFactor()
Return the load factor threshold at which files become eligible for garbage collection (compaction). 
 | 
long | 
getCollectorTimeout()
Return the number of milliseconds the Collector can be unresponsive prior to considering the Collector timed out. 
 | 
long | 
getMaxFileSize()
Return the maximum allowable size, in bytes, of each individual file used to hold Journal data. 
 | 
long | 
getMaxJournalSize()
Return the total amount of memory, in bytes, that can be allocated for Journal storage. 
 | 
int | 
getMaxValueSize()
Return the maximum allowable size, in bytes, of a Binary value. 
 | 
int getMaxValueSize()
long getMaxFileSize()
long getMaxJournalSize()
double getCollectorLoadFactor()
When the portion of released data exceeds (1 - threshold), the file becomes eligible for compaction (garbage collection).
long getCollectorTimeout()