[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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)