Uses of Class
org.apache.ignite.internal.visor.VisorTaskArgument
-
-
Uses of VisorTaskArgument in org.apache.ignite.internal.events
Methods in org.apache.ignite.internal.events that return VisorTaskArgument Modifier and Type Method Description VisorTaskArgument<?>ManagementTaskEvent. argument()Constructors in org.apache.ignite.internal.events with parameters of type VisorTaskArgument Constructor Description ManagementTaskEvent(ClusterNode node, String msg, int type, IgniteUuid sesId, String taskName, String taskClsName, boolean internal, @Nullable UUID subjId, VisorTaskArgument<?> arg)Creates task event with given parameters. -
Uses of VisorTaskArgument in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache with parameters of type VisorTaskArgument Modifier and Type Method Description protected Collection<UUID>FindAndDeleteGarbageInPersistenceTask. jobNodes(VisorTaskArgument<CacheFindGarbageCommandArg> arg)protected Collection<UUID>IndexRebuildStatusTask. jobNodes(VisorTaskArgument<CacheIndexesRebuildStatusCommandArg> arg)protected Collection<UUID>ValidateIndexesTask. jobNodes(VisorTaskArgument<CacheValidateIndexesCommandArg> arg) -
Uses of VisorTaskArgument in org.apache.ignite.internal.management.cdc
Methods in org.apache.ignite.internal.management.cdc with parameters of type VisorTaskArgument Modifier and Type Method Description protected Collection<UUID>CdcCacheDataResendTask. jobNodes(VisorTaskArgument<CdcResendCommandArg> arg) -
Uses of VisorTaskArgument in org.apache.ignite.internal.management.diagnostic
Methods in org.apache.ignite.internal.management.diagnostic with parameters of type VisorTaskArgument Modifier and Type Method Description protected Collection<UUID>ConnectivityTask. jobNodes(VisorTaskArgument<DiagnosticConnectivityCommandArg> arg) -
Uses of VisorTaskArgument in org.apache.ignite.internal.management.snapshot
Methods in org.apache.ignite.internal.management.snapshot with parameters of type VisorTaskArgument Modifier and Type Method Description protected Collection<UUID>SnapshotStatusTask. jobNodes(VisorTaskArgument<NoArg> arg) -
Uses of VisorTaskArgument in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx with parameters of type VisorTaskArgument Modifier and Type Method Description protected Collection<UUID>FetchNearXidVersionTask. jobNodes(VisorTaskArgument<TxInfoCommandArg> arg)protected Collection<UUID>TxTask. jobNodes(VisorTaskArgument<TxCommand.AbstractTxCommandArg> arg) -
Uses of VisorTaskArgument in org.apache.ignite.internal.management.wal
Methods in org.apache.ignite.internal.management.wal with parameters of type VisorTaskArgument Modifier and Type Method Description protected Collection<UUID>WalTask. jobNodes(VisorTaskArgument<WalDeleteCommandArg> arg) -
Uses of VisorTaskArgument in org.apache.ignite.internal.visor
Methods in org.apache.ignite.internal.visor with parameters of type VisorTaskArgument Modifier and Type Method Description protected Collection<UUID>VisorMultiNodeTask. jobNodes(VisorTaskArgument<A> arg)@NotNull Map<? extends ComputeJob,ClusterNode>VisorMultiNodeTask. map(List<ClusterNode> subgrid, VisorTaskArgument<A> arg)This method is called to map or split grid task into multiple grid jobs.protected Map<? extends ComputeJob,ClusterNode>VisorMultiNodeTask. map0(List<ClusterNode> subgrid, VisorTaskArgument<A> arg)Actual map logic.
-