A C D E G I J L M N O P R S T W 

A

addJavascriptFile(String) - Method in class eu.stratosphere.client.web.GUIServletStub
Adds a javascript file to be included in the header.
addStyleSheet(String) - Method in class eu.stratosphere.client.web.GUIServletStub
Adds a stylesheet file to be included in the header.

C

cancel(String[]) - Method in class eu.stratosphere.client.CliFrontend
Executes the cancel action.
checkJarFile(File) - Static method in class eu.stratosphere.client.program.JobWithJars
 
Client - Class in eu.stratosphere.client.program
Encapsulates the functionality necessary to submit a program to a remote cluster.
Client(InetSocketAddress, Configuration) - Constructor for class eu.stratosphere.client.program.Client
Creates a new instance of the class that submits the jobs to a job-manager.
Client(Configuration) - Constructor for class eu.stratosphere.client.program.Client
Creates a instance that submits the programs to the job-manager defined in the configuration.
CliFrontend - Class in eu.stratosphere.client
Implementation of a simple command line fronted for executing PACT programs.
CliFrontend() - Constructor for class eu.stratosphere.client.CliFrontend
Initializes the class
CONTENT_TYPE_HTML - Static variable in class eu.stratosphere.client.web.GUIServletStub
The content type for HTML data.
CONTENT_TYPE_PLAIN - Static variable in class eu.stratosphere.client.web.GUIServletStub
The content type for plain textual data.
ContextEnvironment - Class in eu.stratosphere.client.program
 
ContextEnvironment(Client, List<File>, ClassLoader) - Constructor for class eu.stratosphere.client.program.ContextEnvironment
 

D

deleteExtractedLibraries() - Method in class eu.stratosphere.client.program.PackagedProgram
Deletes all temporary files created for contained packaged libraries.
disableLocalExecution() - Static method in class eu.stratosphere.client.program.ContextEnvironment
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class eu.stratosphere.client.web.GUIServletStub
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class eu.stratosphere.client.web.JobsInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class eu.stratosphere.client.web.JobsServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class eu.stratosphere.client.web.JobSubmissionServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class eu.stratosphere.client.web.PactJobJSONServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class eu.stratosphere.client.web.JobsServlet
 

E

escapeString(String) - Method in class eu.stratosphere.client.web.JobsInfoServlet
 
escapeString(String) - Method in class eu.stratosphere.client.web.PactJobJSONServlet
 
eu.stratosphere.client - package eu.stratosphere.client
 
eu.stratosphere.client.minicluster - package eu.stratosphere.client.minicluster
 
eu.stratosphere.client.program - package eu.stratosphere.client.program
 
eu.stratosphere.client.web - package eu.stratosphere.client.web
 
execute(Program, String...) - Static method in class eu.stratosphere.client.LocalExecutor
Executes the program described by the given plan assembler.
execute(Plan) - Static method in class eu.stratosphere.client.LocalExecutor
Executes the program represented by the given Pact plan.
execute(String) - Method in class eu.stratosphere.client.program.ContextEnvironment
 
executeJar(String, String, String[]) - Method in class eu.stratosphere.client.RemoteExecutor
 
executePlan(Plan) - Method in class eu.stratosphere.client.LocalExecutor
Execute the given plan on the local Nephele instance, wait for the job to finish and return the runtime in milliseconds.
executePlan(Plan) - Method in class eu.stratosphere.client.RemoteExecutor
 
executePlanWithJars(JobWithJars) - Method in class eu.stratosphere.client.RemoteExecutor
 
executeProgram(PackagedProgram, Client, int) - Method in class eu.stratosphere.client.CliFrontend
 

G

getAllLibraries() - Method in class eu.stratosphere.client.program.PackagedProgram
 
getArguments() - Method in class eu.stratosphere.client.program.PackagedProgram
 
getConfigDir() - Method in class eu.stratosphere.client.LocalExecutor
 
getConfigDir() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getConfigurationDirectory() - Method in class eu.stratosphere.client.CliFrontend
 
