See: Description
| Interface | Description |
|---|---|
| FileResource |
A File Resource with a FileType for use by Runtimes
|
| RuntimeClasspathProvider |
Interface to be implemented by each REEF runtime (YARN, Mesos, Local) to provide additional classpath elements to be
pre- and postfixed to the user classpath.
|
| Class | Description |
|---|---|
| ClasspathProvider |
Supplies the classpath to REEF for process (Driver, Evaluator) launches.
|
| FileResourceImpl |
Default POJO implementation of FileResource.
|
| FileResourceImpl.Builder |
Builder used to create FileResource instances.
|
| JobJarMaker |
Utility that takes a JobSubmissionProto and turns it into a Job Submission Jar.
|
| REEFFileNames |
Access to the various places things go according to the REEF file system standard.
|
| Enum | Description |
|---|---|
| FileType |
Type of a File Resource used by Runtimes
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.