| 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 |
|---|---|
IgniteProductVersion |
DetachedClusterNode.version()
Gets node version.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteProductVersion |
DiscoCache.minimumNodeVersion() |
IgniteProductVersion |
DiscoCache.minimumServerNodeVersion() |
| Modifier and Type | Method and Description |
|---|---|
IgniteProductVersion |
MetaPageInitRootInlineFlagsCreatedVersionRecord.createdVersion() |
| Constructor and Description |
|---|
MetaPageInitRootInlineFlagsCreatedVersionRecord(int grpId,
long pageId,
long rootId,
int inlineSize,
long flags,
IgniteProductVersion createdVer) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GridCachePartitionExchangeManager.exchangeProtocolVersion(IgniteProductVersion ver) |
| Modifier and Type | Field and Description |
|---|---|
static IgniteProductVersion |
GridDhtPartitionSupplyMessageV2.AVAILABLE_SINCE
Available since.
|
static IgniteProductVersion |
CachePartitionPartialCountersMap.PARTIAL_COUNTERS_MAP_SINCE |
static IgniteProductVersion |
GridDhtPartitionDemandMessage.VERSION_SINCE |
| Modifier and Type | Method and Description |
|---|---|
GridCacheMessage |
GridDhtPartitionDemandMessage.convertIfNeeded(IgniteProductVersion target)
Converts message to it's legacy version if necessary.
|
| Modifier and Type | Field and Description |
|---|---|
static IgniteProductVersion |
ExchangeLatchManager.PROTOCOL_V2_VERSION_SINCE
Exchange latch V2 protocol introduces following optimization: Joining nodes are explicitly excluded from possible
latch participants.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteProductVersion |
BPlusMetaIO.createdVersion(long pageAddr) |
| Modifier and Type | Method and Description |
|---|---|
void |
BPlusMetaIO.initFlagsAndVersion(long pageAddr,
long flags,
IgniteProductVersion createdVer) |
void |
BPlusMetaIO.setCreatedVersion(long pageAddr,
IgniteProductVersion curVer) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneNoopDiscoverySpi.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 |
|---|---|
static IgniteProductVersion |
VerifyBackupPartitionsTaskV2.V2_SINCE_VER
First version of Ignite that is capable of executing Idle Verify V2.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PlatformUtils.writeNodeVersion(BinaryRawWriterEx out,
IgniteProductVersion productVersion)
Write binary productVersion.
|
| 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 boolean |
IgniteUtils.isOldestNodeVersionAtLeast(IgniteProductVersion ver,
Iterable<ClusterNode> nodes)
Check that node Ignite product version is not less then specified.
|
| 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 |
|---|---|
IgniteProductVersion |
TcpDiscoveryNodesRing.minimumNodeVersion() |
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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021