| Package | Description |
|---|---|
| com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
| com.pervasive.datarush.cluster |
Provides classes and interfaces related to the management of
clustered dataflow engines.
|
| Modifier and Type | Method and Description |
|---|---|
protected JobLogInfo.LogInfo[] |
JobLogInfo.getJobLogs() |
| Modifier and Type | Method and Description |
|---|---|
List<JobLogInfo.LogInfo> |
JobLogInfo.getJobLogInfo() |
| Constructor and Description |
|---|
JobLogInfo(String jobId,
String jobName,
JobLogInfo.LogInfo... jobLogs) |
| Constructor and Description |
|---|
JobLogInfo(String jobId,
String jobName,
List<JobLogInfo.LogInfo> jobLogs) |
| Modifier and Type | Method and Description |
|---|---|
JobLogInfo.LogInfo |
NodeManagerImpl.getNodeLogInfo(GUID jobId,
WorkerRole role) |
JobLogInfo.LogInfo |
NodeManager.getNodeLogInfo(GUID jobId,
WorkerRole role)
Get the log info for a job.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,JobLogInfo.LogInfo> |
NodeManagerImpl.getNodeLogInfo(WorkerRole role) |
Map<String,JobLogInfo.LogInfo> |
NodeManager.getNodeLogInfo(WorkerRole role)
Gets a map of all job ids linked with the node's log info.
|
Copyright © 2015 Actian Corporation. All Rights Reserved.