CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net.cache
Class ReadWriteBackingMap.WriteThread

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.Daemon
          extended by com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
All Implemented Interfaces:
Runnable
Enclosing class:
ReadWriteBackingMap

public class ReadWriteBackingMap.WriteThread
extends Daemon

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.

Author:
cp 2002.10.22

Nested Class Summary
 
Nested classes/interfaces inherited from class com.tangosol.util.Daemon
Daemon.DaemonWorker
 
Constructor Summary
ReadWriteBackingMap.WriteThread()
          Default constructor.
 
Method Summary
 void run()
          The daemon's implementation method.
 
Methods inherited from class com.tangosol.util.Daemon
changeState, configureWorker, getConfiguredName, getConfiguredPriority, getDescription, getState, getThread, getThreadContextClassLoader, getWorker, instantiateWorker, isOnWorkerThread, isRunning, isStopping, setConfiguredName, setConfiguredPriority, setThreadContextClassLoader, start, stop, toStateString, toString
 

Constructor Detail

ReadWriteBackingMap.WriteThread

public ReadWriteBackingMap.WriteThread()
Default constructor.

Method Detail

run

public void run()
The daemon's implementation method.

Specified by:
run in interface Runnable
Specified by:
run in class Daemon

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation