[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Renders a Cube multidimensional table a TabularData from the JMX OpenMbean interface. Cubes can be 1-dimenstion to n-dimensional. This implementation can render cubes up to only 4 dimensions. 4-dimensional cubes are created as multiple TabularData instances for each member in the page dimension. The cell dimension (assumed to be dimension 0) and the row dimension (assumed to be dimension 2) are both placed as rows in a table. The column dimension (dimension 1) is use for filling columns.

The following tables list the members exposed by the CubeTabularDataRenderer type.

Public Methods

  NameDescription
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
static memberRenderCube
Render the Cube as a collection of OpenMBean TabularData tables, each table carries a string key that contains the page dimension member, if present, else just the string TABLE_NAME.

Return Value

map of rendered page dimension member as key and TabularData containing table as value

ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
CubeTabularDataRendererNew