Class StreamInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class StreamInfo
    extends java.lang.Object
    implements java.io.Serializable
    This class holds information about stream. They can be accessed via getters. There is also getStreamInfo() method that returns a generic Map in case more info are returned from the server.
    See Also:
    Serialized Form
    • Constructor Detail

      • StreamInfo

        public StreamInfo​(java.util.Map<java.lang.String,​java.lang.Object> map)
        Parameters:
        map - contains key-value pairs with stream info
    • Method Detail

      • getLength

        public long getLength()
      • getRadixTreeKeys

        public long getRadixTreeKeys()
      • getRadixTreeNodes

        public long getRadixTreeNodes()
      • getGroups

        public long getGroups()
      • getStreamInfo

        public java.util.Map<java.lang.String,​java.lang.Object> getStreamInfo()
        Returns:
        Generic map containing all key-value pairs returned by the server