| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| 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.cache | |
| org.apache.ignite.internal.visor.util |
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteKernal
|
| Modifier and Type | Method and Description |
|---|---|
IgniteEx |
GridKernalContextImpl.grid()
Gets grid instance managed by kernal.
|
IgniteEx |
GridKernalContext.grid()
Gets grid instance managed by kernal.
|
| Constructor and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteEx |
GridCacheAdapter.TopologyVersionAwareJob.ignite
Injected grid instance.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteEx |
GridCacheContext.grid() |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteEx |
AbstractSnapshotVerificationTask.ignite
Ignite instance.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteEx |
StandaloneGridKernalContext.grid()
Gets grid instance managed by kernal.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteEx |
ContentionClosure.ignite
Ignite.
|
| Modifier and Type | Method and 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 String |
IdleVerifyUtility.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.
|
| Constructor and Description |
|---|
IdleChecker(IgniteEx ig,
Map<Integer,Map<Integer,PartitionUpdateCounter>> partsWithCntrsPerGrp) |
| Constructor and Description |
|---|
GridResourceServiceInjector(IgniteEx ignite) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteEx |
AbstractSecurityAwareExternalizable.ignite
Ignite.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteEx |
VisorJob.ignite
Auto-injected grid instance.
|
protected IgniteEx |
VisorMultiNodeTask.ignite
Auto-injected grid instance.
|
| Constructor and Description |
|---|
VisorCacheConfiguration(IgniteEx ignite,
CacheConfiguration ccfg,
IgniteUuid dynamicDeploymentId)
Create data transfer object for cache configuration properties.
|
VisorCacheStoreConfiguration(IgniteEx ignite,
CacheConfiguration ccfg)
Create data transfer object for cache store configuration properties.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VisorTaskUtils.isRestartingCache(IgniteEx ignite,
String cacheName)
Check whether cache restarting in progress.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023