B C D E G I J L M N Q R S T V 

B

BoaClient - Class in edu.iastate.cs.boa
A client class for accessing Boa's API.
BoaClient() - Constructor for class edu.iastate.cs.boa.BoaClient
Create a new Boa API client, using the standard domain/path.
BoaClient(String, String) - Constructor for class edu.iastate.cs.boa.BoaClient
Create a new Boa API client by providing the domain/path to the API.
BoaException - Exception in edu.iastate.cs.boa
The base class for any exception thrown by the Boa API.

C

close() - Method in class edu.iastate.cs.boa.BoaClient
Logs out of the Boa API.
CompileStatus - Enum in edu.iastate.cs.boa
The status of the job compiling on the remote server.

D

delete() - Method in class edu.iastate.cs.boa.JobHandle
Deletes the job.

E

edu.iastate.cs.boa - package edu.iastate.cs.boa
A client API to the Boa language and infrastructure.
ExecutionStatus - Enum in edu.iastate.cs.boa
The status of the job's execution.

G

getCompilerErrors() - Method in class edu.iastate.cs.boa.JobHandle
Return any errors from trying to compile the job.
getCompilerStatus() - Method in class edu.iastate.cs.boa.JobHandle
Returns the compiler status for the job.
getDataset(String) - Method in class edu.iastate.cs.boa.BoaClient
Given the name of an input dataset, returns a handle (if one exists, otherwise null).
getDataset() - Method in class edu.iastate.cs.boa.JobHandle
Returns the input dataset the job queried.
getDatasetNames() - Method in class edu.iastate.cs.boa.BoaClient
Returns an array of available input dataset names.
getDatasets() - Method in class edu.iastate.cs.boa.BoaClient
Returns a list of available input datasets.
getDate() - Method in class edu.iastate.cs.boa.JobHandle
Returns the Date the job was last submitted.
getExecutionStatus() - Method in class edu.iastate.cs.boa.JobHandle
Returns the execution status for the job.
getId() - Method in class edu.iastate.cs.boa.InputHandle
Returns the input dataset's unique identifier.
getId() - Method in class edu.iastate.cs.boa.JobHandle
Returns the job's unique identifier.
getJob(int) - Method in class edu.iastate.cs.boa.BoaClient
Returns a specific job.
getJobCount() - Method in class edu.iastate.cs.boa.BoaClient
Returns the number of jobs for the user.
getJobCount(boolean) - Method in class edu.iastate.cs.boa.BoaClient
Returns the number of public (or all) jobs for the user.
getJobList() - Method in class edu.iastate.cs.boa.BoaClient
Returns a list of the most recent jobs.
getJobList(int, int) - Method in class edu.iastate.cs.boa.BoaClient
Returns a list of the most recent jobs, based on an offset and length.
getJobList(boolean) - Method in class edu.iastate.cs.boa.BoaClient
Returns a list of the most recent public (or all) jobs.
getJobList(boolean, int, int) - Method in class edu.iastate.cs.boa.BoaClient
Returns a list of the most recent public (or all) jobs, based on an offset and length.
getLastJob() - Method in class edu.iastate.cs.boa.BoaClient
Returns the most recent job.
getName() - Method in class edu.iastate.cs.boa.InputHandle
Returns the human-readable name of the input dataset.
getOutput() - Method in class edu.iastate.cs.boa.JobHandle
Return the output for this job, if it finished successfully and has output.
getPublic() - Method in class edu.iastate.cs.boa.JobHandle
Get the job's public/private status.
getPublicUrl() - Method in class edu.iastate.cs.boa.JobHandle
Get the job's public page URL.
getSource() - Method in class edu.iastate.cs.boa.JobHandle
Return the source query for this job.
getUrl() - Method in class edu.iastate.cs.boa.JobHandle
Get the job's URL.

I

InputHandle - Class in edu.iastate.cs.boa
Represents a handle to an input dataset.

J

JobHandle - Class in edu.iastate.cs.boa
Represents a handle to a job.

L

login(String, String) - Method in class edu.iastate.cs.boa.BoaClient
Method to log into the remote API.
LoginException - Exception in edu.iastate.cs.boa
Exception thrown in the case of a problem logging in to the API.

M

main(String[]) - Static method in class edu.iastate.cs.boa.SampleClient
 

N

NotLoggedInException - Exception in edu.iastate.cs.boa
Exception thrown when attempting to use the API but not logged in.
NotLoggedInException() - Constructor for exception edu.iastate.cs.boa.NotLoggedInException
 

Q

query(String, InputHandle) - Method in class edu.iastate.cs.boa.BoaClient
Submits a new query to Boa to query the specified and returns a handle to the new job.
query(String) - Method in class edu.iastate.cs.boa.BoaClient
Submits a new query to Boa to query the latest (testing) dataset and returns a handle to the new job.

R

refresh() - Method in class edu.iastate.cs.boa.JobHandle
Refreshes the cached data for this job.
resetDatasetCache() - Method in class edu.iastate.cs.boa.BoaClient
Resets the internal dataset cache.
resubmit() - Method in class edu.iastate.cs.boa.JobHandle
Resubmits the job.

S

SampleClient - Class in edu.iastate.cs.boa
An example Boa client.
SampleClient() - Constructor for class edu.iastate.cs.boa.SampleClient
 
setPublic(boolean) - Method in class edu.iastate.cs.boa.JobHandle
Marks a job as public/private.
stop() - Method in class edu.iastate.cs.boa.JobHandle
Stops the job, if it is running.

T

toString() - Method in class edu.iastate.cs.boa.InputHandle
toString() - Method in class edu.iastate.cs.boa.JobHandle

V

valueOf(String) - Static method in enum edu.iastate.cs.boa.CompileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.iastate.cs.boa.ExecutionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.iastate.cs.boa.CompileStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.iastate.cs.boa.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E G I J L M N Q R S T V