protected static class FinalizeUpgradeAction.InfoTuple extends Object implements Comparable<FinalizeUpgradeAction.InfoTuple>
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentName |
protected String |
currentVersion |
protected String |
hostName |
protected String |
serviceName |
protected String |
targetVersion |
| Modifier | Constructor and Description |
|---|---|
protected |
InfoTuple(String service,
String component,
String host,
String version,
String desiredVersion) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FinalizeUpgradeAction.InfoTuple that) |
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
protected final String serviceName
protected final String componentName
protected final String hostName
protected final String currentVersion
protected final String targetVersion
public int compareTo(FinalizeUpgradeAction.InfoTuple that)
compareTo in interface Comparable<FinalizeUpgradeAction.InfoTuple>Copyright © 2022 Apache Software Foundation. All rights reserved.