| 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.wal.reader | |
| org.apache.ignite.internal.processors.cache.verify | |
| org.apache.ignite.internal.visor | |
| org.apache.ignite.internal.visor.cache | |
| org.apache.ignite.internal.visor.compute | |
| org.apache.ignite.internal.visor.node | |
| org.apache.ignite.internal.visor.query | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteEx |
GridCacheContext.grid() |
| 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 | Field and Description |
|---|---|
protected IgniteEx |
VisorJob.ignite
Auto-injected grid instance.
|
protected IgniteEx |
VisorMultiNodeTask.ignite
Auto-injected grid instance.
|
| Constructor and Description |
|---|
VisorCache(IgniteEx ignite,
GridCacheAdapter ca,
boolean collectMetrics)
Create data transfer object for given cache.
|
VisorCacheConfiguration(IgniteEx ignite,
CacheConfiguration ccfg,
IgniteUuid dynamicDeploymentId)
Create data transfer object for cache configuration properties.
|
VisorCacheMetrics(IgniteEx ignite,
String cacheName)
Create data transfer object for given cache metrics.
|
VisorCacheStoreConfiguration(IgniteEx ignite,
CacheConfiguration ccfg)
Create data transfer object for cache store configuration properties.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteEx |
VisorGatewayTask.ignite
Auto-injected grid instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisorComputeMonitoringHolder.startCollect(IgniteEx ignite,
String visorKey)
Start collect events for Visor instance.
|
void |
VisorComputeMonitoringHolder.stopCollect(IgniteEx g,
String visorKey)
Disable collect events for Visor instance.
|
| Constructor and Description |
|---|
VisorBasicConfiguration(IgniteEx ignite,
IgniteConfiguration c)
Create data transfer object for node basic configuration properties.
|
VisorGridConfiguration(IgniteEx ignite)
Create data transfer object with node configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
static VisorQueryHolder |
VisorQueryUtils.getQueryHolder(IgniteEx ignite,
String qryId)
Get holder for query or throw exception if not found.
|
static void |
VisorQueryUtils.removeQueryHolder(IgniteEx ignite,
String qryId)
Remove query holder from local storage for query with specified ID and cancel query if it is in progress.
|
static void |
VisorQueryUtils.scheduleQueryHolderRemoval(IgniteEx ignite,
String qryId)
Schedule clearing of query context by timeout.
|
static void |
VisorQueryUtils.scheduleQueryStart(IgniteEx ignite,
VisorQueryHolder holder,
VisorQueryTaskArg arg,
GridQueryCancel cancel)
Schedule start of SQL query execution.
|
static void |
VisorQueryUtils.scheduleScanStart(IgniteEx ignite,
VisorQueryHolder holder,
VisorScanQueryTaskArg arg)
Schedule start of SCAN query execution.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VisorTaskUtils.isProxyCache(IgniteEx ignite,
String cacheName) |
static boolean |
VisorTaskUtils.isRestartingCache(IgniteEx ignite,
String cacheName)
Check whether cache restarting in progress.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020