Class ListDeferredDeletions
- java.lang.Object
-
- org.projectnessie.gc.tool.cli.commands.BaseCommand
-
- org.projectnessie.gc.tool.cli.commands.BaseRepositoryCommand
-
- org.projectnessie.gc.tool.cli.commands.BaseLiveSetCommand
-
- org.projectnessie.gc.tool.cli.commands.ListDeferredDeletions
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class ListDeferredDeletions extends BaseLiveSetCommand
-
-
Field Summary
-
Fields inherited from class org.projectnessie.gc.tool.cli.commands.BaseRepositoryCommand
out
-
-
Constructor Summary
Constructors Constructor Description ListDeferredDeletions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Integercall(org.projectnessie.gc.contents.LiveContentSet liveContentSet, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)-
Methods inherited from class org.projectnessie.gc.tool.cli.commands.BaseLiveSetCommand
call
-
Methods inherited from class org.projectnessie.gc.tool.cli.commands.BaseRepositoryCommand
asString, call, createIcebergFiles, expire, identify, instantAsString, listLiveContentSets, preValidate, zoneId
-
Methods inherited from class org.projectnessie.gc.tool.cli.commands.BaseCommand
call
-
-
-
-
Method Detail
-
call
protected java.lang.Integer call(org.projectnessie.gc.contents.LiveContentSet liveContentSet, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)- Specified by:
callin classBaseLiveSetCommand
-
-