public class ClusterClientStateEntity extends Object
| Constructor and Description |
|---|
ClusterClientStateEntity() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClientState() |
Integer |
getRequestTimeout() |
String |
getServerHost() |
Integer |
getServerPort() |
ClusterClientStateEntity |
setClientState(Integer clientState) |
ClusterClientStateEntity |
setRequestTimeout(Integer requestTimeout) |
ClusterClientStateEntity |
setServerHost(String serverHost) |
ClusterClientStateEntity |
setServerPort(Integer serverPort) |
ClusterClientAssignConfig |
toAssignConfig() |
ClusterClientConfig |
toClientConfig() |
String |
toString() |
public String getServerHost()
public ClusterClientStateEntity setServerHost(String serverHost)
public Integer getServerPort()
public ClusterClientStateEntity setServerPort(Integer serverPort)
public Integer getRequestTimeout()
public ClusterClientStateEntity setRequestTimeout(Integer requestTimeout)
public Integer getClientState()
public ClusterClientStateEntity setClientState(Integer clientState)
public ClusterClientConfig toClientConfig()
public ClusterClientAssignConfig toAssignConfig()
Copyright © 2022 Alibaba Group. All rights reserved.