Uses of Class
redis.clients.jedis.params.XReadGroupParams
Packages that use XReadGroupParams
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 XReadGroupParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type XReadGroupParamsModifier and TypeMethodDescriptionfinal CommandObject<List<Object>> CommandObjects.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) final CommandObject<List<Map.Entry<String, List<StreamEntry>>>> CommandObjects.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) Jedis.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) Jedis.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) MultiNodePipelineBase.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) MultiNodePipelineBase.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) Pipeline.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) Pipeline.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) TransactionBase.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) TransactionBase.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) UnifiedJedis.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) UnifiedJedis.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) -
Uses of XReadGroupParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type XReadGroupParamsModifier and TypeMethodDescriptionStreamBinaryCommands.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) StreamCommands.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]StreamPipelineBinaryCommands.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) StreamPipelineCommands.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...] -
Uses of XReadGroupParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return XReadGroupParamsModifier and TypeMethodDescriptionXReadGroupParams.block(int block) XReadGroupParams.count(int count) XReadGroupParams.noAck()static XReadGroupParamsXReadGroupParams.xReadGroupParams()