Uses of Interface
org.apache.ignite.internal.IgniteEx
-
Packages that use IgniteEx Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.management.api org.apache.ignite.internal.management.cache org.apache.ignite.internal.management.tx org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.cache.verify org.apache.ignite.internal.processors.resource TODO.org.apache.ignite.internal.processors.security org.apache.ignite.internal.visor org.apache.ignite.internal.visor.util org.apache.ignite.spi.discovery.tcp.ipfinder.multicast Contains multicast-based IP finder. -
-
Uses of IgniteEx in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement IgniteEx Modifier and Type Class Description classIgniteKernalMethods in org.apache.ignite.internal that return IgniteEx Modifier and Type Method Description IgniteExGridKernalContext. grid()Gets grid instance managed by kernal.IgniteExGridKernalContextImpl. grid()Gets grid instance managed by kernal.Constructors in org.apache.ignite.internal with parameters of type IgniteEx Constructor Description GridKernalContextImpl(GridLoggerProxy log, IgniteEx grid, IgniteConfiguration cfg, GridKernalGateway gw, List<PluginProvider> plugins, IgnitePredicate<String> clsFilter, WorkersRegistry workerRegistry, Thread.UncaughtExceptionHandler hnd, LongJVMPauseDetector pauseDetector)Creates new kernal context. -
Uses of IgniteEx in org.apache.ignite.internal.management.api
Constructors in org.apache.ignite.internal.management.api with parameters of type IgniteEx Constructor Description CommandInvoker(Command<A,?> cmd, A arg, @Nullable IgniteEx ignite)CommandMBean(IgniteEx ignite, Command<A,R> cmd) -
Uses of IgniteEx in org.apache.ignite.internal.management.cache
Fields in org.apache.ignite.internal.management.cache declared as IgniteEx Modifier and Type Field Description protected IgniteExContentionClosure. igniteIgnite.Constructors in org.apache.ignite.internal.management.cache with parameters of type IgniteEx Constructor Description CacheConfiguration(IgniteEx ignite, CacheConfiguration ccfg, IgniteUuid dynamicDeploymentId)Create data transfer object for cache configuration properties.CacheStoreConfiguration(IgniteEx ignite, CacheConfiguration ccfg)Create data transfer object for cache store configuration properties. -
Uses of IgniteEx in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx with parameters of type IgniteEx Modifier and Type Method Description static TxTaskResultTxTask.TxJob. run(IgniteEx ignite, TxCommandArg arg, @Nullable TxInfoCommandArg infoArg) -
Uses of IgniteEx in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache declared as IgniteEx Modifier and Type Field Description protected IgniteExGridCacheAdapter.TopologyVersionAwareJob. igniteInjected grid instance.Methods in org.apache.ignite.internal.processors.cache that return IgniteEx Modifier and Type Method Description IgniteExGridCacheContext. grid() -
Uses of IgniteEx in org.apache.ignite.internal.processors.cache.persistence.snapshot
Fields in org.apache.ignite.internal.processors.cache.persistence.snapshot declared as IgniteEx Modifier and Type Field Description protected IgniteExAbstractSnapshotVerificationTask.AbstractSnapshotVerificationJob. igniteIgnite instance.protected IgniteExAbstractSnapshotVerificationTask. igniteIgnite instance. -
Uses of IgniteEx in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return IgniteEx Modifier and Type Method Description IgniteExStandaloneGridKernalContext. grid()Gets grid instance managed by kernal. -
Uses of IgniteEx in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type IgniteEx Modifier and Type Method Description static List<Integer>IdleVerifyUtility. compareUpdateCounters(IgniteEx ign, Map<Integer,Map<Integer,PartitionUpdateCounter>> cntrsIn, Integer grpId)Compares two sets with partitions and upd counters per group distribution.static List<Integer>IdleVerifyUtility. compareUpdateCounters(IgniteEx ign, Map<Integer,Map<Integer,PartitionUpdateCounter>> cntrsEth, Map<Integer,Map<Integer,PartitionUpdateCounter>> curCntrs)Compares two sets with partitions and upd counters per group distribution.static StringIdleVerifyUtility. formatUpdateCountersDiff(IgniteEx ig, List<Integer> diff)Prints diff between incoming update counters snapshots.static Map<Integer,Map<Integer,PartitionUpdateCounter>>IdleVerifyUtility. getUpdateCountersSnapshot(IgniteEx ign, Set<Integer> grpIds)Gather updateCounters info.Constructors in org.apache.ignite.internal.processors.cache.verify with parameters of type IgniteEx Constructor Description IdleChecker(IgniteEx ig, Map<Integer,Map<Integer,PartitionUpdateCounter>> partsWithCntrsPerGrp) -
Uses of IgniteEx in org.apache.ignite.internal.processors.resource
Constructors in org.apache.ignite.internal.processors.resource with parameters of type IgniteEx Constructor Description GridResourceServiceInjector(IgniteEx ignite) -
Uses of IgniteEx in org.apache.ignite.internal.processors.security
Fields in org.apache.ignite.internal.processors.security declared as IgniteEx Modifier and Type Field Description protected IgniteExAbstractSecurityAwareExternalizable. igniteIgnite. -
Uses of IgniteEx in org.apache.ignite.internal.visor
Fields in org.apache.ignite.internal.visor declared as IgniteEx Modifier and Type Field Description protected IgniteExVisorJob. igniteAuto-injected grid instance.protected IgniteExVisorMultiNodeTask. igniteAuto-injected grid instance. -
Uses of IgniteEx in org.apache.ignite.internal.visor.util
Methods in org.apache.ignite.internal.visor.util with parameters of type IgniteEx Modifier and Type Method Description static booleanVisorTaskUtils. isRestartingCache(IgniteEx ignite, String cacheName)Check whether cache restarting in progress. -
Uses of IgniteEx in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast
Methods in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast with parameters of type IgniteEx Modifier and Type Method Description voidTcpDiscoveryMulticastIpFinder. setIgnite(IgniteEx ignite)
-