Class StreamGroupInfo

java.lang.Object
redis.clients.jedis.resps.StreamGroupInfo
All Implemented Interfaces:
Serializable

public class StreamGroupInfo extends Object implements Serializable
This class holds information about a stream group. They can be access via getters. For future purpose there is also getGroupInfo() method that returns a generic Map - in case where more info is returned from the server.
See Also:
  • Field Details

  • Constructor Details

    • StreamGroupInfo

      public StreamGroupInfo(Map<String,Object> map)
      Parameters:
      map - contains key-value pairs with group info
  • Method Details

    • getName

      public String getName()
    • getConsumers

      public long getConsumers()
    • getPending

      public long getPending()
    • getLastDeliveredId

      public StreamEntryID getLastDeliveredId()
    • getGroupInfo

      public Map<String,Object> getGroupInfo()
      Returns:
      Generic map containing all key-value pairs returned by the server