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