|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.cube.metadata.CubeColumn
org.apache.lens.cube.metadata.CubeDimAttribute
org.apache.lens.cube.metadata.BaseDimAttribute
org.apache.lens.cube.metadata.InlineDimAttribute
public class InlineDimAttribute
| Constructor Summary | |
|---|---|
InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
List<String> values)
|
|
InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Date startTime,
Date endTime,
Double cost,
List<String> values)
|
|
InlineDimAttribute(String name,
Map<String,String> props)
This is used only for serializing |
|
| Method Summary | |
|---|---|
void |
addProperties(Map<String,String> props)
|
boolean |
equals(Object obj)
|
List<String> |
getValues()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.apache.lens.cube.metadata.BaseDimAttribute |
|---|
getDimType, getType |
| Methods inherited from class org.apache.lens.cube.metadata.CubeColumn |
|---|
getCost, getDescription, getDisplayString, getEndTime, getName, getStartTime |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
List<String> values)
public InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Date startTime,
Date endTime,
Double cost,
List<String> values)
public InlineDimAttribute(String name,
Map<String,String> props)
name - props - | Method Detail |
|---|
public List<String> getValues()
public void addProperties(Map<String,String> props)
addProperties in class BaseDimAttributepublic int hashCode()
hashCode in class BaseDimAttributepublic boolean equals(Object obj)
equals in class BaseDimAttributepublic String toString()
toString in class BaseDimAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||