Uses of Class
org.apache.ignite.internal.management.cdc.CdcDeleteLostSegmentLinksCommandArg
-
Packages that use CdcDeleteLostSegmentLinksCommandArg Package Description org.apache.ignite.internal.management.cdc -
-
Uses of CdcDeleteLostSegmentLinksCommandArg in org.apache.ignite.internal.management.cdc
Methods in org.apache.ignite.internal.management.cdc that return types with arguments of type CdcDeleteLostSegmentLinksCommandArg Modifier and Type Method Description Class<CdcDeleteLostSegmentLinksCommandArg>CdcDeleteLostSegmentLinksCommand. argClass()protected VisorJob<CdcDeleteLostSegmentLinksCommandArg,Void>CdcDeleteLostSegmentsTask. job(CdcDeleteLostSegmentLinksCommandArg arg)Methods in org.apache.ignite.internal.management.cdc with parameters of type CdcDeleteLostSegmentLinksCommandArg Modifier and Type Method Description StringCdcDeleteLostSegmentLinksCommand. confirmationPrompt(CdcDeleteLostSegmentLinksCommandArg arg)protected VisorJob<CdcDeleteLostSegmentLinksCommandArg,Void>CdcDeleteLostSegmentsTask. job(CdcDeleteLostSegmentLinksCommandArg arg)Collection<GridClientNode>CdcDeleteLostSegmentLinksCommand. nodes(Collection<GridClientNode> nodes, CdcDeleteLostSegmentLinksCommandArg arg)voidCdcDeleteLostSegmentLinksCommand. printResult(CdcDeleteLostSegmentLinksCommandArg arg, Void res, Consumer<String> printer)Prints command result to the user.
-