Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cluster |
Contains cluster-related classes.
|
org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
org.apache.ignite.marshaller |
Contains various supported marshallers.
|
org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
org.apache.ignite.spi.discovery.isolated |
Contains implementation of special "isolated" mode for single-node cluster.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
org.apache.ignite.spi.discovery.zk |
Contains Zookeeper Discovery Spi classes and interfaces.
|
org.gridgain.grid.ru |
This package contains classes related to Rolling Upgrade process.
|
Modifier and Type | Method and Description |
---|---|
IgniteProductVersion |
IgniteSpringBean.version()
Gets Ignite version.
|
IgniteProductVersion |
Ignite.version()
Gets Ignite version.
|
Modifier and Type | Method and Description |
---|---|
IgniteProductVersion |
ClusterNode.version()
Gets node version.
|
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(@NotNull IgniteProductVersion o) |
int |
IgniteProductVersion.compareToIgnoreTimestamp(@NotNull IgniteProductVersion o) |
Modifier and Type | Method and Description |
---|---|
static IgniteProductVersion |
MarshallerUtils.jobReceiverVersion()
Returns thread local job receiver node version.
|
static IgniteProductVersion |
MarshallerUtils.jobSenderVersion()
Returns thread local job sender node version.
|
Modifier and Type | Method and Description |
---|---|
static void |
MarshallerUtils.jobReceiverVersion(IgniteProductVersion ver)
Sets thread local job receiver node version.
|
static void |
MarshallerUtils.jobSenderVersion(IgniteProductVersion ver)
Sets thread local job sender node version.
|
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 | Method and Description |
---|---|
IgniteProductVersion |
IsolatedNode.version()
Gets node version.
|
Modifier and Type | Method and Description |
---|---|
void |
IsolatedDiscoverySpi.setNodeAttributes(Map<String,Object> attrs,
IgniteProductVersion ver)
Sets node attributes and node version which will be distributed in grid during
join process.
|
Constructor and Description |
---|
IsolatedNode(UUID id,
Map<String,Object> attrs,
IgniteProductVersion ver) |
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 |
---|---|
void |
ZookeeperDiscoverySpi.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 |
GridRollingUpgradeStatus.initialVersion()
Returns the version that is used as starting point for Rolling Upgrade.
|
IgniteProductVersion |
GridRollingUpgradeStatus.targetVersion()
Returns the target version.
|
Constructor and Description |
---|
GridRollingUpgradeStatus(boolean enabled,
boolean forcedModeEnabled,
IgniteProductVersion initVer,
IgniteProductVersion targetVer) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024