Uses of Class
org.apache.ignite.internal.management.meta.MetaUpdateCommandArg
-
Packages that use MetaUpdateCommandArg Package Description org.apache.ignite.internal.management.meta -
-
Uses of MetaUpdateCommandArg in org.apache.ignite.internal.management.meta
Methods in org.apache.ignite.internal.management.meta that return types with arguments of type MetaUpdateCommandArg Modifier and Type Method Description Class<MetaUpdateCommandArg>MetaUpdateCommand. argClass()protected VisorJob<MetaUpdateCommandArg,MetadataMarshalled>MetadataUpdateTask. job(MetaUpdateCommandArg arg)Methods in org.apache.ignite.internal.management.meta with parameters of type MetaUpdateCommandArg Modifier and Type Method Description StringMetaUpdateCommand. confirmationPrompt(MetaUpdateCommandArg arg)protected VisorJob<MetaUpdateCommandArg,MetadataMarshalled>MetadataUpdateTask. job(MetaUpdateCommandArg arg)voidMetaUpdateCommand. printResult(MetaUpdateCommandArg arg, MetadataMarshalled res, Consumer<String> printer)Prints command result to the user.
-