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