| Package | Description | 
|---|---|
| com.pervasive.datarush.cal | 
 Provides interfaces the define the "cluster abstraction layer". 
 | 
| com.pervasive.datarush.cal.monitoring | |
| com.pervasive.datarush.graphs | 
 Provides classes and interfaces for the construction of executable
 dataflow graphs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JobStatus | 
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JobStatus[] | 
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobExecutorService.startShutdown(JobStatus status)
Asynchronously begins shutdown. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JobStatus | 
JobStatistics.getStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
static JobStatistics | 
JobStatistics.forNodeStatistics(JobStatus status,
                 JobInformation jobInfo,
                 List<NodeStatistics> nodeStatistics)  | 
static JobStatistics | 
JobStatistics.forNodeStatistics(String jobID,
                 JobStatus status,
                 JobInformation jobInfo,
                 List<NodeStatistics> nodeStatistics)  | 
static List<JobStatistics> | 
JobStatistics.multiJobStatistics(JobStatus status,
                  List<NodeStatistics> nodeStatistics,
                  List<JobInformation> allocatedJobs)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract JobStatus | 
GraphState.jobStatus()
Returns the job status that corresponds to the given graph status. 
 | 
Copyright © 2016 Actian Corporation. All rights reserved.