| Added Methods | 
  | voidaddArchiveToClassPath(Path,Configuration, FileSystem) | Add an archive path to the current set of classpath entries. | 
  | booleanaddArchiveToSharedCache(URI,Configuration) | Add an archive to job config for shared cache processing. | 
  | voidaddCacheArchive(URI,Configuration) | Add an archives to be localized to the conf. | 
  | voidaddCacheFile(URI,Configuration) | Add a file to be localized to the conf. | 
  | voidaddFileToClassPath(Path,Configuration, FileSystem) | Add a file path to the current set of classpath entries. | 
  | voidaddFileToClassPath(Path,Configuration, FileSystem, boolean) | Add a file path to the current set of classpath entries. | 
  | booleanaddFileToSharedCache(URI,Configuration) | Add a file to job config for shared cache processing. | 
  | booleanaddFileToSharedCacheAndClasspath(URI,Configuration) | Add a file to job config for shared cache processing. | 
  | voidclose() | Close the Job. | 
  | MapgetArchiveSharedCacheUploadPolicies(Configuration) | This is to get the shared cache upload policies for archives. | 
  | MapgetFileSharedCacheUploadPolicies(Configuration) | This is to get the shared cache upload policies for files. | 
  | voidsetArchiveSharedCacheUploadPolicies(Configuration,Map) | This is to set the shared cache upload policies for archives. | 
  | voidsetCacheArchives(URI[],Configuration) | Set the configuration with the given set of archives. | 
  | voidsetCacheFiles(URI[],Configuration) | Set the configuration with the given set of files. | 
  | voidsetFileSharedCacheUploadPolicies(Configuration,Map) | This is to set the shared cache upload policies for files. | 
  | voidsetPriorityAsInteger(int) | Set the priority of a running job. |