| Package | Description |
|---|---|
| com.tupilabs.pbs |
PBS Java API.
|
| com.tupilabs.pbs.model |
PBS model entities.
|
| com.tupilabs.pbs.parser |
PBS parsers.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Job> |
PBS.qstat()
PBS qstat command.
|
static List<Job> |
PBS.qstat(Job job)
PBS qstat command.
|
static List<Job> |
PBS.qstat(Queue queue)
PBS qstat command.
|
static List<Job> |
PBS.qstat(String name)
PBS qstat command.
|
static List<Job> |
PBS.qstatArrayJob(String name)
PBS qstat command for Array Jobs
|
| Modifier and Type | Method and Description |
|---|---|
static List<Job> |
PBS.qstat(Job job)
PBS qstat command.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
Node.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
QstatJobsParser.parse(String text) |
Copyright © 2012–2015 TupiLabs. All rights reserved.