Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
com.pervasive.datarush.cal.monitoring |
Modifier and Type | Method and Description |
---|---|
static JobInformation |
JobInformation.defaultJobInformation()
Create a job information object for a new job with default settings.
|
JobInformation |
JobServerInformation.getJobInformation() |
JobInformation |
JobExecutorService.getJobInformation()
Returns the job information associated with this service
|
JobInformation |
JobSpecifier.jobInformation()
Returns basic job information (id, user id, etc).
|
Modifier and Type | Method and Description |
---|---|
JobSpecifier |
JobSpecifier.jobInformation(JobInformation jobInformation)
Overrides the jobInformation
|
Constructor and Description |
---|
JobServerInformation(JobInformation jobInfo,
WorkerRole role,
ResourceAllocation resources) |
JobSpecifier(ResourceSpecifier requestedResources,
ClusterSpecifier cluster,
ClasspathSpecifier classpath,
JobInformation jobInformation,
Path storageManagementPath)
Create a new job specifier
|
JobSpecifier(ResourceSpecifier requestedResources,
ClusterSpecifier cluster,
ClasspathSpecifier classpath,
JobInformation jobInformation,
Path storageManagementPath,
String schedulerQueue,
List<String> extensionPaths)
Create a new job specifier
|
Modifier and Type | Method and Description |
---|---|
JobInformation |
JobStatistics.getJobInfo() |
JobInformation |
NodeStatisticsSnapshot.getJobInformation() |
JobInformation |
NodeStatistics.getJobInformation()
Returns the job information for the job that running in this node
|
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) |
Copyright © 2016 Actian Corporation. All rights reserved.