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.
|
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()
Deprecated.
|
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 |
setEndTime(String endTime) |
void |
setIncludeInfoLog(boolean includeInfoLog)
Deprecated.
|
void |
setRoles(List<String> roles) |
void |
setStartTime(String startTime)
Deprecated.
|
void |
setTicketNumber(String ticketNumber) |
public long getBundleSizeBytes()
public void setBundleSize(long bundleSizeByte)
@Deprecated public String getStartTime()
@Deprecated 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 List<String> getRoles()
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.