public interface PPS
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
A namespace we can use to identify relationships and concepts defined for Pegasus' provenance data
|
static String |
PEGASUS |
static String |
REFINEMENT_CLUSTER |
static String |
REFINEMENT_REDUCE |
static String |
REFINEMENT_REGISTER |
static String |
REFINEMENT_SITE_SELECT |
static String |
REFINEMENT_STAGE |
Modifier and Type | Method and Description |
---|---|
String |
beginWorkflowRefinementStep(Refiner refiner,
String refinementStepName,
boolean firstStep) |
void |
clusteringOf(String clusteredJob,
List jobs) |
void |
endWorkflowRefinementStep(Refiner refiner) |
void |
isIdenticalTo(String afterNode,
String beforeNode) |
void |
isPartitionOf(String afterNode,
List beforeNode) |
void |
registrationIntroducedFor(String registrationNode,
String dataStagingNode) |
void |
siteSelectionFor(String afterNode,
String beforeNode) |
void |
stagingIntroducedFor(List stagingNodes,
String appNode) |
static final String NAMESPACE
static final String PEGASUS
static final String REFINEMENT_CLUSTER
static final String REFINEMENT_REDUCE
static final String REFINEMENT_REGISTER
static final String REFINEMENT_SITE_SELECT
static final String REFINEMENT_STAGE
String beginWorkflowRefinementStep(Refiner refiner, String refinementStepName, boolean firstStep) throws Exception
Exception
void isIdenticalTo(String afterNode, String beforeNode) throws Exception
Exception
void siteSelectionFor(String afterNode, String beforeNode) throws Exception
Exception
void stagingIntroducedFor(List stagingNodes, String appNode) throws Exception
Exception
void registrationIntroducedFor(String registrationNode, String dataStagingNode) throws Exception
Exception
void isPartitionOf(String afterNode, List beforeNode) throws Exception
Exception