Package mondrian.rolap
Class SchemaContentKey
- java.lang.Object
-
- mondrian.util.StringKey
-
- mondrian.rolap.SchemaContentKey
-
class SchemaContentKey extends StringKey
Globally unique identifier for the metadata content of a schema.Two schemas have the same content if they have same schema XML. But schemas are also deemed to have the same content if they are read from the same URL (subject to rules about how often the contents of a URL change) or if their content has the same MD5 hash.
- Author:
- jhyde
- See Also:
SchemaKey
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static SchemaContentKey
create(Util.PropertyList connectInfo, java.lang.String catalogUrl, java.lang.String catalogContents)
-
-
-
Method Detail
-
create
static SchemaContentKey create(Util.PropertyList connectInfo, java.lang.String catalogUrl, java.lang.String catalogContents)
-
-