| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
| org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAddressResolver
Basic implementation of
AddressResolver. |
| Modifier and Type | Method and Description |
|---|---|
AddressResolver |
IgniteConfiguration.getAddressResolver()
Gets address resolver for addresses mapping determination.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteConfiguration |
IgniteConfiguration.setAddressResolver(AddressResolver addrRslvr)
Sets address resolver for addresses mapping determination.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<InetSocketAddress> |
IgniteUtils.resolveAddresses(AddressResolver addrRslvr,
Collection<InetSocketAddress> sockAddr) |
static Collection<InetSocketAddress> |
IgniteUtils.resolveAddresses(AddressResolver addrRslvr,
Iterable<String> addrs,
int port)
Resolves all not loopback addresses and collect results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpCommunicationSpi.setAddressResolver(AddressResolver addrRslvr)
Sets address resolver.
|
| Modifier and Type | Method and Description |
|---|---|
AddressResolver |
TcpDiscoverySpi.getAddressResolver()
Gets address resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoverySpi.setAddressResolver(AddressResolver addrRslvr)
Sets address resolver.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016