Package | Description |
---|---|
alluxio.client.file.cache.cuckoofilter |
Modifier and Type | Method and Description |
---|---|
static <T> ConcurrentClockCuckooFilter<T> |
ConcurrentClockCuckooFilter.create(com.google.common.hash.Funnel<? super T> funnel,
long expectedInsertions,
int bitsPerClock,
int bitsPerSize,
int bitsPerScope)
Create a concurrent cuckoo filter with specified parameters.
|
static <T> ConcurrentClockCuckooFilter<T> |
ConcurrentClockCuckooFilter.create(com.google.common.hash.Funnel<? super T> funnel,
long expectedInsertions,
int bitsPerClock,
int bitsPerScope,
int prefixBits,
int suffixBits,
SlidingWindowType slidingWindowType,
long windowSize,
double fpp,
double loadFactor,
com.google.common.hash.HashFunction hasher)
Create a concurrent cuckoo filter with size encoder.
|
static <T> ConcurrentClockCuckooFilter<T> |
ConcurrentClockCuckooFilter.create(com.google.common.hash.Funnel<? super T> funnel,
long expectedInsertions,
int bitsPerClock,
int bitsPerSize,
int bitsPerScope,
SlidingWindowType slidingWindowType,
long windowSize)
Create a concurrent cuckoo filter with specified parameters.
|
static <T> ConcurrentClockCuckooFilter<T> |
ConcurrentClockCuckooFilter.create(com.google.common.hash.Funnel<? super T> funnel,
long expectedInsertions,
int bitsPerClock,
int bitsPerSize,
int bitsPerScope,
SlidingWindowType slidingWindowType,
long windowSize,
double fpp)
Create a concurrent cuckoo filter with specified parameters.
|
static <T> ConcurrentClockCuckooFilter<T> |
ConcurrentClockCuckooFilter.create(com.google.common.hash.Funnel<? super T> funnel,
long expectedInsertions,
int bitsPerClock,
int bitsPerSize,
int bitsPerScope,
SlidingWindowType slidingWindowType,
long windowSize,
double fpp,
double loadFactor)
Create a concurrent cuckoo filter with specified parameters.
|
static <T> ConcurrentClockCuckooFilter<T> |
ConcurrentClockCuckooFilter.create(com.google.common.hash.Funnel<? super T> funnel,
long expectedInsertions,
int bitsPerClock,
int bitsPerSize,
int bitsPerScope,
SlidingWindowType slidingWindowType,
long windowSize,
double fpp,
double loadFactor,
com.google.common.hash.HashFunction hasher)
Create a concurrent cuckoo filter with specified parameters.
|
Copyright © 2023. All Rights Reserved.