public class ApiCollectDiagnosticDataArguments extends Object
Constructor and Description |
---|
ApiCollectDiagnosticDataArguments() |
Modifier and Type | Method and Description |
---|---|
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) |
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()
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.