Package mondrian.rolap
Class SchemaKey
- java.lang.Object
-
- mondrian.util.Pair<SchemaContentKey,ConnectionKey>
-
- mondrian.rolap.SchemaKey
-
- All Implemented Interfaces:
Comparable<Pair<SchemaContentKey,ConnectionKey>>
,Map.Entry<SchemaContentKey,ConnectionKey>
class SchemaKey extends Pair<SchemaContentKey,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.
-
-
Constructor Summary
Constructors Constructor Description SchemaKey(SchemaContentKey schemaContentKey, ConnectionKey connectionKey)
Creates a schema key.
-
-
-
Constructor Detail
-
SchemaKey
SchemaKey(SchemaContentKey schemaContentKey, ConnectionKey connectionKey)
Creates a schema key.
-
-