public class CoLocationGroup extends Object implements Serializable
| Constructor and Description |
|---|
CoLocationGroup() |
CoLocationGroup(AbstractJobVertex... vertices) |
| Modifier and Type | Method and Description |
|---|---|
void |
addVertex(AbstractJobVertex vertex) |
AbstractID |
getId() |
CoLocationConstraint |
getLocationConstraint(int subtask) |
void |
mergeInto(CoLocationGroup other) |
void |
resetConstraints() |
public CoLocationGroup()
public CoLocationGroup(AbstractJobVertex... vertices)
public void addVertex(AbstractJobVertex vertex)
public void mergeInto(CoLocationGroup other)
public CoLocationConstraint getLocationConstraint(int subtask)
public AbstractID getId()
public void resetConstraints()
Copyright © 2015 The Apache Software Foundation. All rights reserved.