Uses of Class
redis.clients.jedis.StreamPendingEntry
-
Packages that use StreamPendingEntry Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of StreamPendingEntry in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type StreamPendingEntry Modifier and Type Field Description static Builder<List<StreamPendingEntry>>BuilderFactory. STREAM_PENDING_ENTRY_LISTMethods in redis.clients.jedis that return types with arguments of type StreamPendingEntry Modifier and Type Method Description List<StreamPendingEntry>Jedis. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)List<StreamPendingEntry>JedisCluster. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)Response<List<StreamPendingEntry>>PipelineBase. xpending(byte[] key, byte[] groupname, byte[] start, byte[] end, int count, byte[] consumername)Response<List<StreamPendingEntry>>PipelineBase. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)List<StreamPendingEntry>ShardedJedis. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername) -
Uses of StreamPendingEntry in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return types with arguments of type StreamPendingEntry Modifier and Type Method Description Response<List<StreamPendingEntry>>BinaryRedisPipeline. xpending(byte[] key, byte[] groupname, byte[] start, byte[] end, int count, byte[] consumername)List<StreamPendingEntry>JedisClusterCommands. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)XPENDING key group [start end count] [consumer]List<StreamPendingEntry>JedisCommands. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)XPENDING key group [start end count] [consumer]Response<List<StreamPendingEntry>>RedisPipeline. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)
-