This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.lens.cube.metadata.Named (Lens 2.0.1-beta-incubating API)

Uses of Interface
org.apache.lens.cube.metadata.Named

Packages that use Named
org.apache.lens.cube.metadata   
org.apache.lens.cube.parse   
org.apache.lens.storage.db   
 

Uses of Named in org.apache.lens.cube.metadata
 

Subinterfaces of Named in org.apache.lens.cube.metadata
 interface CubeInterface
          The cube interface on which queries can be accepted
 

Classes in org.apache.lens.cube.metadata that implement Named
 class AbstractBaseTable
          Abstract table with expressions
 class AbstractCubeTable
           
 class BaseDimAttribute
           
 class ColumnMeasure
           
 class Cube
           
 class CubeColumn
           
 class CubeDimAttribute
           
 class CubeDimensionTable
           
 class CubeFactTable
           
 class CubeMeasure
           
 class DerivedCube
           
 class Dimension
           
 class ExprColumn
           
 class HDFSStorage
           
 class HierarchicalDimAttribute
           
 class InlineDimAttribute
           
 class JoinChain
           
 class ReferencedDimAtrribute
           
 class Storage
          Storage is Named Interface which would represent the underlying storage of the data.
 class UpdatePeriod
           
 

Methods in org.apache.lens.cube.metadata with type parameters of type Named
static
<E extends Named>
void
MetastoreUtil.addNameStrings(Map<String,String> props, String key, Collection<E> set)
           
static
<E extends Named>
String
MetastoreUtil.getNamedStr(Collection<E> set)
           
 

Uses of Named in org.apache.lens.cube.parse
 

Classes in org.apache.lens.cube.parse with type parameters of type Named
 class Aliased<T extends Named>
           
 

Methods in org.apache.lens.cube.parse with type parameters of type Named
static
<K extends Named>
Aliased<K>
Aliased.create(K obj)
           
static
<K extends Named>
Aliased<K>
Aliased.create(K obj, String alias)
           
 

Uses of Named in org.apache.lens.storage.db
 

Classes in org.apache.lens.storage.db that implement Named
 class DBStorage
          The Class DBStorage.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.