This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.parse.CandidateTablePruneCause.CandidateTablePruneCode (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.cube.parse.CandidateTablePruneCause.CandidateTablePruneCode

Packages that use CandidateTablePruneCause.CandidateTablePruneCode
org.apache.lens.cube.parse   
 

Uses of CandidateTablePruneCause.CandidateTablePruneCode in org.apache.lens.cube.parse
 

Methods in org.apache.lens.cube.parse that return CandidateTablePruneCause.CandidateTablePruneCode
static CandidateTablePruneCause.CandidateTablePruneCode CandidateTablePruneCause.CandidateTablePruneCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CandidateTablePruneCause.CandidateTablePruneCode[] CandidateTablePruneCause.CandidateTablePruneCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lens.cube.parse with parameters of type CandidateTablePruneCause.CandidateTablePruneCode
 void CubeQueryContext.pruneCandidateFactSet(CandidateTablePruneCause.CandidateTablePruneCode pruneCause)
          Prune candidate fact sets with respect to available candidate facts.
 void CubeQueryContext.pruneCandidateFactWithCandidateSet(CandidateTablePruneCause.CandidateTablePruneCode pruneCause)
          Prune candidate fact with respect to available candidate fact sets.
 

Constructors in org.apache.lens.cube.parse with parameters of type CandidateTablePruneCause.CandidateTablePruneCode
CandidateTablePruneCause(CandidateTablePruneCause.CandidateTablePruneCode cause)
           
 



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