Uses of Class
redis.clients.jedis.params.XReadParams
Packages that use XReadParams
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of XReadParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type XReadParamsModifier and TypeMethodDescriptionfinal CommandObject<List<Object>> CommandObjects.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) final CommandObject<List<Map.Entry<String, List<StreamEntry>>>> CommandObjects.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) Jedis.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) Jedis.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) MultiNodePipelineBase.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) MultiNodePipelineBase.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) Pipeline.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) Pipeline.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) TransactionBase.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) TransactionBase.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) UnifiedJedis.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) UnifiedJedis.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) -
Uses of XReadParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type XReadParamsModifier and TypeMethodDescriptionStreamBinaryCommands.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) StreamCommands.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]StreamPipelineBinaryCommands.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) StreamPipelineCommands.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...] -
Uses of XReadParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return XReadParamsModifier and TypeMethodDescriptionXReadParams.block(int block) XReadParams.count(int count) static XReadParamsXReadParams.xReadParams()