public class ApiYarnApplicationAttribute extends Object
Constructor and Description |
---|
ApiYarnApplicationAttribute() |
ApiYarnApplicationAttribute(String name,
String type,
String displayName,
boolean supportsHistograms,
String description) |
Modifier and Type | Method and Description |
---|---|
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 applications.
|
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) |
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)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.