Class BaseLiveSetCommand
- java.lang.Object
-
- org.projectnessie.gc.tool.cli.commands.BaseCommand
-
- org.projectnessie.gc.tool.cli.commands.BaseRepositoryCommand
-
- org.projectnessie.gc.tool.cli.commands.BaseLiveSetCommand
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
- Direct Known Subclasses:
DeferredDeleteFiles,DeleteLiveSets,ListDeferredDeletions,ShowLiveSet,Sweep
public abstract class BaseLiveSetCommand extends BaseRepositoryCommand
-
-
Field Summary
-
Fields inherited from class org.projectnessie.gc.tool.cli.commands.BaseRepositoryCommand
out
-
-
Constructor Summary
Constructors Constructor Description BaseLiveSetCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.Integercall(org.projectnessie.gc.contents.LiveContentSet liveContentSet, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)protected java.lang.Integercall(Closeables closeables, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)-
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(Closeables closeables, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)
- Specified by:
callin classBaseRepositoryCommand
-
call
protected abstract java.lang.Integer call(org.projectnessie.gc.contents.LiveContentSet liveContentSet, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)
-
-