| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.cluster |
Contains cluster-related classes.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.cache.distributed.near | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
| org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
| org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.apache.ignite.spi.discovery.tcp.internal |
Contains internal implementation.
|
| org.apache.ignite.spi.discovery.tcp.messages |
Contains implementation messages.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteProductVersion |
Ignite.version()
Gets Ignite version.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteProductVersion |
ClusterNode.version()
Gets node version.
|
| Modifier and Type | Field and Description |
|---|---|
static IgniteProductVersion |
IgniteVersionUtils.VER
Ignite version.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteProductVersion |
IgniteKernal.version()
Gets Ignite version.
|
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<IgniteProductVersion,Collection<ClusterNode>> |
GridDiscoveryManager.topologyVersionMap()
Gets topology grouped by node versions.
|
| Modifier and Type | Field and Description |
|---|---|
static IgniteProductVersion |
GridNearTxFinishFuture.FINISH_NEAR_ONE_PHASE_SINCE |
| Modifier and Type | Method and Description |
|---|---|
static IgniteProductVersion |
IgniteUtils.productVersion(ClusterNode node)
Gets node product version based on node attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteProductVersion |
IgniteProductVersion.fromString(String verStr)
Tries to parse product version from it's string representation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IgniteProductVersion.compareTo(IgniteProductVersion o) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoverySpi.setNodeAttributes(Map<String,Object> attrs,
IgniteProductVersion ver)
Sets node attributes and node version which will be distributed in grid during
join process.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteProductVersion |
TcpDiscoverySpi.locNodeVer
Local node version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoverySpi.setNodeAttributes(Map<String,Object> attrs,
IgniteProductVersion ver)
Sets node attributes and node version which will be distributed in grid during
join process.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteProductVersion |
TcpDiscoveryNode.version()
Gets node version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryNode.version(IgniteProductVersion ver) |
| Constructor and Description |
|---|
TcpDiscoveryNode(UUID id,
Collection<String> addrs,
Collection<String> hostNames,
int discPort,
DiscoveryMetricsProvider metricsProvider,
IgniteProductVersion ver,
Serializable consistentId)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static IgniteProductVersion |
TcpDiscoveryClientAckResponse.CLIENT_ACK_SINCE_VERSION |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015