getDescription() - Method in class eu.stratosphere.client.program.PackagedProgram
Returns the description provided by the Program class.
getExecutionPlan() - Method in class eu.stratosphere.client.program.ContextEnvironment
 
getHdfsConfig() - Method in class eu.stratosphere.client.LocalExecutor
 
getHdfsConfigFile() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getInetFromHostport(String) - Static method in class eu.stratosphere.client.RemoteExecutor
 
getJarFiles() - Method in class eu.stratosphere.client.program.JobWithJars
Returns list of jar files that need to be submitted with the plan.
getJobClient(JobGraph) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getJobGraph(PackagedProgram, OptimizedPlan) - Method in class eu.stratosphere.client.program.Client
 
getJobManagerAddress() - Method in class eu.stratosphere.client.program.Client
 
getJobManagerPort() - Method in class eu.stratosphere.client.program.Client
 
getJobManagerRpcPort() - Method in class eu.stratosphere.client.LocalExecutor
 
getJobManagerRpcPort() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getMainClassName() - Method in class eu.stratosphere.client.program.PackagedProgram
 
getMemorySize() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getMiniclusterDefaultConfig(int, int, int, long, String, boolean, boolean, boolean, int) - Static method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getNumTaskManager() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getOptimizedPlan(PackagedProgram, int) - Method in class eu.stratosphere.client.program.Client
 
getOptimizedPlan(Plan, int) - Method in class eu.stratosphere.client.program.Client
 
getOptimizedPlan(JobWithJars, int) - Method in class eu.stratosphere.client.program.Client
Creates the optimized plan for a given program, using this client's compiler.
getOptimizedPlanAsJson(PackagedProgram, int) - Method in class eu.stratosphere.client.program.Client
 
getOptimizerPlanAsJSON(Plan) - Method in class eu.stratosphere.client.LocalExecutor
Returns a JSON dump of the optimized plan.
getOptimizerPlanAsJSON(Plan) - Method in class eu.stratosphere.client.RemoteExecutor
 
getPlan() - Method in class eu.stratosphere.client.program.JobWithJars
Returns the plan
getPlanAsJSON(Plan) - Static method in class eu.stratosphere.client.LocalExecutor
Return unoptimized plan as JSON.
getPlanWithJars() - Method in class eu.stratosphere.client.program.PackagedProgram
Returns the plan with all required jars.
getPreviewPlan() - Method in class eu.stratosphere.client.program.PackagedProgram
Returns the analyzed plan without any optimizations.
getTaskManagerDataPort() - Method in class eu.stratosphere.client.LocalExecutor
 
getTaskManagerDataPort() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getTaskManagerRpcPort() - Method in class eu.stratosphere.client.LocalExecutor
 
getTaskManagerRpcPort() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
getUserCodeClassLoader() - Method in class eu.stratosphere.client.program.JobWithJars
Gets the ClassLoader that must be used to load user code classes.
getUserCodeClassLoader() - Method in class eu.stratosphere.client.program.PackagedProgram
Gets the ClassLoader that must be used to load user code classes.
GUIServletStub - Class in eu.stratosphere.client.web
 
GUIServletStub(String) - Constructor for class eu.stratosphere.client.web.GUIServletStub
The constructor to be invoked by subclasses.

I

info(String[]) - Method in class eu.stratosphere.client.CliFrontend
Executes the info action.
init(ServletConfig) - Method in class eu.stratosphere.client.web.JobsServlet
 
invokeInteractiveModeForExecution() - Method in class eu.stratosphere.client.program.PackagedProgram
This method assumes that the context environment is prepared, or the execution will be a local execution by default.
isDefaultAlwaysCreateDirectory() - Method in class eu.stratosphere.client.LocalExecutor
 
isDefaultAlwaysCreateDirectory() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
isDefaultOverwriteFiles() - Method in class eu.stratosphere.client.LocalExecutor
 
isDefaultOverwriteFiles() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
isLazyMemoryAllocation() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
isUsingInteractiveMode() - Method in class eu.stratosphere.client.program.PackagedProgram
 
