Uses of Class
org.apache.ignite.internal.management.meta.MetadataMarshalled
-
Packages that use MetadataMarshalled Package Description org.apache.ignite.internal.management.meta -
-
Uses of MetadataMarshalled in org.apache.ignite.internal.management.meta
Methods in org.apache.ignite.internal.management.meta that return MetadataMarshalled Modifier and Type Method Description protected @Nullable MetadataMarshalledMetadataRemoveTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable MetadataMarshalledMetadataUpdateTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.Methods in org.apache.ignite.internal.management.meta that return types with arguments of type MetadataMarshalled Modifier and Type Method Description protected VisorJob<MetaRemoveCommandArg,MetadataMarshalled>MetadataRemoveTask. job(MetaRemoveCommandArg arg)protected VisorJob<MetaUpdateCommandArg,MetadataMarshalled>MetadataUpdateTask. job(MetaUpdateCommandArg arg)Methods in org.apache.ignite.internal.management.meta with parameters of type MetadataMarshalled Modifier and Type Method Description voidMetaRemoveCommand. printResult(MetaRemoveCommandArg arg, MetadataMarshalled res, Consumer<String> printer)Prints command result to the user.voidMetaUpdateCommand. printResult(MetaUpdateCommandArg arg, MetadataMarshalled res, Consumer<String> printer)Prints command result to the user.
-