Package | Description |
---|---|
alluxio.client.file.cache.cuckoofilter |
Modifier and Type | Method and Description |
---|---|
static SlidingWindowType |
SlidingWindowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlidingWindowType[] |
SlidingWindowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 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.