| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends ComputeTask<?,?>>> |
IgniteCompute.localTasks()
Gets map of all locally deployed tasks keyed by their task name .
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
IgniteCompute.execute(ComputeTask<T,R> task,
T arg)
Executes given task within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteCompute.executeAsync(ComputeTask<T,R> task,
T arg)
Executes given task asynchronously within the cluster group.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
IgniteCompute.execute(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task on within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteCompute.executeAsync(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task asynchronously on within the cluster group.
|
void |
IgniteCompute.localDeployTask(Class<? extends ComputeTask> taskCls,
ClassLoader clsLdr)
Explicitly deploys a task with given class loader on the local node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComputeTaskAdapter<T,R>
Convenience adapter for
ComputeTask interface. |
class |
ComputeTaskSplitAdapter<T,R>
This class defines simplified adapter for
ComputeTask. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckCpHistTask
Task that checks whether last checkpoint is applicable for providing history for all groups and partitions that are
passed as parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends ComputeTask<?,?>>> |
IgniteComputeImpl.localTasks()
Gets map of all locally deployed tasks keyed by their task name .
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
IgniteComputeImpl.execute(ComputeTask<T,R> task,
T arg)
Executes given task within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteComputeImpl.executeAsync(ComputeTask<T,R> task,
T arg)
Executes given task asynchronously within the cluster group.
|
<T,R> ComputeTaskInternalFuture<R> |
IgniteComputeHandler.executeAsync(ComputeTask<T,R> task,
T arg)
Execute implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
IgniteComputeImpl.execute(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task on within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteComputeImpl.executeAsync(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task asynchronously on within the cluster group.
|
<T,R> IgniteInternalFuture<R> |
IgniteComputeHandler.executeAsync(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Execute implementation.
|
void |
IgniteComputeImpl.localDeployTask(Class<? extends ComputeTask> taskCls,
ClassLoader clsLdr)
Explicitly deploys a task with given class loader on the local node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckIndexInlineSizesTask
Task for check secondary indexes inline size on the different nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDistributionTask
Collect information on the distribution of partitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheResetLostPartitionsTask
Reset status of lost partitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataInfoTask
Task for MetadataListCommand and MetadataDetailsCommand commands.
|
class |
MetadataRemoveTask
Task for remove specified binary type.
|
class |
MetadataUpdateTask
Task for update specified binary type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesListTask
Task for property operations.
|
class |
PropertyTask
Task for property operations.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends ComputeTask<?,?>>> |
GridDeploymentManager.findAllTasks(IgnitePredicate<? super Class<? extends ComputeTask<?,?>>>... p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridDeployment.internalTask(@Nullable ComputeTask task,
Class<?> taskCls)
Checks whether task class is annotated with
GridInternal. |
boolean |
GridDeployment.visorManagementTask(@Nullable ComputeTask task,
@NotNull Class<?> taskCls)
Checks whether task class is annotated with
GridVisorManagementTask. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClearCachesTask
Clears specified caches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSnapshotVerificationTask
The task for checking the consistency of snapshots in the cluster.
|
class |
IncrementalSnapshotVerificationTask |
class |
SnapshotHandlerRestoreTask
Snapshot restore operation handling task.
|
class |
SnapshotMetadataVerificationTask
Snapshot task to verify snapshot metadata on the baseline nodes for given snapshot name.
|
class |
SnapshotPartitionsVerifyTask
Task for checking snapshot partitions consistency the same way as
VerifyBackupPartitionsTaskV2 does. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectConflictPartitionKeysTask |
class |
RetrieveConflictPartitionValuesTask |
class |
VerifyBackupPartitionsDumpTask
Task for collection checksums primary and backup partitions of specified caches.
|
class |
VerifyBackupPartitionsTask
Deprecated.
Legacy version of
VerifyBackupPartitionsTaskV2. |
class |
VerifyBackupPartitionsTaskV2
Task for comparing update counters and checksums between primary and backup partitions of specified caches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridPeerDeployAwareTaskAdapter<T,R>
Peer deployment aware task adapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformAbstractTask
Base class for all interop tasks.
|
class |
PlatformBalancingMultiClosureTask
Interop multi-closure task with node balancing.
|
class |
PlatformBalancingSingleClosureTask
Interop single-closure task with node balancing.
|
class |
PlatformBroadcastingMultiClosureTask
Interop multi-closure task with broadcast semantics.
|
class |
PlatformBroadcastingSingleClosureTask
Interop single-closure task with broadcast semantics.
|
class |
PlatformFullTask
Interop task which requires full execution cycle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridResourceProcessor.inject(GridDeployment dep,
ComputeTask<?,?> task,
GridTaskSessionImpl ses,
ComputeLoadBalancer balancer,
ComputeTaskContinuousMapper mapper)
Injects held resources into given grid task.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeTask<T,R> |
GridTaskWorker.getTask() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.execute(ComputeTask<T,R> task,
T arg) |
<T,R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.execute(ComputeTask<T,R> task,
T arg,
TaskExecutionOptions opts) |
void |
GridTaskWorker.setTask(ComputeTask<T,R> task) |
| Modifier and Type | Method and Description |
|---|---|
<T,R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.execute(Class<? extends ComputeTask<T,R>> taskCls,
T arg) |
<T,R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.execute(Class<? extends ComputeTask<T,R>> taskCls,
T arg,
TaskExecutionOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
static String |
IgniteUtils.getTaskName(Class<? extends ComputeTask<?,?>> taskCls)
Gets task name for the given task class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteRemoteMapTask<T,R>
Util task that will execute ComputeTask on a given node.
|
| Constructor and Description |
|---|
IgniteRemoteMapTask(ClusterNode node,
ComputeTask<T,R> remoteTask) |
| Modifier and Type | Class and Description |
|---|---|
class |
VisorMultiNodeTask<A,R,J>
Base class for Visor tasks intended to query data from a multiple node.
|
class |
VisorOneNodeTask<A,R>
Base class for Visor tasks intended to query data from a single node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorBaselineTask
Task that will collect information about baseline topology and can change its state.
|
class |
VisorBaselineViewTask
Task that will collect information about baseline topology.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorCacheConfigurationCollectorTask
Task that collect cache metrics from all nodes.
|
class |
VisorCacheScanTask
Task that scan cache entries.
|
class |
VisorCacheStopTask
Task that stop specified caches on specified node.
|
class |
VisorFindAndDeleteGarbageInPersistenceTask
Compute task which are part of 'find and delete garbage' functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexForceRebuildTask
Task that triggers indexes force rebuild for specified caches or cache groups.
|
class |
IndexListTask
Task that collects indexes information.
|
class |
IndexRebuildStatusTask
Task that collects caches that have index rebuild in progress.
|
class |
ScheduleIndexRebuildTask
Task that schedules indexes rebuild for specified caches via the maintenance mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorCacheMetricsTask
Task for a cache metrics command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorCdcCacheDataResendTask
Task to forcefully resend all cache data to CDC.
|
class |
VisorCdcDeleteLostSegmentsTask
Task to delete lost segment CDC links.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorClientConnectionDropTask
Task to cancel client connection(s).
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorComputeCancelSessionsTask
Cancels given task session.
|
class |
VisorComputeCancelSessionTask
Cancels given tasks sessions on all cluster nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConsistencyTask<A,J>
Base class for Consistency tasks.
|
class |
VisorConsistencyCancelTask
Cancels given consistency repairs on all cluster nodes.
|
class |
VisorConsistencyCountersFinalizationTask |
class |
VisorConsistencyRepairTask |
class |
VisorConsistencyStatusTask |
| Modifier and Type | Class and Description |
|---|---|
class |
VisorDefragmentationTask |
| Modifier and Type | Class and Description |
|---|---|
class |
VisorPageLocksTask |
| Modifier and Type | Class and Description |
|---|---|
class |
VisorConnectivityTask
Visor task that checks connectivity status between nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorCacheGroupEncryptionTask<T>
Visor encrypted cache group multinode task.
|
class |
VisorChangeCacheGroupKeyTask
The task for changing the encryption key of the cache group.
|
class |
VisorChangeMasterKeyTask
The task for changing the master key.
|
class |
VisorEncryptionKeyIdsTask
Get current encryption key IDs of the cache group.
|
class |
VisorGetMasterKeyNameTask
The task for getting the master key name.
|
class |
VisorReencryptionRateTask
View/change cache group re-encryption rate limit .
|
class |
VisorReencryptionResumeTask
Resume re-encryption of the cache group.
|
class |
VisorReencryptionStatusTask
Get re-encryption status of the cache group.
|
class |
VisorReencryptionSuspendTask
Suspend re-encryption of the cache group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorMetricTask
Reperesents visor task for obtaining metric values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorClusterChangeTagTask |
class |
VisorIdAndTagViewTask |
class |
VisorWalTask
Performs WAL cleanup clusterwide.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorPerformanceStatisticsTask
Represents visor task to manage performance statistics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceTask |
| Modifier and Type | Class and Description |
|---|---|
class |
VisorContinuousQueryCancelTask
Task to cancel continuous query.
|
class |
VisorQueryCancelOnInitiatorTask
Task to cancel queries on initiator node.
|
class |
VisorScanQueryCancelTask
Task to cancel scan queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorCancelServiceTask
Task for cancel services with specified name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorShutdownPolicyTask
Shutdown policy task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorSnapshotCancelTask |
class |
VisorSnapshotCheckTask |
class |
VisorSnapshotCreateTask |
class |
VisorSnapshotOneNodeTask<A,R>
Base class for single node visor snapshot task.
|
class |
VisorSnapshotRestoreTask
Visor snapshot restore task.
|
class |
VisorSnapshotStatusTask
Task to get the status of the current snapshot operation in the cluster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorSystemViewTask
Reperesents visor task for obtaining system view content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorTracingConfigurationTask
Task that will collect and update tracing configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FetchNearXidVersionTask
Retrieves unique transaction identifier (nearXid) from UUID/GridCacheVersion of xid/nearXid.
|
class |
VisorTxTask |
| Modifier and Type | Class and Description |
|---|---|
class |
VisorContentionTask |
class |
VisorIdleVerifyDumpTask
Task to verify checksums of backup partitions and return all collected information.
|
class |
VisorIdleVerifyTask
Deprecated.
|
class |
VisorIdleVerifyTaskV2
Task to verify checksums of backup partitions.
|
class |
VisorValidateIndexesTask |
class |
VisorViewCacheTask |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023