org.apache.lens.cube.metadata
Class SchemaGraph
java.lang.Object
org.apache.lens.cube.metadata.SchemaGraph
public class SchemaGraph
- extends Object
SchemaGraph
public SchemaGraph(CubeMetastoreClient metastore)
throws org.apache.hadoop.hive.ql.metadata.HiveException
- Throws:
org.apache.hadoop.hive.ql.metadata.HiveException
getCubeGraph
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getCubeGraph(CubeInterface cube)
getDimOnlyGraph
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getDimOnlyGraph()
getCubeInGraph
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getCubeInGraph(CubeInterface cube)
getDimOnlyInGraph
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getDimOnlyInGraph()
print
public void print()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.