|
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 | |||||||
public static interface Journal.JournalConsumer
An interface that represents the actions that a Journal may request of an object that uses the Journal.
| Method Summary | |
|---|---|
void |
dedupe(byte[][] aab)This method may be invoked by the Journal implementation to request that any immutable byte arrays managed by the consumer be de-duplicated. |
void |
evacuate(long lTicketMask, long lTicketValue)This method may be invoked by the Journal implementation to request that the consumer evacuate a particular journal file. |
java.lang.String |
getDescription()Format a String description of the Consumer. |
| Methods inherited from interface com.oracle.common.base.Disposable |
|---|
dispose |
| Method Detail |
|---|
void evacuate(long lTicketMask,
long lTicketValue)
lTicketMask - indicates which bits of the tickets to checklTicketValue - indicates what bit pattern needs to be matched on the tickets in order to select them for evacuationvoid dedupe(byte[][] aab)
aab - an array of byte[] objects for intern-ing byte[] referencesjava.lang.String getDescription()
|
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 | |||||||