Uses of Class
org.apache.ignite.internal.management.property.PropertyListCommandArg
-
Packages that use PropertyListCommandArg Package Description org.apache.ignite.internal.management.property -
-
Uses of PropertyListCommandArg in org.apache.ignite.internal.management.property
Methods in org.apache.ignite.internal.management.property that return types with arguments of type PropertyListCommandArg Modifier and Type Method Description Class<PropertyListCommandArg>PropertyListCommand. argClass()protected VisorJob<PropertyListCommandArg,PropertiesListResult>PropertiesListTask. job(PropertyListCommandArg arg)Methods in org.apache.ignite.internal.management.property with parameters of type PropertyListCommandArg Modifier and Type Method Description protected VisorJob<PropertyListCommandArg,PropertiesListResult>PropertiesListTask. job(PropertyListCommandArg arg)voidPropertyListCommand. printResult(PropertyListCommandArg arg, PropertiesListResult res, Consumer<String> printer)Prints command result to the user.
-