Class AttributeNames
- java.lang.Object
- 
- org.apache.ignite.spi.communication.tcp.AttributeNames
 
- 
 @Deprecated public class AttributeNames extends Object Deprecated.fix it in the ticket https://ggsystems.atlassian.net/browse/GG-29546This class was created for the refactoring approach. It contains attribute names into aClusterNode. It should be remove after global refactoring. The values of these attributes should pass via constructors of appropriate classes.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringaddresses()Deprecated.StringexternalizableAttributes()Deprecated.StringgetForceClientServerConnections()Deprecated.StringhostNames()Deprecated.StringpairedConnection()Deprecated.Stringport()Deprecated.
 
- 
- 
- 
Constructor Detail- 
AttributeNamespublic AttributeNames(String pairedConn, String addrs, String hostNames, String extAttrs, String port, String forceClientServerConnections) Deprecated.- Parameters:
- pairedConn- Paired connection.
- addrs- Addresses.
- hostNames- Host names.
- extAttrs- Externalizable attributes.
- port- Port.
- forceClientServerConnections- Force client server connections.
 
 
- 
 - 
Method Detail- 
pairedConnectionpublic String pairedConnection() Deprecated.- Returns:
- Paired connection.
 
 - 
externalizableAttributespublic String externalizableAttributes() Deprecated.- Returns:
- Externalizable attributes.
 
 - 
hostNamespublic String hostNames() Deprecated.- Returns:
- Host names.
 
 - 
addressespublic String addresses() Deprecated.- Returns:
- Addresses.
 
 - 
portpublic String port() Deprecated.- Returns:
- Port.
 
 - 
getForceClientServerConnectionspublic String getForceClientServerConnections() Deprecated.- Returns:
- Force client server connections.
 
 
- 
 
-