| Package | Description |
|---|---|
| com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
| com.pervasive.datarush.cal.monitoring | |
| com.pervasive.datarush.cluster |
Provides classes and interfaces related to the management of
clustered dataflow engines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobHistoryService.jobFinished(JobStatistics statistics)
Called by command server upon exit to report final statistics
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static List<JobStatistics> |
JobStatistics.multiJobStatistics(JobStatus status,
List<NodeStatistics> nodeStatistics,
List<JobInformation> allocatedJobs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManagerListener.jobFinished(JobStatistics finalStatistics) |
void |
ClusterManagerImpl.jobFinished(JobStatistics statistics) |
protected void |
JobMasterServiceImpl.reportStatistics(JobStatistics statistics) |
Copyright © 2015 Actian Corporation. All Rights Reserved.