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

com.tangosol.net.cache
Class ReadWriteBackingMap.ReadThread

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

public class ReadWriteBackingMap.ReadThread
extends Daemon

A thread that removes keys from a ReadWriteBackingMap.ReadQueue, reads the value for the key from the underlying CacheStore, and caches the value in the internal ReadWriteBackingMap cache.

Author:
jh 2005.02.08

Nested Class Summary
 
Nested classes/interfaces inherited from class com.tangosol.util.Daemon
Daemon.DaemonWorker
 
Constructor Summary
ReadWriteBackingMap.ReadThread()
          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.ReadThread

public ReadWriteBackingMap.ReadThread()
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