net.sf.eos.hadoop
Class TestDistributedCacheStrategy
java.lang.Object
  
net.sf.eos.hadoop.TestDistributedCacheStrategy
- All Implemented Interfaces: 
 - DistributedCacheStrategy
 
public class TestDistributedCacheStrategy
- extends Object
- implements DistributedCacheStrategy
  
Supports the cache in a test environment.
- Author:
 
  - Sascha Kohlmann
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TestDistributedCacheStrategy
public TestDistributedCacheStrategy()
distributedCachePathes
public Path[] distributedCachePathes(JobConf conf)
                              throws IOException
- Description copied from interface: 
DistributedCacheStrategy 
- Strategies implementing classes must implement this method.
- Specified by:
 distributedCachePathes in interface DistributedCacheStrategy
 
- Parameters:
 conf - the environment configuration to get the cache
- Returns:
 - pathes to the chache.
 - Throws:
 IOException - if an error occurs
 
 
Copyright © 2008. All Rights Reserved.