isUsingProgramEntryPoint() - Method in class eu.stratosphere.client.program.PackagedProgram
 

J

JOBMANAGER_ADDRESS_FILE - Static variable in class eu.stratosphere.client.CliFrontend
 
JobsInfoServlet - Class in eu.stratosphere.client.web
 
JobsInfoServlet(Configuration) - Constructor for class eu.stratosphere.client.web.JobsInfoServlet
 
JobsServlet - Class in eu.stratosphere.client.web
A servlet that accepts uploads of pact programs, returns a listing of the directory containing the job jars, and deleting these jars.
JobsServlet(File, File, String) - Constructor for class eu.stratosphere.client.web.JobsServlet
Creates a new JobServlet, configured with the given directories and the given result page.
JobSubmissionServlet - Class in eu.stratosphere.client.web
 
JobSubmissionServlet(Configuration, File, File) - Constructor for class eu.stratosphere.client.web.JobSubmissionServlet
 
JobWithJars - Class in eu.stratosphere.client.program
 
JobWithJars(Plan, List<String>) - Constructor for class eu.stratosphere.client.program.JobWithJars
 
JobWithJars(Plan, String) - Constructor for class eu.stratosphere.client.program.JobWithJars
 
join() - Method in class eu.stratosphere.client.web.WebInterfaceServer
Lets the calling thread wait until the server terminates its operation.

L

list(String[]) - Method in class eu.stratosphere.client.CliFrontend
Executes the list action.
LocalExecutor - Class in eu.stratosphere.client
A class for executing a Plan on a local embedded Stratosphere instance.
LocalExecutor() - Constructor for class eu.stratosphere.client.LocalExecutor
 

M

main(String[]) - Static method in class eu.stratosphere.client.CliFrontend
Submits the job based on the arguments
main(String[]) - Static method in class eu.stratosphere.client.WebFrontend
Main method.
MANIFEST_ATTRIBUTE_ASSEMBLER_CLASS - Static variable in class eu.stratosphere.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the stratosphere specific entry point.
MANIFEST_ATTRIBUTE_MAIN_CLASS - Static variable in class eu.stratosphere.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the class with the main method.

N

NepheleMiniCluster - Class in eu.stratosphere.client.minicluster
 
NepheleMiniCluster() - Constructor for class eu.stratosphere.client.minicluster.NepheleMiniCluster
 

O

optimizerPlanAsJSON(Plan) - Static method in class eu.stratosphere.client.LocalExecutor
Returns a JSON dump of the optimized plan.

P

PackagedProgram - Class in eu.stratosphere.client.program
This class encapsulates represents a program, packaged in a jar file.
PackagedProgram(File, String...) - Constructor for class eu.stratosphere.client.program.PackagedProgram
Creates an instance that wraps the plan defined in the jar file using the given argument.
PackagedProgram(File, String, String...) - Constructor for class eu.stratosphere.client.program.PackagedProgram
Creates an instance that wraps the plan defined in the jar file using the given arguments.
PactJobJSONServlet - Class in eu.stratosphere.client.web
 
PactJobJSONServlet(File) - Constructor for class eu.stratosphere.client.web.PactJobJSONServlet
 
parseParameters(String[]) - Method in class eu.stratosphere.client.CliFrontend
Parses the command line arguments and starts the requested action.
PlanDisplayServlet - Class in eu.stratosphere.client.web
 
PlanDisplayServlet(int) - Constructor for class eu.stratosphere.client.web.PlanDisplayServlet
Default constructor.
printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class eu.stratosphere.client.web.GUIServletStub
This method must be overridden by the subclass.
printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class eu.stratosphere.client.web.PlanDisplayServlet
 
ProgramInvocationException - Exception in eu.stratosphere.client.program
Exception used to indicate that there is an error during the invocation of a stratosphere program.
ProgramInvocationException(String) - Constructor for exception eu.stratosphere.client.program.ProgramInvocationException
Creates a ProgramInvocationException with the given message.
ProgramInvocationException(Throwable) - Constructor for exception eu.stratosphere.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception.
ProgramInvocationException(String, Throwable) - Constructor for exception eu.stratosphere.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception with an additional message.

