[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.
Namespace: net.esper.indicator.pretty
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class CubeTabularDataRenderer |
C# |
---|
public sealed class CubeTabularDataRenderer |
Visual C++ |
---|
public ref class CubeTabularDataRenderer sealed |
Inheritance Hierarchy