|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-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 |
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. |
| Method Detail |
|---|
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()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||