public class Endpoint extends Object
| 构造器和说明 |
|---|
Endpoint() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getClusterName() |
int |
getPortValue() |
int |
getWeight() |
int |
hashCode() |
boolean |
isHealthy() |
void |
setAddress(String address) |
void |
setClusterName(String clusterName) |
void |
setHealthy(boolean healthy) |
void |
setPortValue(int portValue) |
void |
setWeight(int weight) |
String |
toString() |
public String getClusterName()
public void setClusterName(String clusterName)
public String getAddress()
public void setAddress(String address)
public int getPortValue()
public void setPortValue(int portValue)
public boolean isHealthy()
public void setHealthy(boolean healthy)
public int getWeight()
public void setWeight(int weight)
Copyright © 2024 The Apache Software Foundation. All rights reserved.