@Internal public class ChainStageTuple extends Object implements Comparable<ChainStageTuple>
ChainStage
, a related Plan
and the id of the branch's master if it existsConstructor and Description |
---|
ChainStageTuple(Long stageId,
PlanKey planKey,
Long masterPlanId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ChainStageTuple o) |
boolean |
equals(Object o) |
static com.google.common.collect.Multimap<PlanKey,Long> |
groupByPlanKey(List<ChainStageTuple> list) |
int |
hashCode() |
String |
toString() |
public static com.google.common.collect.Multimap<PlanKey,Long> groupByPlanKey(List<ChainStageTuple> list)
public int compareTo(ChainStageTuple o)
compareTo
in interface Comparable<ChainStageTuple>
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.