| 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.internal |
Contains connection health-checkers for TCP/IP-based implementation of 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 |
|---|---|
AddressResolver |
TcpCommunicationConfiguration.addrRslvr()
Address resolver.
|
AddressResolver |
TcpCommunicationConfigInitializer.getAddressResolver()
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpCommunicationConfiguration.addrRslvr(AddressResolver rslvr) |
TcpCommunicationSpi |
TcpCommunicationConfigInitializer.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 Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023