Uses of Class
org.apache.ignite.internal.management.api.NoArg
-
-
Uses of NoArg in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size
Methods in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size that return types with arguments of type NoArg Modifier and Type Method Description protected VisorJob<NoArg,CheckIndexInlineSizesResult>CheckIndexInlineSizesTask. job(NoArg arg)Methods in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size with parameters of type NoArg Modifier and Type Method Description protected VisorJob<NoArg,CheckIndexInlineSizesResult>CheckIndexInlineSizesTask. job(NoArg arg) -
Uses of NoArg in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return NoArg Modifier and Type Method Description NoArgActivateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, NoArg arg, Consumer<String> printer)Deprecated.Executes command logic.NoArgDeactivateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, DeactivateCommandArg arg, Consumer<String> printer)Deprecated.Executes command logic.Methods in org.apache.ignite.internal.management that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>ActivateCommand. argClass()Deprecated.Class<NoArg>StateCommand. argClass()Class<NoArg>WarmUpStopCommand. argClass()Methods in org.apache.ignite.internal.management with parameters of type NoArg Modifier and Type Method Description StringWarmUpStopCommand. confirmationPrompt(NoArg arg)StringActivateCommand. deprecationMessage(NoArg arg)Deprecated.NoArgActivateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, NoArg arg, Consumer<String> printer)Deprecated.Executes command logic.GridTuple3<UUID,String,ClusterState>StateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, NoArg arg, Consumer<String> printer)Executes command logic.BooleanWarmUpStopCommand. execute(GridClientNodeStateBeforeStart beforeStart, NoArg arg, Consumer<String> printer) -
Uses of NoArg in org.apache.ignite.internal.management.api
Methods in org.apache.ignite.internal.management.api that return types with arguments of type NoArg Modifier and Type Method Description default Class<NoArg>HelpCommand. argClass() -
Uses of NoArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>CacheCheckIndexInlineSizesCommand. argClass()Methods in org.apache.ignite.internal.management.cache with parameters of type NoArg Modifier and Type Method Description Collection<GridClientNode>CacheCheckIndexInlineSizesCommand. nodes(Collection<GridClientNode> nodes, NoArg arg)voidCacheCheckIndexInlineSizesCommand. printResult(NoArg arg, CheckIndexInlineSizesResult res, Consumer<String> printer)Prints command result to the user. -
Uses of NoArg in org.apache.ignite.internal.management.consistency
Methods in org.apache.ignite.internal.management.consistency that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>ConsistencyFinalizeCommand. argClass()Class<NoArg>ConsistencyStatusCommand. argClass()protected VisorJob<NoArg,String>ConsistencyCountersFinalizationTask. job(NoArg arg)protected VisorJob<NoArg,String>ConsistencyStatusTask. job(NoArg arg)Methods in org.apache.ignite.internal.management.consistency with parameters of type NoArg Modifier and Type Method Description protected VisorJob<NoArg,String>ConsistencyCountersFinalizationTask. job(NoArg arg)protected VisorJob<NoArg,String>ConsistencyStatusTask. job(NoArg arg)Collection<GridClientNode>ConsistencyStatusCommand. nodes(Collection<GridClientNode> nodes, NoArg arg)voidConsistencyStatusCommand. printResult(NoArg arg, ConsistencyTaskResult res, Consumer<String> printer)Prints command result to the user. -
Uses of NoArg in org.apache.ignite.internal.management.diagnostic
Methods in org.apache.ignite.internal.management.diagnostic that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>DiagnosticCommand. argClass() -
Uses of NoArg in org.apache.ignite.internal.management.encryption
Methods in org.apache.ignite.internal.management.encryption that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>EncryptionGetMasterKeyNameCommand. argClass()protected VisorJob<NoArg,String>GetMasterKeyNameTask. job(NoArg arg)Methods in org.apache.ignite.internal.management.encryption with parameters of type NoArg Modifier and Type Method Description protected VisorJob<NoArg,String>GetMasterKeyNameTask. job(NoArg arg)voidEncryptionGetMasterKeyNameCommand. printResult(NoArg arg, String res, Consumer<String> printer)Prints command result to the user. -
Uses of NoArg in org.apache.ignite.internal.management.kill
Methods in org.apache.ignite.internal.management.kill that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>KillConsistencyCommand. argClass()Methods in org.apache.ignite.internal.management.kill with parameters of type NoArg Modifier and Type Method Description protected org.apache.ignite.internal.management.kill.ConsistencyCancelTask.ConsistencyCancelJobConsistencyCancelTask. job(NoArg arg)Collection<GridClientNode>KillConsistencyCommand. nodes(Collection<GridClientNode> nodes, NoArg arg) -
Uses of NoArg in org.apache.ignite.internal.management.meta
Methods in org.apache.ignite.internal.management.meta that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>MetaListCommand. argClass() -
Uses of NoArg in org.apache.ignite.internal.management.snapshot
Methods in org.apache.ignite.internal.management.snapshot that return types with arguments of type NoArg Modifier and Type Method Description Class<NoArg>SnapshotStatusCommand. argClass()protected VisorJob<NoArg,SnapshotStatusTask.SnapshotStatus>SnapshotStatusTask. job(NoArg arg)Methods in org.apache.ignite.internal.management.snapshot with parameters of type NoArg Modifier and Type Method Description protected VisorJob<NoArg,SnapshotStatusTask.SnapshotStatus>SnapshotStatusTask. job(NoArg arg)voidSnapshotStatusCommand. printResult(NoArg arg, SnapshotStatusTask.SnapshotStatus status, Consumer<String> printer)Prints command result to the user.Method parameters in org.apache.ignite.internal.management.snapshot with type arguments of type NoArg Modifier and Type Method Description protected Collection<UUID>SnapshotStatusTask. jobNodes(VisorTaskArgument<NoArg> arg)
-