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