R

RemoteExecutor - Class in eu.stratosphere.client
 
RemoteExecutor(String, int) - Constructor for class eu.stratosphere.client.RemoteExecutor
 
RemoteExecutor(String, int, String) - Constructor for class eu.stratosphere.client.RemoteExecutor
 
RemoteExecutor(String, String) - Constructor for class eu.stratosphere.client.RemoteExecutor
 
RemoteExecutor(String, int, List<String>) - Constructor for class eu.stratosphere.client.RemoteExecutor
 
RemoteExecutor(InetSocketAddress, List<String>) - Constructor for class eu.stratosphere.client.RemoteExecutor
 
run(String[]) - Method in class eu.stratosphere.client.CliFrontend
Executions the run action.
run(PackagedProgram, int, boolean) - Method in class eu.stratosphere.client.program.Client
 
run(PackagedProgram, OptimizedPlan, boolean) - Method in class eu.stratosphere.client.program.Client
 
run(JobWithJars, int, boolean) - Method in class eu.stratosphere.client.program.Client
Runs a program on the nephele system whose job-manager is configured in this client's configuration.
run(OptimizedPlan, List<File>, boolean) - Method in class eu.stratosphere.client.program.Client
 
run(JobGraph, boolean) - Method in class eu.stratosphere.client.program.Client
 

S

setAsContext() - Method in class eu.stratosphere.client.program.ContextEnvironment
 
setConfigDir(String) - Method in class eu.stratosphere.client.LocalExecutor
 
setConfigDir(String) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setDefaultAlwaysCreateDirectory(boolean) - Method in class eu.stratosphere.client.LocalExecutor
 
setDefaultAlwaysCreateDirectory(boolean) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setDefaultOverwriteFiles(boolean) - Method in class eu.stratosphere.client.LocalExecutor
 
setDefaultOverwriteFiles(boolean) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setHdfsConfig(String) - Method in class eu.stratosphere.client.LocalExecutor
 
setHdfsConfigFile(String) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setJobManagerRpcPort(int) - Method in class eu.stratosphere.client.LocalExecutor
 
setJobManagerRpcPort(int) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setLazyMemoryAllocation(boolean) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setLoggingLevel(Level) - Static method in class eu.stratosphere.client.LocalExecutor
Utility method for logging
setMemorySize(long) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setNumTaskManager(int) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setOverwriteFilesByDefault(boolean) - Static method in class eu.stratosphere.client.LocalExecutor
By default, local environments do not overwrite existing files.
setPrintStatusDuringExecution(boolean) - Method in class eu.stratosphere.client.program.Client
 
setTaskManagerDataPort(int) - Method in class eu.stratosphere.client.LocalExecutor
 
setTaskManagerDataPort(int) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
setTaskManagerRpcPort(int) - Method in class eu.stratosphere.client.LocalExecutor
 
setTaskManagerRpcPort(int) - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
start() - Method in class eu.stratosphere.client.LocalExecutor
 
start() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 
start() - Method in class eu.stratosphere.client.web.WebInterfaceServer
Starts the web frontend server.
START_PAGE_URL - Static variable in class eu.stratosphere.client.web.JobSubmissionServlet
 
stop() - Method in class eu.stratosphere.client.LocalExecutor
Stop the local executor instance.
stop() - Method in class eu.stratosphere.client.minicluster.NepheleMiniCluster
 

T

toString() - Method in class eu.stratosphere.client.program.ContextEnvironment
 

W

WebFrontend - Class in eu.stratosphere.client
Main entry point for the web frontend.
WebFrontend() - Constructor for class eu.stratosphere.client.WebFrontend
 
WebInterfaceServer - Class in eu.stratosphere.client.web
This class sets up the web-server that serves the web frontend.
WebInterfaceServer(Configuration, int) - Constructor for class eu.stratosphere.client.web.WebInterfaceServer
Creates a new web interface server.
A C D E G I J L M N O P R S T W 

Copyright © 2013–2014. All rights reserved.