Uses of Class
p2pMapReduce.mapreduceModule.Path

Packages that use Path
p2pMapReduce.mapreduceModule Collection of class to implement a map reduce framework. 
p2pMapReduce.mapreduceModule.conf   
p2pMapReduce.mapreduceModule.util   
 

Uses of Path in p2pMapReduce.mapreduceModule
 

Methods in p2pMapReduce.mapreduceModule that return Path
 Path Path.getParent()
          Returns the parent of a path or null if at root.
 Path JobConf.getWorkingDirectory()
          Get the current working directory for the default file system.
 Path JobContext.getWorkingDirectory()
          Get the current working directory for the default file system.
 Path JobContextImpl.getWorkingDirectory()
          Get the current working directory for the default file system.
 Path WrappedMapper.Context.getWorkingDirectory()
           
 Path WrappedReducer.Context.getWorkingDirectory()
           
 Path Path.makeQualified(java.net.URI defaultUri, Path workingDir)
          Returns a qualified path object.
 Path Path.suffix(java.lang.String suffix)
          Adds a suffix to the final name in the path.
 

Methods in p2pMapReduce.mapreduceModule with parameters of type Path
 Path Path.makeQualified(java.net.URI defaultUri, Path workingDir)
          Returns a qualified path object.
 void Job.setWorkingDirectory(Path dir)
          Set the current working directory for the default file system.
 void JobConf.setWorkingDirectory(Path dir)
          Set the current working directory for the default file system.
 

Constructors in p2pMapReduce.mapreduceModule with parameters of type Path
JobConf(Path config)
          Construct a map/reduce configuration.
Path(Path parent, Path child)
          Resolve a child path against a parent path.
Path(Path parent, java.lang.String child)
          Resolve a child path against a parent path.
Path(java.lang.String parent, Path child)
          Resolve a child path against a parent path.
 

Uses of Path in p2pMapReduce.mapreduceModule.conf
 

Methods in p2pMapReduce.mapreduceModule.conf with parameters of type Path
 void Configuration.addResource(Path file)
          Add a configuration resource.
 

Uses of Path in p2pMapReduce.mapreduceModule.util
 

Methods in p2pMapReduce.mapreduceModule.util that return Path
static Path[] StringUtils.stringToPath(java.lang.String[] str)