|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiImpalaQueryAttribute
public class ApiImpalaQueryAttribute
Metadata about an Impala query attribute.
Constructor Summary | |
---|---|
ApiImpalaQueryAttribute()
|
|
ApiImpalaQueryAttribute(String name,
String type,
String displayName,
boolean supportsHistograms,
String description)
|
Method Summary | |
---|---|
String |
getDescription()
The description of the attribute. |
String |
getDisplayName()
The display name for the attribute. |
String |
getName()
The name of the attribute. |
boolean |
getSupportsHistograms()
Whether the Service Monitor can generate a histogram of the distribution of the attribute across queries. |
String |
getType()
The type of the attribute. |
void |
setDescription(String description)
|
void |
setDisplayName(String displayName)
|
void |
setName(String name)
|
void |
setSupportsHistograms(boolean supportsHistograms)
|
void |
setType(String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiImpalaQueryAttribute()
public ApiImpalaQueryAttribute(String name, String type, String displayName, boolean supportsHistograms, String description)
Method Detail |
---|
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getDisplayName()
public void setDisplayName(String displayName)
public boolean getSupportsHistograms()
public void setSupportsHistograms(boolean supportsHistograms)
public String getDescription()
public void setDescription(String description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |