Uses of Class
org.projectnessie.gc.base.IdentifiedResult
-
-
Uses of IdentifiedResult in org.projectnessie.gc.base
Methods in org.projectnessie.gc.base that return IdentifiedResult Modifier and Type Method Description IdentifiedResultDistributedIdentifyContents. getIdentifiedResults(Map<String,ContentBloomFilter> liveContentsBloomFilterMap, List<org.projectnessie.model.Reference> references)Gets the expired contents per content id by walking all the live and dead references in a distributed way using spark and checking the contents against the live bloom filter results.IdentifiedResultGCImpl. identifyExpiredContents(org.apache.spark.sql.SparkSession session)Identify the expired contents using a two-step traversal algorithm.Methods in org.projectnessie.gc.base that return types with arguments of type IdentifiedResult Modifier and Type Method Description protected org.apache.spark.api.java.function.Function<org.projectnessie.model.Reference,IdentifiedResult>IdentifyContentsPerExecutor. computeExpiredContentsFunc(Map<String,ContentBloomFilter> liveContentsBloomFilterMap)
-