Uses of Interface
org.apache.ignite.compute.ComputeTask
-
-
Uses of ComputeTask in org.apache.ignite
Methods in org.apache.ignite that return types with arguments of type ComputeTask Modifier and Type Method Description Map<String,Class<? extends ComputeTask<?,?>>>IgniteCompute. localTasks()Gets map of all locally deployed tasks keyed by their task name .Methods in org.apache.ignite with parameters of type ComputeTask Modifier and Type Method Description <T,R>
RIgniteCompute. 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.Method parameters in org.apache.ignite with type arguments of type ComputeTask Modifier and Type Method Description <T,R>
RIgniteCompute. 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.voidIgniteCompute. localDeployTask(Class<? extends ComputeTask> taskCls, ClassLoader clsLdr)Explicitly deploys a task with given class loader on the local node. -
Uses of ComputeTask in org.apache.ignite.compute
Classes in org.apache.ignite.compute that implement ComputeTask Modifier and Type Class Description classComputeTaskAdapter<T,R>Convenience adapter forComputeTaskinterface.classComputeTaskSplitAdapter<T,R>This class defines simplified adapter forComputeTask. -
Uses of ComputeTask in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement ComputeTask Modifier and Type Class Description classCheckCpHistTaskTask that checks whether last checkpoint is applicable for providing history for all groups and partitions that are passed as parameters.Methods in org.apache.ignite.internal that return types with arguments of type ComputeTask Modifier and Type Method Description Map<String,Class<? extends ComputeTask<?,?>>>IgniteComputeImpl. localTasks()Gets map of all locally deployed tasks keyed by their task name .Methods in org.apache.ignite.internal with parameters of type ComputeTask Modifier and Type Method Description <T,R>
RIgniteComputeImpl. execute(ComputeTask<T,R> task, T arg)Executes given task within the cluster group.<T,R>
ComputeTaskInternalFuture<R>IgniteComputeHandler. executeAsync(ComputeTask<T,R> task, T arg)Execute implementation.<T,R>
ComputeTaskFuture<R>IgniteComputeImpl. executeAsync(ComputeTask<T,R> task, T arg)Executes given task asynchronously within the cluster group.Method parameters in org.apache.ignite.internal with type arguments of type ComputeTask Modifier and Type Method Description <T,R>
RIgniteComputeImpl. execute(Class<? extends ComputeTask<T,R>> taskCls, T arg)Executes given task on within the cluster group.<T,R>
IgniteInternalFuture<R>IgniteComputeHandler. executeAsync(Class<? extends ComputeTask<T,R>> taskCls, T arg)Execute implementation.<T,R>
ComputeTaskFuture<R>IgniteComputeImpl. executeAsync(Class<? extends ComputeTask<T,R>> taskCls, T arg)Executes given task asynchronously on within the cluster group.voidIgniteComputeImpl. localDeployTask(Class<? extends ComputeTask> taskCls, ClassLoader clsLdr)Explicitly deploys a task with given class loader on the local node. -
Uses of ComputeTask in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size
Classes in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size that implement ComputeTask Modifier and Type Class Description classCheckIndexInlineSizesTaskTask for check secondary indexes inline size on the different nodes. -
Uses of ComputeTask in org.apache.ignite.internal.commandline.cache.distribution
Classes in org.apache.ignite.internal.commandline.cache.distribution that implement ComputeTask Modifier and Type Class Description classCacheDistributionTaskCollect information on the distribution of partitions. -
Uses of ComputeTask in org.apache.ignite.internal.commandline.cache.reset_lost_partitions
Classes in org.apache.ignite.internal.commandline.cache.reset_lost_partitions that implement ComputeTask Modifier and Type Class Description classCacheResetLostPartitionsTaskReset status of lost partitions. -
Uses of ComputeTask in org.apache.ignite.internal.management
Classes in org.apache.ignite.internal.management that implement ComputeTask Modifier and Type Class Description classClusterChangeTagTaskclassShutdownPolicyTaskShutdown policy task.classSystemViewTaskReperesents visor task for obtaining system view content. -
Uses of ComputeTask in org.apache.ignite.internal.management.baseline
Classes in org.apache.ignite.internal.management.baseline that implement ComputeTask Modifier and Type Class Description classBaselineTaskTask that will collect information about baseline topology and can change its state. -
Uses of ComputeTask in org.apache.ignite.internal.management.cache
Classes in org.apache.ignite.internal.management.cache that implement ComputeTask Modifier and Type Class Description classCacheConfigurationCollectorTaskTask that collect cache metrics from all nodes.classCacheCreateTaskTask to create caches from Spring XML configuration.classCacheMetricsTaskTask for a cache metrics command.classCacheStopTaskTask that stop specified caches on specified node.classContentionTaskclassFindAndDeleteGarbageInPersistenceTaskCompute task which are part of 'find and delete garbage' functionality.classIdleVerifyDumpTaskTask to verify checksums of backup partitions and return all collected information.classIdleVerifyTaskV2Task to verify checksums of backup partitions.classIndexForceRebuildTaskTask that triggers indexes force rebuild for specified caches or cache groups.classIndexListTaskTask that collects indexes information.classIndexRebuildStatusTaskTask that collects caches that have index rebuild in progress.classScheduleIndexRebuildTaskTask that schedules indexes rebuild for specified caches via the maintenance mode.classValidateIndexesTaskclassVerifyBackupPartitionsDumpTaskTask for collection checksums primary and backup partitions of specified caches.classVerifyBackupPartitionsTaskV2Task for comparing update counters and checksums between primary and backup partitions of specified caches.classViewCacheTask -
Uses of ComputeTask in org.apache.ignite.internal.management.cache.scan
Classes in org.apache.ignite.internal.management.cache.scan that implement ComputeTask Modifier and Type Class Description classCacheScanTaskTask that scan cache entries. -
Uses of ComputeTask in org.apache.ignite.internal.management.cdc
Classes in org.apache.ignite.internal.management.cdc that implement ComputeTask Modifier and Type Class Description classCdcCacheDataResendTaskTask to forcefully resend all cache data to CDC.classCdcDeleteLostSegmentsTaskTask to delete lost segment CDC links. -
Uses of ComputeTask in org.apache.ignite.internal.management.consistency
Classes in org.apache.ignite.internal.management.consistency that implement ComputeTask Modifier and Type Class Description classAbstractConsistencyTask<A,J>Base class for Consistency tasks.classConsistencyCountersFinalizationTaskclassConsistencyRepairTaskclassConsistencyStatusTask -
Uses of ComputeTask in org.apache.ignite.internal.management.defragmentation
Classes in org.apache.ignite.internal.management.defragmentation that implement ComputeTask Modifier and Type Class Description classDefragmentationTask -
Uses of ComputeTask in org.apache.ignite.internal.management.diagnostic
Classes in org.apache.ignite.internal.management.diagnostic that implement ComputeTask Modifier and Type Class Description classConnectivityTaskVisor task that checks connectivity status between nodes.classPageLocksTask -
Uses of ComputeTask in org.apache.ignite.internal.management.encryption
Classes in org.apache.ignite.internal.management.encryption that implement ComputeTask Modifier and Type Class Description classCacheGroupEncryptionTask<T>Visor encrypted cache group multinode task.classChangeCacheGroupKeyTaskThe task for changing the encryption key of the cache group.classChangeMasterKeyTaskThe task for changing the master key.classEncryptionKeyIdsTaskGet current encryption key IDs of the cache group.classGetMasterKeyNameTaskThe task for getting the master key name.classReencryptionRateTaskView/change cache group re-encryption rate limit .classReencryptionResumeTaskResume re-encryption of the cache group.classReencryptionStatusTaskGet re-encryption status of the cache group.classReencryptionSuspendTaskSuspend re-encryption of the cache group. -
Uses of ComputeTask in org.apache.ignite.internal.management.kill
Classes in org.apache.ignite.internal.management.kill that implement ComputeTask Modifier and Type Class Description classCancelServiceTaskTask for cancel services with specified name.classClientConnectionDropTaskTask to cancel client connection(s).classComputeCancelSessionTaskCancels given tasks sessions on all cluster nodes.classConsistencyCancelTaskCancels given consistency repairs on all cluster nodes.classContinuousQueryCancelTaskTask to cancel continuous query.classKillTransactionTaskclassQueryCancelOnInitiatorTaskTask to cancel queries on initiator node.classScanQueryCancelTaskTask to cancel scan queries.classSnapshotCancelTask -
Uses of ComputeTask in org.apache.ignite.internal.management.meta
Classes in org.apache.ignite.internal.management.meta that implement ComputeTask Modifier and Type Class Description classMetadataInfoTaskTask for MetadataListCommand and MetadataDetailsCommand commands.classMetadataRemoveTaskTask for remove specified binary type.classMetadataUpdateTaskTask for update specified binary type. -
Uses of ComputeTask in org.apache.ignite.internal.management.metric
Classes in org.apache.ignite.internal.management.metric that implement ComputeTask Modifier and Type Class Description classMetricTaskReperesents visor task for obtaining metric values. -
Uses of ComputeTask in org.apache.ignite.internal.management.performancestatistics
Classes in org.apache.ignite.internal.management.performancestatistics that implement ComputeTask Modifier and Type Class Description classPerformanceStatisticsTaskRepresents visor task to manage performance statistics. -
Uses of ComputeTask in org.apache.ignite.internal.management.persistence
Classes in org.apache.ignite.internal.management.persistence that implement ComputeTask Modifier and Type Class Description classPersistenceTask -
Uses of ComputeTask in org.apache.ignite.internal.management.property
Classes in org.apache.ignite.internal.management.property that implement ComputeTask Modifier and Type Class Description classPropertiesListTaskTask for property operations.classPropertyTaskTask for property operations. -
Uses of ComputeTask in org.apache.ignite.internal.management.snapshot
Classes in org.apache.ignite.internal.management.snapshot that implement ComputeTask Modifier and Type Class Description classSnapshotCheckTaskclassSnapshotCreateTaskclassSnapshotRestoreTaskVisor snapshot restore task.classSnapshotStatusTaskTask to get the status of the current snapshot operation in the cluster. -
Uses of ComputeTask in org.apache.ignite.internal.management.tracing
Classes in org.apache.ignite.internal.management.tracing that implement ComputeTask Modifier and Type Class Description classTracingConfigurationTaskTask that will collect and update tracing configuration. -
Uses of ComputeTask in org.apache.ignite.internal.management.tx
Classes in org.apache.ignite.internal.management.tx that implement ComputeTask Modifier and Type Class Description classFetchNearXidVersionTaskRetrieves unique transaction identifier (nearXid) from UUID/GridCacheVersion of xid/nearXid.classTxTask -
Uses of ComputeTask in org.apache.ignite.internal.management.wal
Classes in org.apache.ignite.internal.management.wal that implement ComputeTask Modifier and Type Class Description classWalTaskPerforms WAL cleanup clusterwide. -
Uses of ComputeTask in org.apache.ignite.internal.managers.deployment
Methods in org.apache.ignite.internal.managers.deployment that return types with arguments of type ComputeTask Modifier and Type Method Description Map<String,Class<? extends ComputeTask<?,?>>>GridDeploymentManager. findAllTasks(@Nullable IgnitePredicate<? super Class<? extends ComputeTask<?,?>>>... p)Methods in org.apache.ignite.internal.managers.deployment with parameters of type ComputeTask Modifier and Type Method Description booleanGridDeployment. internalTask(@Nullable ComputeTask task, Class<?> taskCls)Checks whether task class is annotated withGridInternal.booleanGridDeployment. visorManagementTask(@Nullable ComputeTask<?,?> task, @NotNull Class<?> taskCls)Checks whether task class is a management task. -
Uses of ComputeTask in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement ComputeTask Modifier and Type Class Description classClearCachesTaskClears specified caches. -
Uses of ComputeTask in org.apache.ignite.internal.processors.cache.persistence.snapshot
Classes in org.apache.ignite.internal.processors.cache.persistence.snapshot that implement ComputeTask Modifier and Type Class Description classAbstractSnapshotVerificationTaskThe task for checking the consistency of snapshots in the cluster.classIncrementalSnapshotVerificationTaskclassSnapshotHandlerRestoreTaskSnapshot restore operation handling task.classSnapshotMetadataVerificationTaskSnapshot task to verify snapshot metadata on the baseline nodes for given snapshot name.classSnapshotPartitionsVerifyTaskTask for checking snapshot partitions consistency the same way asVerifyBackupPartitionsTaskV2does. -
Uses of ComputeTask in org.apache.ignite.internal.processors.cache.verify
Classes in org.apache.ignite.internal.processors.cache.verify that implement ComputeTask Modifier and Type Class Description classCollectConflictPartitionKeysTaskclassRetrieveConflictPartitionValuesTask -
Uses of ComputeTask in org.apache.ignite.internal.processors.closure
Classes in org.apache.ignite.internal.processors.closure that implement ComputeTask Modifier and Type Class Description classGridPeerDeployAwareTaskAdapter<T,R>Peer deployment aware task adapter. -
Uses of ComputeTask in org.apache.ignite.internal.processors.platform.compute
Classes in org.apache.ignite.internal.processors.platform.compute that implement ComputeTask Modifier and Type Class Description classPlatformAbstractTaskBase class for all interop tasks.classPlatformBalancingMultiClosureTaskInterop multi-closure task with node balancing.classPlatformBalancingSingleClosureTaskInterop single-closure task with node balancing.classPlatformBroadcastingMultiClosureTaskInterop multi-closure task with broadcast semantics.classPlatformBroadcastingSingleClosureTaskInterop single-closure task with broadcast semantics.classPlatformFullTaskInterop task which requires full execution cycle. -
Uses of ComputeTask in org.apache.ignite.internal.processors.resource
Methods in org.apache.ignite.internal.processors.resource with parameters of type ComputeTask Modifier and Type Method Description voidGridResourceProcessor. inject(GridDeployment dep, ComputeTask<?,?> task, GridTaskSessionImpl ses, ComputeLoadBalancer balancer, ComputeTaskContinuousMapper mapper)Injects held resources into given grid task. -
Uses of ComputeTask in org.apache.ignite.internal.processors.task
Methods in org.apache.ignite.internal.processors.task that return ComputeTask Modifier and Type Method Description ComputeTask<T,R>GridTaskWorker. getTask()Methods in org.apache.ignite.internal.processors.task with parameters of type ComputeTask Modifier and Type Method 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)voidGridTaskWorker. setTask(ComputeTask<T,R> task)Method parameters in org.apache.ignite.internal.processors.task with type arguments of type ComputeTask Modifier and Type Method 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) -
Uses of ComputeTask in org.apache.ignite.internal.util
Method parameters in org.apache.ignite.internal.util with type arguments of type ComputeTask Modifier and Type Method Description static StringIgniteUtils. getTaskName(Class<? extends ComputeTask<?,?>> taskCls)Gets task name for the given task class. -
Uses of ComputeTask in org.apache.ignite.internal.util.future
Classes in org.apache.ignite.internal.util.future that implement ComputeTask Modifier and Type Class Description classIgniteRemoteMapTask<T,R>Util task that will execute ComputeTask on a given node.Constructors in org.apache.ignite.internal.util.future with parameters of type ComputeTask Constructor Description IgniteRemoteMapTask(ClusterNode node, ComputeTask<T,R> remoteTask) -
Uses of ComputeTask in org.apache.ignite.internal.visor
Classes in org.apache.ignite.internal.visor that implement ComputeTask Modifier and Type Class Description classVisorMultiNodeTask<A,R,J>Base class for Visor tasks intended to query data from a multiple node.classVisorOneNodeTask<A,R>Base class for Visor tasks intended to query data from a single node. -
Uses of ComputeTask in org.apache.ignite.internal.visor.baseline
Classes in org.apache.ignite.internal.visor.baseline that implement ComputeTask Modifier and Type Class Description classVisorBaselineViewTaskTask that will collect information about baseline topology. -
Uses of ComputeTask in org.apache.ignite.internal.visor.compute
Classes in org.apache.ignite.internal.visor.compute that implement ComputeTask Modifier and Type Class Description classVisorComputeCancelSessionsTaskCancels given task session. -
Uses of ComputeTask in org.apache.ignite.internal.visor.misc
Classes in org.apache.ignite.internal.visor.misc that implement ComputeTask Modifier and Type Class Description classVisorIdAndTagViewTask
-