public class Persistence extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PERSISTENT_DIR |
static String |
STATE_FILENAME |
static String |
WORKFLOW_FILENAME |
static String |
WORKFLOW_RUN_FILENAME |
| Constructor and Description |
|---|
Persistence(File nfsWorkDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
persistState(int swid,
SortedSet<String> completedJobs) |
SortedSet<String> |
readCompletedJobs() |
WorkflowRun |
readWorkflowRun() |
public static final String PERSISTENT_DIR
public static final String WORKFLOW_RUN_FILENAME
public static final String WORKFLOW_FILENAME
public static final String STATE_FILENAME
public Persistence(File nfsWorkDir)
nfsWorkDir - public WorkflowRun readWorkflowRun()
Copyright © 2015 SeqWare. All rights reserved.