| 
 | 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.util.Base
com.tangosol.util.Base
       com.tangosol.util.Daemon
com.tangosol.util.Daemon
           com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
public class ReadWriteBackingMap.WriteThread
This is the write-behind thread that pulls things from the write-behind queue and writes them to the CacheStore that the backing map uses.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class com.tangosol.util.Daemon | 
|---|
| Daemon.DaemonWorker | 
| Field Summary | |
|---|---|
| protected  boolean | m_fRefreshContextField used to tell the ReadWriteBackingMap.WriteThreadto refresh itsGuardian.GuardContext. | 
| Constructor Summary | |
|---|---|
| ReadWriteBackingMap.WriteThread()Default constructor. | |
| Method Summary | |
|---|---|
|  void | run()The daemon's implementation method. | 
| protected  void | setGuardPolicy(Guardian guardian, long cTimeoutMillis, float flPctRecover)Set the Guardian and policy to guard this Daemon with. | 
|  void | terminate()Terminate this Guardable. | 
| Field Detail | 
|---|
protected volatile boolean m_fRefreshContext
ReadWriteBackingMap.WriteThread to refresh its Guardian.GuardContext.| Constructor Detail | 
|---|
public ReadWriteBackingMap.WriteThread()
| Method Detail | 
|---|
public void run()
run in interface java.lang.Runnablerun in class Daemonpublic void terminate()
This is the final action taken by the Guardian before the Guardable is removed from its responsibility list.
terminate in interface Guardableterminate in class Daemon
protected void setGuardPolicy(Guardian guardian,
                              long cTimeoutMillis,
                              float flPctRecover)
setGuardPolicy in class Daemonguardian - the Guardian that will be guarding this DaemoncTimeoutMillis - the timeout in ms for this Daemon, or 0 for the service guardian timeoutflPctRecover - the recovery percentage for this Daemon| 
 | 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 | |||||||