This project has retired. For details please refer to its Attic page.
PruneCauses (Lens 2.0.1-beta-incubating API)

org.apache.lens.cube.parse
Class PruneCauses<T extends AbstractCubeTable>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<T,List<CandidateTablePruneCause>>
          extended by org.apache.lens.cube.parse.PruneCauses<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<T,List<CandidateTablePruneCause>>

public class PruneCauses<T extends AbstractCubeTable>
extends HashMap<T,List<CandidateTablePruneCause>>

See Also:
Serialized Form

Nested Class Summary
static class PruneCauses.BriefAndDetailedError
           
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
PruneCauses()
           
 
Method Summary
 void addPruningMsg(T table, CandidateTablePruneCause msg)
           
 String getBriefCause()
           
static void main(String[] args)
           
 HashMap<CandidateTablePruneCause,List<T>> reverse()
           
 PruneCauses.BriefAndDetailedError toJsonObject()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

PruneCauses

public PruneCauses()
Method Detail

addPruningMsg

public void addPruningMsg(T table,
                          CandidateTablePruneCause msg)

reverse

public HashMap<CandidateTablePruneCause,List<T>> reverse()

toJsonObject

public PruneCauses.BriefAndDetailedError toJsonObject()

getBriefCause

public String getBriefCause()

main

public static void main(String[] args)


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