org.apache.hadoop.hbase.master.snapshot
Class SnapshotFileCache.RefreshCacheTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache.RefreshCacheTask
All Implemented Interfaces:
Runnable
Enclosing class:
SnapshotFileCache

public class SnapshotFileCache.RefreshCacheTask
extends TimerTask

Simple helper task that just periodically attempts to refresh the cache


Constructor Summary
SnapshotFileCache.RefreshCacheTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotFileCache.RefreshCacheTask

public SnapshotFileCache.RefreshCacheTask()
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 2015 The Apache Software Foundation. All rights reserved.