@Deprecated public class AttributeNames extends Object
ClusterNode
.
It should be remove after global refactoring. The values of these attributes should pass via constructors of appropriate classes.Constructor and Description |
---|
AttributeNames(String pairedConn,
String shmemPort,
String addrs,
String hostNames,
String extAttrs,
String port,
String forceClientToSrvConnections)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
addresses()
Deprecated.
|
String |
externalizableAttributes()
Deprecated.
|
String |
forceClientToServerConnections()
Deprecated.
|
String |
hostNames()
Deprecated.
|
String |
pairedConnection()
Deprecated.
|
String |
port()
Deprecated.
|
String |
shmemPort()
Deprecated.
|
public AttributeNames(String pairedConn, String shmemPort, String addrs, String hostNames, String extAttrs, String port, String forceClientToSrvConnections)
pairedConn
- Paired connection.shmemPort
- Shmem port.addrs
- Addresses.hostNames
- Host names.extAttrs
- Externalizable attributes.port
- Port.forceClientToSrvConnections
- Force client to server connections flag.public String pairedConnection()
public String shmemPort()
public String externalizableAttributes()
public String hostNames()
public String addresses()
public String port()
public String forceClientToServerConnections()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024