| 
 | 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 | |||||||
java.lang.Object
   com.tangosol.io.journal.BackupJournalRM.FlashConsumer
com.tangosol.io.journal.BackupJournalRM.FlashConsumer
protected class BackupJournalRM.FlashConsumer
The FlashConsumer is a "dummy" consumer used to obtain a flash journal instance.
| Constructor Summary | |
|---|---|
| protected | BackupJournalRM.FlashConsumer() | 
| 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 | dispose() | 
|  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. | 
| Constructor Detail | 
|---|
protected BackupJournalRM.FlashConsumer()
| Method Detail | 
|---|
public void evacuate(long lTicketMask,
                     long lTicketValue)
evacuate in interface Journal.JournalConsumerlTicketMask - 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 evacuationpublic void dedupe(byte[][] aab)
dedupe in interface Journal.JournalConsumeraab - an array of byte[] objects for intern-ing byte[] referencespublic java.lang.String getDescription()
getDescription in interface Journal.JournalConsumerpublic void dispose()
dispose in interface com.oracle.common.base.Disposable| 
 | 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 | |||||||