Uses of Class
org.apache.ignite.spi.communication.tcp.AttributeNames
-
Packages that use AttributeNames Package Description org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of AttributeNames in org.apache.ignite.spi.communication.tcp.internal
Fields in org.apache.ignite.spi.communication.tcp.internal declared as AttributeNames Modifier and Type Field Description protected AttributeNamesTcpCommunicationConfigInitializer. attributeNamesAttribute names.Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type AttributeNames Modifier and Type Method Description static Collection<InetSocketAddress>CommunicationTcpUtils. nodeAddresses(ClusterNode node, boolean filterReachableAddrs, AttributeNames attrs, Supplier<ClusterNode> localNode)
-