Uses of Interface
org.projectnessie.gc.base.GCParams
-
-
Uses of GCParams in org.projectnessie.gc.base
Classes in org.projectnessie.gc.base that implement GCParams Modifier and Type Class Description classImmutableGCParamsImmutable implementation ofGCParams.Methods in org.projectnessie.gc.base with parameters of type GCParams Modifier and Type Method Description static ImmutableGCParamsImmutableGCParams. copyOf(GCParams instance)Creates an immutable copy of aGCParamsvalue.ImmutableGCParams.BuilderImmutableGCParams.Builder. from(GCParams instance)Fill a builder with attribute values from the providedGCParamsinstance.Constructors in org.projectnessie.gc.base with parameters of type GCParams Constructor Description DistributedIdentifyContents(org.apache.spark.sql.SparkSession session, GCParams gcParams)GCImpl(GCParams gcParams)Instantiates a new GCImpl.IdentifyContentsPerExecutor(GCParams gcParams)
-