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