Uses of Class
org.projectnessie.gc.base.ContentBloomFilter
-
-
Uses of ContentBloomFilter in org.projectnessie.gc.base
Methods in org.projectnessie.gc.base that return types with arguments of type ContentBloomFilter Modifier and Type Method Description protected org.apache.spark.api.java.function.Function<String,Map<String,ContentBloomFilter>>IdentifyContentsPerExecutor. computeLiveContentsFunc(long bloomFilterSize, Map<String,Instant> droppedRefTimeMap)Map<String,ContentBloomFilter>DistributedIdentifyContents. getLiveContentsBloomFilters(List<String> references, long bloomFilterSize, Map<String,Instant> droppedRefTimeMap)Compute the bloom filter per content id by walking all the live references in a distributed way using spark.Methods in org.projectnessie.gc.base with parameters of type ContentBloomFilter Modifier and Type Method Description voidContentBloomFilter. merge(ContentBloomFilter filter)Method parameters in org.projectnessie.gc.base with type arguments of type ContentBloomFilter Modifier and Type Method Description protected SerializableFunction1<scala.collection.Iterator<String>,scala.collection.Iterator<org.apache.spark.sql.Row>>IdentifyContentsPerExecutor. getExpiredContentRowsFunc(Map<String,ContentBloomFilter> liveContentsBloomFilterMap, String runId, Timestamp startedAt)StringDistributedIdentifyContents. identifyExpiredContents(Map<String,ContentBloomFilter> liveContentsBloomFilterMap, List<String> 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.
-