public interface

CountSummary

com.microstrategy.web.objects.admin.monitors.CountSummary

Class Overview

The interface CountSummary along with the interface CountInfo are used to to retrieve count-related information about a monitor information request.

Summary

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.

Public Methods

public abstract CountInfo get (int i)

Returns the CountInfo object at the given 0-based index

Parameters
i the index of the CountInfo object.
Returns
  • the CountInfo at the specified position.

public abstract int getCount ()

Returns the total count of items returned from the Intelligence Server.

Returns
  • the total count of items returned from the Intelligence Server.

public abstract int getUniqueCount ()

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 unique count of items.

public abstract int size ()

Returns the number of child CountInfo objects that this object contains.

Returns
  • the number of child CountInfo objects.