@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Metrics for the optimizer run.
Constructor and Description |
---|
RunMetrics() |
Modifier and Type | Method and Description |
---|---|
RunMetrics |
clone() |
boolean |
equals(Object obj) |
String |
getJobDurationInHour()
The duration of the job in hours.
|
String |
getNumberOfBytesCompacted()
The number of bytes removed by the compaction job run.
|
String |
getNumberOfDpus()
The number of DPU hours consumed by the job.
|
String |
getNumberOfFilesCompacted()
The number of files removed by the compaction job run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobDurationInHour(String jobDurationInHour)
The duration of the job in hours.
|
void |
setNumberOfBytesCompacted(String numberOfBytesCompacted)
The number of bytes removed by the compaction job run.
|
void |
setNumberOfDpus(String numberOfDpus)
The number of DPU hours consumed by the job.
|
void |
setNumberOfFilesCompacted(String numberOfFilesCompacted)
The number of files removed by the compaction job run.
|
String |
toString()
Returns a string representation of this object.
|
RunMetrics |
withJobDurationInHour(String jobDurationInHour)
The duration of the job in hours.
|
RunMetrics |
withNumberOfBytesCompacted(String numberOfBytesCompacted)
The number of bytes removed by the compaction job run.
|
RunMetrics |
withNumberOfDpus(String numberOfDpus)
The number of DPU hours consumed by the job.
|
RunMetrics |
withNumberOfFilesCompacted(String numberOfFilesCompacted)
The number of files removed by the compaction job run.
|
public void setNumberOfBytesCompacted(String numberOfBytesCompacted)
The number of bytes removed by the compaction job run.
numberOfBytesCompacted
- The number of bytes removed by the compaction job run.public String getNumberOfBytesCompacted()
The number of bytes removed by the compaction job run.
public RunMetrics withNumberOfBytesCompacted(String numberOfBytesCompacted)
The number of bytes removed by the compaction job run.
numberOfBytesCompacted
- The number of bytes removed by the compaction job run.public void setNumberOfFilesCompacted(String numberOfFilesCompacted)
The number of files removed by the compaction job run.
numberOfFilesCompacted
- The number of files removed by the compaction job run.public String getNumberOfFilesCompacted()
The number of files removed by the compaction job run.
public RunMetrics withNumberOfFilesCompacted(String numberOfFilesCompacted)
The number of files removed by the compaction job run.
numberOfFilesCompacted
- The number of files removed by the compaction job run.public void setNumberOfDpus(String numberOfDpus)
The number of DPU hours consumed by the job.
numberOfDpus
- The number of DPU hours consumed by the job.public String getNumberOfDpus()
The number of DPU hours consumed by the job.
public RunMetrics withNumberOfDpus(String numberOfDpus)
The number of DPU hours consumed by the job.
numberOfDpus
- The number of DPU hours consumed by the job.public void setJobDurationInHour(String jobDurationInHour)
The duration of the job in hours.
jobDurationInHour
- The duration of the job in hours.public String getJobDurationInHour()
The duration of the job in hours.
public RunMetrics withJobDurationInHour(String jobDurationInHour)
The duration of the job in hours.
jobDurationInHour
- The duration of the job in hours.public String toString()
toString
in class Object
Object.toString()
public RunMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.