Class SchemaKey

java.lang.Object
mondrian.util.Pair<mondrian.rolap.SchemaContentKey,mondrian.rolap.ConnectionKey>
mondrian.rolap.SchemaKey
All Implemented Interfaces:
Comparable<Pair<mondrian.rolap.SchemaContentKey,mondrian.rolap.ConnectionKey>>, Map.Entry<mondrian.rolap.SchemaContentKey,mondrian.rolap.ConnectionKey>

public class SchemaKey extends Pair<mondrian.rolap.SchemaContentKey,mondrian.rolap.ConnectionKey>
Key for an instance of a schema. Schemas are equivalent if they have equivalent metadata content and underlying SQL database connection. Equivalent schemas can share the same cache, including a distributed cache.