Uses of Class
org.apache.ignite.lang.IgniteProductVersion
-
-
Uses of IgniteProductVersion in org.apache.ignite
Methods in org.apache.ignite that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionIgnite. version()Gets Ignite version. -
Uses of IgniteProductVersion in org.apache.ignite.cluster
Methods in org.apache.ignite.cluster that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionClusterNode. version()Gets node version. -
Uses of IgniteProductVersion in org.apache.ignite.internal
Fields in org.apache.ignite.internal declared as IgniteProductVersion Modifier and Type Field Description static IgniteProductVersionIgniteVersionUtils. VERIgnite version.Methods in org.apache.ignite.internal that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionIgniteKernal. version()Gets Ignite version. -
Uses of IgniteProductVersion in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionDetachedClusterNode. version()Gets node version. -
Uses of IgniteProductVersion in org.apache.ignite.internal.management.cache
Fields in org.apache.ignite.internal.management.cache declared as IgniteProductVersion Modifier and Type Field Description static IgniteProductVersionVerifyBackupPartitionsTaskV2. V2_SINCE_VERFirst version of Ignite that is capable of executing Idle Verify V2. -
Uses of IgniteProductVersion in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionDiscoCache. minimumNodeVersion()IgniteProductVersionDiscoCache. minimumServerNodeVersion() -
Uses of IgniteProductVersion in org.apache.ignite.internal.pagemem.wal.record.delta
Methods in org.apache.ignite.internal.pagemem.wal.record.delta that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionMetaPageInitRootInlineFlagsCreatedVersionRecord. createdVersion()Constructors in org.apache.ignite.internal.pagemem.wal.record.delta with parameters of type IgniteProductVersion Constructor Description MetaPageInitRootInlineFlagsCreatedVersionRecord(int grpId, long pageId, long rootId, int inlineSize, long flags, IgniteProductVersion createdVer) -
Uses of IgniteProductVersion in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteProductVersion Modifier and Type Method Description static intGridCachePartitionExchangeManager. exchangeProtocolVersion(IgniteProductVersion ver) -
Uses of IgniteProductVersion in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.preloader declared as IgniteProductVersion Modifier and Type Field Description static IgniteProductVersionGridDhtPartitionSupplyMessageV2. AVAILABLE_SINCEAvailable since.static IgniteProductVersionCachePartitionPartialCountersMap. PARTIAL_COUNTERS_MAP_SINCEstatic IgniteProductVersionGridDhtPartitionDemandMessage. VERSION_SINCEMethods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type IgniteProductVersion Modifier and Type Method Description GridCacheMessageGridDhtPartitionDemandMessage. convertIfNeeded(IgniteProductVersion target)Converts message to it's legacy version if necessary. -
Uses of IgniteProductVersion in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch declared as IgniteProductVersion Modifier and Type Field Description static IgniteProductVersionExchangeLatchManager. PROTOCOL_V2_VERSION_SINCEExchange latch V2 protocol introduces following optimization: Joining nodes are explicitly excluded from possible latch participants. -
Uses of IgniteProductVersion in org.apache.ignite.internal.processors.cache.persistence.tree.io
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionBPlusMetaIO. createdVersion(long pageAddr)Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io with parameters of type IgniteProductVersion Modifier and Type Method Description voidBPlusMetaIO. initFlagsAndVersion(long pageAddr, long flags, IgniteProductVersion createdVer)voidBPlusMetaIO. setCreatedVersion(long pageAddr, IgniteProductVersion curVer) -
Uses of IgniteProductVersion in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader with parameters of type IgniteProductVersion Modifier and Type Method Description voidStandaloneNoopDiscoverySpi. setNodeAttributes(Map<String,Object> attrs, IgniteProductVersion ver)Sets node attributes and node version which will be distributed in grid during join process. -
Uses of IgniteProductVersion in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type IgniteProductVersion Modifier and Type Method Description static voidPlatformUtils. writeNodeVersion(BinaryRawWriterEx out, IgniteProductVersion productVersion)Write binary productVersion. -
Uses of IgniteProductVersion in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteProductVersion Modifier and Type Method Description static IgniteProductVersionIgniteUtils. productVersion(ClusterNode node)Gets node product version based on node attributes.Methods in org.apache.ignite.internal.util with parameters of type IgniteProductVersion Modifier and Type Method Description static booleanIgniteUtils. isOldestNodeVersionAtLeast(IgniteProductVersion ver, Iterable<ClusterNode> nodes)Check that node Ignite product version is not less then specified. -
Uses of IgniteProductVersion in org.apache.ignite.lang
Methods in org.apache.ignite.lang that return IgniteProductVersion Modifier and Type Method Description static IgniteProductVersionIgniteProductVersion. fromString(String verStr)Tries to parse product version from it's string representation.Methods in org.apache.ignite.lang with parameters of type IgniteProductVersion Modifier and Type Method Description intIgniteProductVersion. compareTo(@NotNull IgniteProductVersion o)intIgniteProductVersion. compareToIgnoreTimestamp(@NotNull IgniteProductVersion o) -
Uses of IgniteProductVersion in org.apache.ignite.marshaller
Methods in org.apache.ignite.marshaller that return IgniteProductVersion Modifier and Type Method Description static IgniteProductVersionMarshallerUtils. jobReceiverVersion()Returns thread local job receiver node version.static IgniteProductVersionMarshallerUtils. jobSenderVersion()Returns thread local job sender node version.Methods in org.apache.ignite.marshaller with parameters of type IgniteProductVersion Modifier and Type Method Description static voidMarshallerUtils. jobReceiverVersion(IgniteProductVersion ver)Sets thread local job receiver node version.static voidMarshallerUtils. jobSenderVersion(IgniteProductVersion ver)Sets thread local job sender node version. -
Uses of IgniteProductVersion in org.apache.ignite.spi.discovery
Methods in org.apache.ignite.spi.discovery with parameters of type IgniteProductVersion Modifier and Type Method Description voidDiscoverySpi. setNodeAttributes(Map<String,Object> attrs, IgniteProductVersion ver)Sets node attributes and node version which will be distributed in grid during join process. -
Uses of IgniteProductVersion in org.apache.ignite.spi.discovery.isolated
Methods in org.apache.ignite.spi.discovery.isolated that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionIsolatedNode. version()Gets node version.Methods in org.apache.ignite.spi.discovery.isolated with parameters of type IgniteProductVersion Modifier and Type Method Description voidIsolatedDiscoverySpi. setNodeAttributes(Map<String,Object> attrs, IgniteProductVersion ver)Sets node attributes and node version which will be distributed in grid during join process.Constructors in org.apache.ignite.spi.discovery.isolated with parameters of type IgniteProductVersion Constructor Description IsolatedNode(UUID id, Map<String,Object> attrs, IgniteProductVersion ver) -
Uses of IgniteProductVersion in org.apache.ignite.spi.discovery.tcp
Fields in org.apache.ignite.spi.discovery.tcp declared as IgniteProductVersion Modifier and Type Field Description protected IgniteProductVersionTcpDiscoverySpi. locNodeVerLocal node version.Methods in org.apache.ignite.spi.discovery.tcp with parameters of type IgniteProductVersion Modifier and Type Method Description voidTcpDiscoverySpi. setNodeAttributes(Map<String,Object> attrs, IgniteProductVersion ver)Sets node attributes and node version which will be distributed in grid during join process. -
Uses of IgniteProductVersion in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal that return IgniteProductVersion Modifier and Type Method Description IgniteProductVersionTcpDiscoveryNodesRing. minimumNodeVersion()IgniteProductVersionTcpDiscoveryNode. version()Gets node version.Methods in org.apache.ignite.spi.discovery.tcp.internal with parameters of type IgniteProductVersion Modifier and Type Method Description voidTcpDiscoveryNode. version(IgniteProductVersion ver)Constructors in org.apache.ignite.spi.discovery.tcp.internal with parameters of type IgniteProductVersion Constructor Description TcpDiscoveryNode(UUID id, Collection<String> addrs, Collection<String> hostNames, int discPort, DiscoveryMetricsProvider metricsProvider, IgniteProductVersion ver, Serializable consistentId)Constructor.
-