org.apache.hadoop.hbase.master.snapshot
Class SnapshotFileCache.RefreshCacheTask
java.lang.Object
java.util.TimerTask
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
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotFileCache.RefreshCacheTask
public SnapshotFileCache.RefreshCacheTask()
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.