Uses of Class
org.apache.ignite.internal.visor.VisorMultiNodeTask
-
-
Uses of VisorMultiNodeTask in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size Modifier and Type Class Description classCheckIndexInlineSizesTaskTask for check secondary indexes inline size on the different nodes. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.commandline.cache.distribution
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.commandline.cache.distribution Modifier and Type Class Description classCacheDistributionTaskCollect information on the distribution of partitions. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.commandline.cache.reset_lost_partitions
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.commandline.cache.reset_lost_partitions Modifier and Type Class Description classCacheResetLostPartitionsTaskReset status of lost partitions. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management Modifier and Type Class Description classClusterChangeTagTaskclassShutdownPolicyTaskShutdown policy task.classSystemViewTaskReperesents visor task for obtaining system view content. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.api
Methods in org.apache.ignite.internal.management.api that return types with arguments of type VisorMultiNodeTask Modifier and Type Method Description Class<? extends VisorMultiNodeTask<A,R,?>>ComputeCommand. taskClass()Method parameters in org.apache.ignite.internal.management.api with type arguments of type VisorMultiNodeTask Modifier and Type Method Description static <A,R>
RCommandUtils. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, Class<? extends VisorMultiNodeTask<A,R,?>> taskCls, A arg, Collection<GridClientNode> nodes) -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.baseline
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.baseline Modifier and Type Class Description classBaselineTaskTask that will collect information about baseline topology and can change its state. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.cache
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.cache 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.classValidateIndexesTaskclassViewCacheTask -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.cache.scan
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.cache.scan Modifier and Type Class Description classCacheScanTaskTask that scan cache entries. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.cdc
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.cdc Modifier and Type Class Description classCdcCacheDataResendTaskTask to forcefully resend all cache data to CDC.classCdcDeleteLostSegmentsTaskTask to delete lost segment CDC links. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.consistency
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.consistency Modifier and Type Class Description classAbstractConsistencyTask<A,J>Base class for Consistency tasks.classConsistencyCountersFinalizationTaskclassConsistencyRepairTaskclassConsistencyStatusTask -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.defragmentation
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.defragmentation Modifier and Type Class Description classDefragmentationTask -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.diagnostic
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.diagnostic Modifier and Type Class Description classConnectivityTaskVisor task that checks connectivity status between nodes.classPageLocksTask -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.encryption
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.encryption 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 VisorMultiNodeTask in org.apache.ignite.internal.management.kill
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.kill 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 VisorMultiNodeTask in org.apache.ignite.internal.management.meta
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.meta 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 VisorMultiNodeTask in org.apache.ignite.internal.management.metric
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.metric Modifier and Type Class Description classMetricTaskReperesents visor task for obtaining metric values. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.performancestatistics
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.performancestatistics Modifier and Type Class Description classPerformanceStatisticsTaskRepresents visor task to manage performance statistics. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.persistence
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.persistence Modifier and Type Class Description classPersistenceTask -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.property
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.property Modifier and Type Class Description classPropertiesListTaskTask for property operations.classPropertyTaskTask for property operations. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.snapshot
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.snapshot Modifier and Type Class Description classSnapshotCheckTaskclassSnapshotCreateTaskclassSnapshotRestoreTaskVisor snapshot restore task.classSnapshotStatusTaskTask to get the status of the current snapshot operation in the cluster. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.tracing
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.tracing Modifier and Type Class Description classTracingConfigurationTaskTask that will collect and update tracing configuration. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.tx
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.tx Modifier and Type Class Description classFetchNearXidVersionTaskRetrieves unique transaction identifier (nearXid) from UUID/GridCacheVersion of xid/nearXid.classTxTask -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.management.wal
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.management.wal Modifier and Type Class Description classWalTaskPerforms WAL cleanup clusterwide. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.processors.cache
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classClearCachesTaskClears specified caches. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.visor
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.visor Modifier and Type Class Description classVisorOneNodeTask<A,R>Base class for Visor tasks intended to query data from a single node. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.visor.baseline
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.visor.baseline Modifier and Type Class Description classVisorBaselineViewTaskTask that will collect information about baseline topology. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.visor.compute
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.visor.compute Modifier and Type Class Description classVisorComputeCancelSessionsTaskCancels given task session. -
Uses of VisorMultiNodeTask in org.apache.ignite.internal.visor.misc
Subclasses of VisorMultiNodeTask in org.apache.ignite.internal.visor.misc Modifier and Type Class Description classVisorIdAndTagViewTask
-