Class MarkOptions
- java.lang.Object
-
- org.projectnessie.gc.tool.cli.options.MarkOptions
-
public class MarkOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.time.ZonedDateTimeNOW
-
Constructor Summary
Constructors Constructor Description MarkOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.projectnessie.gc.identify.PerRefCutoffPolicySuppliercreatePerRefCutoffPolicySupplier()Parses the--cutoffparameters, syntax isref-name-regex '=' number-of-commits | duration | ISO-instant.java.nio.file.PathgetLiveSetIdFile()NessieOptionsgetNessie()intgetParallelism()
-
-
-
Method Detail
-
getNessie
public NessieOptions getNessie()
-
getParallelism
public int getParallelism()
-
getLiveSetIdFile
public java.nio.file.Path getLiveSetIdFile()
-
createPerRefCutoffPolicySupplier
public org.projectnessie.gc.identify.PerRefCutoffPolicySupplier createPerRefCutoffPolicySupplier()
Parses the--cutoffparameters, syntax isref-name-regex '=' number-of-commits | duration | ISO-instant.
-
-