| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
| org.gridgain.grid.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
GridAddressResolver |
GridConfiguration.getAddressResolver()
Gets address resolver for addresses mapping determination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setAddressResolver(GridAddressResolver addrRslvr) |
| Modifier and Type | Method and Description |
|---|---|
GridAddressResolver |
GridTcpCommunicationSpi.getAddressResolver()
Gets address resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpCommunicationSpi.setAddressResolver(GridAddressResolver addrRslvr)
Sets address resolver.
|
| Modifier and Type | Method and Description |
|---|---|
GridAddressResolver |
GridTcpDiscoverySpi.getAddressResolver()
Gets address resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpDiscoverySpi.setAddressResolver(GridAddressResolver addrRslvr)
Sets address resolver.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<InetSocketAddress> |
GridUtils.resolveAddresses(GridAddressResolver addrRslvr,
Iterable<String> addrs,
int port)
Resolves all not loopback addresses and collect results.
|
Copyright © 2014. All rights reserved.