|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiCollectDiagnosticDataArguments
public class ApiCollectDiagnosticDataArguments
Arguments used for the collectDiagnosticData command.
Constructor Summary | |
---|---|
ApiCollectDiagnosticDataArguments()
|
Method Summary | |
---|---|
long |
getBundleSizeBytes()
The maximum approximate bundle size of the output file |
String |
getClusterName()
Name of the cluster to collect. |
String |
getComments()
Comments to include with this data collection. |
Boolean |
getEnableMonitorMetricsCollection()
Flag to enable collection of metrics for chart display. |
String |
getEndTime()
The end time (in ISO 8601 format) of the period to collection statistics for. |
List<String> |
getRoles()
List of roles for which to get logs and metrics. |
String |
getStartTime()
This parameter is ignored between CM 4.5 and CM 5.7 versions. |
String |
getTicketNumber()
The support ticket number to attach to this data collection. |
boolean |
isIncludeInfoLog()
Deprecated. |
void |
setBundleSize(long bundleSizeByte)
|
void |
setClusterName(String clusterName)
|
void |
setComments(String comments)
|
void |
setEnableMonitorMetricsCollection(Boolean enable)
|
void |
setEndTime(String endTime)
|
void |
setIncludeInfoLog(boolean includeInfoLog)
Deprecated. |
void |
setRoles(List<String> roles)
|
void |
setStartTime(String startTime)
|
void |
setTicketNumber(String ticketNumber)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiCollectDiagnosticDataArguments()
Method Detail |
---|
public long getBundleSizeBytes()
public void setBundleSize(long bundleSizeByte)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
@Deprecated public boolean isIncludeInfoLog()
@Deprecated public void setIncludeInfoLog(boolean includeInfoLog)
public String getTicketNumber()
public void setTicketNumber(String ticketNumber)
public String getComments()
public void setComments(String comments)
public String getClusterName()
public void setClusterName(String clusterName)
public Boolean getEnableMonitorMetricsCollection()
public void setEnableMonitorMetricsCollection(Boolean enable)
public List<String> getRoles()
public void setRoles(List<String> roles)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |