Uses of Class
org.apache.ignite.internal.management.cdc.CdcResendCommandArg
-
Packages that use CdcResendCommandArg Package Description org.apache.ignite.internal.management.cdc -
-
Uses of CdcResendCommandArg in org.apache.ignite.internal.management.cdc
Methods in org.apache.ignite.internal.management.cdc that return types with arguments of type CdcResendCommandArg Modifier and Type Method Description Class<CdcResendCommandArg>CdcResendCommand. argClass()protected VisorJob<CdcResendCommandArg,Void>CdcCacheDataResendTask. job(CdcResendCommandArg arg)Methods in org.apache.ignite.internal.management.cdc with parameters of type CdcResendCommandArg Modifier and Type Method Description protected VisorJob<CdcResendCommandArg,Void>CdcCacheDataResendTask. job(CdcResendCommandArg arg)voidCdcResendCommand. printResult(CdcResendCommandArg arg, Void res, Consumer<String> printer)Prints command result to the user.Method parameters in org.apache.ignite.internal.management.cdc with type arguments of type CdcResendCommandArg Modifier and Type Method Description protected Collection<UUID>CdcCacheDataResendTask. jobNodes(VisorTaskArgument<CdcResendCommandArg> arg)
-