com.microstrategy.web.objects.admin.monitors.CountSummary |
The interface CountSummary
along with the interface
CountInfo
are used to to retrieve count-related information
about a monitor information request.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract CountInfo |
get(int i)
Returns the
CountInfo object at the given 0-based index | ||||||||||
abstract int |
getCount()
Returns the total count of items returned from the Intelligence Server.
| ||||||||||
abstract int |
getUniqueCount()
Returns the unique count of items.
| ||||||||||
abstract int |
size()
Returns the number of child
CountInfo objects that this
object contains. |
Returns the CountInfo
object at the given 0-based index
i | the index of the CountInfo object. |
---|
CountInfo
at the specified position.
Returns the total count of items returned from the Intelligence Server.
Returns the unique count of items. If a unique count makes no sense for
some types of monitoring, it simply returns the same value as getCount()
.
Returns the number of child CountInfo
objects that this
object contains.
CountInfo
objects.