C - cluster id to which this result belongs topublic class BasicResult<C> extends Object implements Result<C>
| Modifier and Type | Field and Description |
|---|---|
protected C |
clusterId |
protected String |
webInterfaceUrl |
| Constructor and Description |
|---|
BasicResult() |
| Modifier and Type | Method and Description |
|---|---|
C |
getClusterId() |
String |
getWebInterfaceUrl() |
void |
setClusterInformation(C clusterId,
String webInterfaceUrl)
Sets the cluster information of the cluster this result comes from.
|
public void setClusterInformation(C clusterId, String webInterfaceUrl)
ResultsetClusterInformation in interface Result<C>public C getClusterId()
public String getWebInterfaceUrl()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.