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
- Direct Known Subclasses:
DeferredDeleteFiles,DeleteLiveSets,ListDeferredDeletions,ShowLiveSet,Sweep
-
Field Summary
Fields inherited from class org.projectnessie.gc.tool.cli.commands.BaseRepositoryCommand
out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Integercall(org.projectnessie.gc.contents.LiveContentSet liveContentSet, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository) protected 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, zoneIdMethods inherited from class org.projectnessie.gc.tool.cli.commands.BaseCommand
call
-
Constructor Details
-
BaseLiveSetCommand
public BaseLiveSetCommand()
-
-
Method Details
-
call
protected Integer call(Closeables closeables, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository) - Specified by:
callin classBaseRepositoryCommand
-
call
protected abstract Integer call(org.projectnessie.gc.contents.LiveContentSet liveContentSet, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)
-