跳过导航链接
A B C D E F G I K L M Q R S T V 

A

add(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Adds an item to the Bloom Filter, creating the filter if it does not yet exist
add(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Adds an item to the cuckoo filter
add(List<AbstractMap.SimpleEntry<Double, Double>>) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Adds one or more samples to a sketch.
add(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
Adds an item to the data structure
addAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
addAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
addAsync(List<AbstractMap.SimpleEntry<Double, Double>>) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 
addAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 
addNx(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Adds an item to a cuckoo filter if the item did not exist previously
addNxAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 

B

BF_ADD - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_EXISTS - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_INFO - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_INSERT - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_LOADCHUNK - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_MADD - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_MEXISTS - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_RESERVE - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BF_SCANDUMP - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
BloomFilter - io.github.dengliming.redismodule.redisbloom中的类
 
BloomFilter(Codec, CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.BloomFilter
 
BloomFilter(CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.BloomFilter
 
BloomFilterDecoder - io.github.dengliming.redismodule.redisbloom.protocol.decoder中的类
 
BloomFilterDecoder() - 类 的构造器io.github.dengliming.redismodule.redisbloom.protocol.decoder.BloomFilterDecoder
 
BloomFilterInfo - io.github.dengliming.redismodule.redisbloom.model中的类
 
BloomFilterInfo(Integer, Integer, Integer, Integer, Integer) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 

C

CF_ADD - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_ADDNX - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_COUNT - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_DEL - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_EXISTS - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_INFO - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_INSERT - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_INSERTNX - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_LOADCHUNK - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_RESERVE - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CF_SCANDUMP - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
ChunksData - io.github.dengliming.redismodule.redisbloom.model中的类
 
ChunksData(int, byte[]) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.ChunksData
 
ChunksDecoder - io.github.dengliming.redismodule.redisbloom.protocol.decoder中的类
 
ChunksDecoder() - 类 的构造器io.github.dengliming.redismodule.redisbloom.protocol.decoder.ChunksDecoder
 
CMS_INCRBY - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CMS_INFO - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CMS_INITBYDIM - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CMS_INITBYPROB - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CMS_MERGE - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
CMS_QUERY - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
count(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Get the number of times an item may be in the filter.
count(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
Returns count for an item
countAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
countAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 
CountMinSketch - io.github.dengliming.redismodule.redisbloom中的类
 
CountMinSketch(Codec, CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
CountMinSketch(CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
CountMinSketchDecoder - io.github.dengliming.redismodule.redisbloom.protocol.decoder中的类
 
CountMinSketchDecoder() - 类 的构造器io.github.dengliming.redismodule.redisbloom.protocol.decoder.CountMinSketchDecoder
 
CountMinSketchInfo - io.github.dengliming.redismodule.redisbloom.model中的类
 
CountMinSketchInfo(Integer, Integer, Integer) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.CountMinSketchInfo
 
create(double, long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Creates an empty Bloom Filter with a given desired error ratio and initial capacity
create(int, int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
Initializes a Count-Min Sketch
create(double, double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
Initializes a Count-Min Sketch.
create(long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Initializes a t-digest with specified parameters TDIGEST.CREATE t-digest 100
createAsync(double, long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
createAsync(int, int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
createAsync(double, double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
createAsync(long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 
CuckooFilter - io.github.dengliming.redismodule.redisbloom中的类
 
CuckooFilter(Codec, CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
CuckooFilter(CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
CuckooFilterDecoder - io.github.dengliming.redismodule.redisbloom.protocol.decoder中的类
 
CuckooFilterDecoder() - 类 的构造器io.github.dengliming.redismodule.redisbloom.protocol.decoder.CuckooFilterDecoder
 
CuckooFilterInfo - io.github.dengliming.redismodule.redisbloom.model中的类
 
CuckooFilterInfo(Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 

D

decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisbloom.protocol.decoder.BloomFilterDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisbloom.protocol.decoder.ChunksDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisbloom.protocol.decoder.CountMinSketchDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisbloom.protocol.decoder.CuckooFilterDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisbloom.protocol.decoder.TDigestDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisbloom.protocol.decoder.TopKFilterDecoder
 
delete(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Deletes an item once from the filter.
deleteAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 

E

exists(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Determines whether an item may exist in the Bloom Filter or not
exists(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Check if an item exists in a Cuckoo Filter
existsAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
existsAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
existsMulti(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Determines if one or more items may exist in the filter or not.
existsMultiAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 

F

flushall() - 类 中的方法io.github.dengliming.redismodule.redisbloom.client.RedisBloomClient
 

G

getBucketNum() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getBucketSize() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getCapacity() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
getCapacity() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
getCapacity() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
getCdf(double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Returns the fraction of all points added which are <= value.
getCdfAsync(double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 
getCompression() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
getCount() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CountMinSketchInfo
 
getCountMinSketch(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.client.RedisBloomClient
 
getCuckooFilter(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.client.RedisBloomClient
 
getData() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.ChunksData
 
getDecay() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 
getDeletedNum() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getDepth() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CountMinSketchInfo
 
getDepth() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 
getErrorRatio() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
getExpansion() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
getExpansionRate() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
getExpansionRate() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getFilterNum() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
getFilterNum() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getInfo() - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Return information about key
getInfo() - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
getInfo() - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Get information about key
getInfo() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
TDIGEST.INFO {key}
getInfo() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 
getInfoAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
getInfoAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
getInfoAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
getInfoAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 
getInfoAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 
getInsertedNum() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
getInsertedNum() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getIter() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.ChunksData
 
getMax() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Get maximum value from the sketch.
getMaxAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 
getMaxIteration() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getMergedNodes() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
getMergedWeight() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
getMin() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Get minimum value from the sketch.
getMinAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 
getNoCreate() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
getNonScaling() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
getQuantile(double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Returns an estimate of the cutoff such that a specified fraction of the data added to this TDigest would be less than or equal to the cutoff.
getQuantileAsync(double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 
getRBloomFilter(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.client.RedisBloomClient
 
getSize() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
getSize() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
getTDigest(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.client.RedisBloomClient
 
getTopK() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 
getTopKFilter(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.client.RedisBloomClient
 
getTotalCompressions() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
getUnmergedNodes() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
getUnmergedWeight() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
getWidth() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CountMinSketchInfo
 
getWidth() - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 

I

incrby(String[], int[]) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
Increases the count of item by increment.
incrby(Map<String, Integer>) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
Increase the score of an item in the data structure by increment
incrbyAsync(String[], int[]) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
incrbyAsync(Map<String, Integer>) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 
insert(InsertArgs, String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
add one or more items to the bloom filter
insert(long, boolean, String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Adds one or more items to a cuckoo filter
InsertArgs - io.github.dengliming.redismodule.redisbloom.model中的类
 
InsertArgs() - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
InsertArgs(int, double, int) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
InsertArgs(int, double, int, boolean, boolean) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
insertAsync(InsertArgs, String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
insertAsync(long, boolean, String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
insertNx(long, boolean, String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
insertNxAsync(long, boolean, String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
io.github.dengliming.redismodule.redisbloom - 程序包 io.github.dengliming.redismodule.redisbloom
 
io.github.dengliming.redismodule.redisbloom.client - 程序包 io.github.dengliming.redismodule.redisbloom.client
 
io.github.dengliming.redismodule.redisbloom.model - 程序包 io.github.dengliming.redismodule.redisbloom.model
 
io.github.dengliming.redismodule.redisbloom.protocol - 程序包 io.github.dengliming.redismodule.redisbloom.protocol
 
io.github.dengliming.redismodule.redisbloom.protocol.decoder - 程序包 io.github.dengliming.redismodule.redisbloom.protocol.decoder
 

K

Keywords - io.github.dengliming.redismodule.redisbloom.protocol中的枚举
 

L

list() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
Return full list of items in Top K list.
listAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 
loadChunk(ChunksData) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Restores a filter previously saved using SCANDUMP
loadChunk(ChunksData) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Restores a filter previously saved using SCANDUMP.
loadChunkAsync(ChunksData) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
loadChunkAsync(ChunksData) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 

M

madd(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Adds one or more items to the Bloom Filter
maddAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
merge(int, String[], Integer[]) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
Merges several sketches into one sketch.
mergeAsync(int, String[], Integer[]) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
mergeTo(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Merges all of the values from 'this' to 'toKey' sketch.
mergeToAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 

Q

query(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
query count for item
query(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
Checks whether an item is one of Top-K items
queryAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CountMinSketch
 
queryAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 

R

RedisBloomClient - io.github.dengliming.redismodule.redisbloom.client中的类
 
RedisBloomClient(Config) - 类 的构造器io.github.dengliming.redismodule.redisbloom.client.RedisBloomClient
 
RedisCommands - io.github.dengliming.redismodule.redisbloom.protocol中的接口
 
reserve(long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Create an empty cuckoo filter with an initial capacity of {capacity} items
reserve(long, long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
reserve(long, long, long, long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
reserve(int, int, int, double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
Initializes a TopK with specified parameters
reserveAsync(long, long, long, long) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
reserveAsync(int, int, int, double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.TopKFilter
 
reset() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
Reset the sketch to zero - empty out the sketch and re-initialize it.
resetAsync() - 类 中的方法io.github.dengliming.redismodule.redisbloom.TDigest
 

S

scanDump(int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
Begins an incremental save of the bloom filter.
scanDump(int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
Begins an incremental save of the cuckoo filter.
scanDumpAsync(int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.BloomFilter
 
scanDumpAsync(int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.CuckooFilter
 
setBucketNum(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setBucketSize(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setCapacity(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
setCapacity(int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
setCount(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CountMinSketchInfo
 
setDecay(Double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 
setDeletedNum(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setDepth(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CountMinSketchInfo
 
setDepth(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 
setErrorRatio(double) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
setExpansion(int) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
setExpansionRate(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
setExpansionRate(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setFilterNum(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
setFilterNum(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setInsertedNum(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
setInsertedNum(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setMaxIteration(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setNoCreate(boolean) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
setNonScaling(boolean) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.InsertArgs
 
setSize(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.BloomFilterInfo
 
setSize(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CuckooFilterInfo
 
setTopK(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 
setWidth(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.CountMinSketchInfo
 
setWidth(Integer) - 类 中的方法io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 

T

TDigest - io.github.dengliming.redismodule.redisbloom中的类
 
TDigest(Codec, CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.TDigest
 
TDigest(CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.TDigest
 
TDIGEST_ADD - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_CDF - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_CREATE - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_INFO - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_MAX - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_MERGE - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_MIN - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_QUANTILE - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDIGEST_RESET - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TDigestDecoder - io.github.dengliming.redismodule.redisbloom.protocol.decoder中的类
 
TDigestDecoder() - 类 的构造器io.github.dengliming.redismodule.redisbloom.protocol.decoder.TDigestDecoder
 
TDigestInfo - io.github.dengliming.redismodule.redisbloom.model中的类
 
TDigestInfo(long, long, long, long, double, double, long) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.TDigestInfo
 
TOPK_ADD - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TOPK_COUNT - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TOPK_INCRBY - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TOPK_INFO - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TOPK_LIST - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TOPK_QUERY - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TOPK_RESERVE - 接口 中的静态变量io.github.dengliming.redismodule.redisbloom.protocol.RedisCommands
 
TopKFilter - io.github.dengliming.redismodule.redisbloom中的类
 
TopKFilter(CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.TopKFilter
 
TopKFilter(Codec, CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisbloom.TopKFilter
 
TopKFilterDecoder - io.github.dengliming.redismodule.redisbloom.protocol.decoder中的类
 
TopKFilterDecoder() - 类 的构造器io.github.dengliming.redismodule.redisbloom.protocol.decoder.TopKFilterDecoder
 
TopKFilterInfo - io.github.dengliming.redismodule.redisbloom.model中的类
 
TopKFilterInfo(Integer, Integer, Integer, Double) - 类 的构造器io.github.dengliming.redismodule.redisbloom.model.TopKFilterInfo
 

V

valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisbloom.protocol.Keywords
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisbloom.protocol.Keywords
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G I K L M Q R S T V 
跳过导航链接

Copyright © 2022. All rights reserved.