Uses of Class
redis.clients.jedis.StreamEntryID
-
Packages that use StreamEntryID Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of StreamEntryID in redis.clients.jedis
Fields in redis.clients.jedis declared as StreamEntryID Modifier and Type Field Description static StreamEntryIDStreamEntryID. LAST_ENTRYShould be used only with XGROUP CREATEXGROUP CREATE mystream consumer-group-name $static StreamEntryIDStreamEntryID. NEW_ENTRYShould be used only with XADDXADD mystream * field1 value1static StreamEntryIDStreamEntryID. UNRECEIVED_ENTRYShould be used only with XREADGROUPXREADGROUP $GroupName $ConsumerName BLOCK 2000 COUNT 10 STREAMS mystream >Fields in redis.clients.jedis with type parameters of type StreamEntryID Modifier and Type Field Description static Builder<StreamEntryID>BuilderFactory. STREAM_ENTRY_IDMethods in redis.clients.jedis that return StreamEntryID Modifier and Type Method Description StreamEntryIDStreamEntry. getID()StreamEntryIDStreamPendingEntry. getID()StreamEntryIDStreamGroupInfo. getLastDeliveredId()StreamEntryIDStreamInfo. getLastGeneratedId()StreamEntryIDJedis. xadd(String key, StreamEntryID id, Map<String,String> hash)StreamEntryIDJedis. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)StreamEntryIDJedisCluster. xadd(String key, StreamEntryID id, Map<String,String> hash)StreamEntryIDJedisCluster. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)StreamEntryIDShardedJedis. xadd(String key, StreamEntryID id, Map<String,String> hash)StreamEntryIDShardedJedis. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)Methods in redis.clients.jedis that return types with arguments of type StreamEntryID Modifier and Type Method Description Response<StreamEntryID>PipelineBase. xadd(String key, StreamEntryID id, Map<String,String> hash)Response<StreamEntryID>PipelineBase. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)Methods in redis.clients.jedis with parameters of type StreamEntryID Modifier and Type Method Description intStreamEntryID. compareTo(StreamEntryID other)voidClient. xack(String key, String group, StreamEntryID... ids)longJedis. xack(String key, String group, StreamEntryID... ids)XACK key group ID [ID ...]LongJedisCluster. xack(String key, String group, StreamEntryID... ids)Response<Long>PipelineBase. xack(String key, String group, StreamEntryID... ids)longShardedJedis. xack(String key, String group, StreamEntryID... ids)voidClient. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)StreamEntryIDJedis. xadd(String key, StreamEntryID id, Map<String,String> hash)StreamEntryIDJedis. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)StreamEntryIDJedisCluster. xadd(String key, StreamEntryID id, Map<String,String> hash)StreamEntryIDJedisCluster. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)Response<StreamEntryID>PipelineBase. xadd(String key, StreamEntryID id, Map<String,String> hash)Response<StreamEntryID>PipelineBase. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)StreamEntryIDShardedJedis. xadd(String key, StreamEntryID id, Map<String,String> hash)StreamEntryIDShardedJedis. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)voidClient. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)List<StreamEntry>Jedis. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)List<StreamEntry>JedisCluster. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)Response<List<StreamEntry>>PipelineBase. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)List<StreamEntry>ShardedJedis. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)voidClient. xdel(String key, StreamEntryID... ids)longJedis. xdel(String key, StreamEntryID... ids)LongJedisCluster. xdel(String key, StreamEntryID... ids)Response<Long>PipelineBase. xdel(String key, StreamEntryID... ids)longShardedJedis. xdel(String key, StreamEntryID... ids)voidClient. xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)StringJedis. xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)StringJedisCluster. xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)Response<String>PipelineBase. xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)StringShardedJedis. xgroupCreate(String key, String consumer, StreamEntryID id, boolean makeStream)voidClient. xgroupSetID(String key, String groupname, StreamEntryID id)StringJedis. xgroupSetID(String key, String groupname, StreamEntryID id)StringJedisCluster. xgroupSetID(String key, String groupname, StreamEntryID id)Response<String>PipelineBase. xgroupSetID(String key, String groupname, StreamEntryID id)StringShardedJedis. xgroupSetID(String key, String groupname, StreamEntryID id)voidClient. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)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(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)voidClient. xrange(String key, StreamEntryID start, StreamEntryID end, long count)List<StreamEntry>Jedis. xrange(String key, StreamEntryID start, StreamEntryID end, int count)XRANGE key start end [COUNT count]List<StreamEntry>JedisCluster. xrange(String key, StreamEntryID start, StreamEntryID end, int count)Response<List<StreamEntry>>PipelineBase. xrange(String key, StreamEntryID start, StreamEntryID end, int count)List<StreamEntry>ShardedJedis. xrange(String key, StreamEntryID start, StreamEntryID end, int count)voidClient. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)List<StreamEntry>Jedis. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)XREVRANGE key end start [COUNT] List<StreamEntry>JedisCluster. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)Response<List<StreamEntry>>PipelineBase. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)List<StreamEntry>ShardedJedis. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)Constructors in redis.clients.jedis with parameters of type StreamEntryID Constructor Description StreamEntry(StreamEntryID id, Map<String,String> fields)StreamPendingEntry(StreamEntryID id, String consumerName, long idleTime, long deliveredTimes) -
Uses of StreamEntryID in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return StreamEntryID Modifier and Type Method Description StreamEntryIDJedisClusterCommands. xadd(String key, StreamEntryID id, Map<String,String> hash)XADD key ID field string [field string ...]StreamEntryIDJedisClusterCommands. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)XADD key MAXLEN ~ LEN ID field string [field string ...]StreamEntryIDJedisCommands. xadd(String key, StreamEntryID id, Map<String,String> hash)XADD key ID field string [field string ...]StreamEntryIDJedisCommands. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)XADD key MAXLEN ~ LEN ID field string [field string ...]Methods in redis.clients.jedis.commands that return types with arguments of type StreamEntryID Modifier and Type Method Description Response<StreamEntryID>RedisPipeline. xadd(String key, StreamEntryID id, Map<String,String> hash)Response<StreamEntryID>RedisPipeline. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)Methods in redis.clients.jedis.commands with parameters of type StreamEntryID Modifier and Type Method Description voidCommands. xack(String key, String group, StreamEntryID... ids)LongJedisClusterCommands. xack(String key, String group, StreamEntryID... ids)XACK key group ID [ID ...]longJedisCommands. xack(String key, String group, StreamEntryID... ids)XACK key group ID [ID ...]Response<Long>RedisPipeline. xack(String key, String group, StreamEntryID... ids)voidCommands. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)StreamEntryIDJedisClusterCommands. xadd(String key, StreamEntryID id, Map<String,String> hash)XADD key ID field string [field string ...]StreamEntryIDJedisClusterCommands. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)XADD key MAXLEN ~ LEN ID field string [field string ...]StreamEntryIDJedisCommands. xadd(String key, StreamEntryID id, Map<String,String> hash)XADD key ID field string [field string ...]StreamEntryIDJedisCommands. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)XADD key MAXLEN ~ LEN ID field string [field string ...]Response<StreamEntryID>RedisPipeline. xadd(String key, StreamEntryID id, Map<String,String> hash)Response<StreamEntryID>RedisPipeline. xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)voidCommands. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)List<StreamEntry>JedisClusterCommands. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)XCLAIM[IDLE ] [TIME ] [RETRYCOUNT ] [FORCE] [JUSTID] List<StreamEntry>JedisCommands. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)XCLAIM[IDLE ] [TIME ] [RETRYCOUNT ] [FORCE] [JUSTID] Response<List<StreamEntry>>RedisPipeline. xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)voidCommands. xdel(String key, StreamEntryID... ids)LongJedisClusterCommands. xdel(String key, StreamEntryID... ids)XDEL key ID [ID ...]longJedisCommands. xdel(String key, StreamEntryID... ids)XDEL key ID [ID ...]Response<Long>RedisPipeline. xdel(String key, StreamEntryID... ids)voidCommands. xgroupCreate(String key, String consumer, StreamEntryID id, boolean makeStream)StringJedisClusterCommands. xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)XGROUP CREATEStringJedisCommands. xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)XGROUP CREATEResponse<String>RedisPipeline. xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)voidCommands. xgroupSetID(String key, String consumer, StreamEntryID id)StringJedisClusterCommands. xgroupSetID(String key, String groupname, StreamEntryID id)XGROUP SETIDStringJedisCommands. xgroupSetID(String key, String groupname, StreamEntryID id)XGROUP SETIDResponse<String>RedisPipeline. xgroupSetID(String key, String groupname, StreamEntryID id)voidCommands. xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String 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)voidCommands. xrange(String key, StreamEntryID start, StreamEntryID end, long count)List<StreamEntry>JedisClusterCommands. xrange(String key, StreamEntryID start, StreamEntryID end, int count)XRANGE key start end [COUNT count]List<StreamEntry>JedisCommands. xrange(String key, StreamEntryID start, StreamEntryID end, int count)XRANGE key start end [COUNT count]Response<List<StreamEntry>>RedisPipeline. xrange(String key, StreamEntryID start, StreamEntryID end, int count)voidCommands. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)List<StreamEntry>JedisClusterCommands. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)XREVRANGE key end start [COUNT] List<StreamEntry>JedisCommands. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)XREVRANGE key end start [COUNT] Response<List<StreamEntry>>RedisPipeline. xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)
-