|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.spi.impl.FilterDynamicSchemaProcessor
mondrian.test.TestContext.HighCardDynamicSchemaProcessor
public static class TestContext.HighCardDynamicSchemaProcessor
Schema processor that flags dimensions as high-cardinality if they
appear in the list of values in the
MondrianProperties.TestHighCardinalityDimensionList property.
It's a convenient way to run the whole suite against high-cardinality
dimensions without modifying FoodMart.xml.
| Constructor Summary | |
|---|---|
TestContext.HighCardDynamicSchemaProcessor()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
filter(java.lang.String schemaUrl,
Util.PropertyList connectInfo,
java.io.InputStream stream)
Reads the contents of a schema as a stream and returns the result as a string. |
| Methods inherited from class mondrian.spi.impl.FilterDynamicSchemaProcessor |
|---|
processSchema |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestContext.HighCardDynamicSchemaProcessor()
| Method Detail |
|---|
protected java.lang.String filter(java.lang.String schemaUrl,
Util.PropertyList connectInfo,
java.io.InputStream stream)
throws java.lang.Exception
FilterDynamicSchemaProcessorThe default implementation returns the contents of the schema unchanged.
filter in class FilterDynamicSchemaProcessorschemaUrl - the URL of the catalogconnectInfo - Connection propertiesstream - Schema contents represented as a stream
java.lang.Exception - if an error occurs
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||