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

org.apache.lens.cube.metadata
Class Storage.LatestPartColumnInfo

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.apache.lens.cube.metadata.Storage.LatestPartColumnInfo
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>
Enclosing class:
Storage

public static final class Storage.LatestPartColumnInfo
extends HashMap<String,String>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
Storage.LatestPartColumnInfo(Map<String,String> partParams)
           
 
Method Summary
 Map<String,String> getPartParams(Map<String,String> parentParams)
           
 
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

Storage.LatestPartColumnInfo

public Storage.LatestPartColumnInfo(Map<String,String> partParams)
Method Detail

getPartParams

public Map<String,String> getPartParams(Map<String,String> parentParams)


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