|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.2) E26043-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface AbstractJournalRM.Dependencies
The Dependencies interface provides AbstractJournalRM with its external dependencies.
Method Summary | |
---|---|
double |
getCollectorLoadFactor() Return the load factor threshold at which files become eligible for garbage collection (compaction). |
long |
getMaxFileSize() Return the maximum allowable size, in bytes, of each individual file used to hold Journal data. |
int |
getMaxValueSize() Return the maximum allowable size, in bytes, of a Binary value. |
Method Detail |
---|
int getMaxValueSize()
long getMaxFileSize()
double getCollectorLoadFactor()
When the portion of released data exceeds (1 - threshold), the file becomes eligible for compaction (garbage collection).
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.2) E26043-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |