Class IcebergCompactionMetrics
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.IcebergCompactionMetrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IcebergCompactionMetrics.Builder,IcebergCompactionMetrics>
@Generated("software.amazon.awssdk:codegen") public final class IcebergCompactionMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IcebergCompactionMetrics.Builder,IcebergCompactionMetrics>
Compaction metrics for Iceberg for the optimizer run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIcebergCompactionMetrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IcebergCompactionMetrics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublejobDurationInHour()The duration of the job in hours.LongnumberOfBytesCompacted()The number of bytes removed by the compaction job run.IntegernumberOfDpus()The number of DPU hours consumed by the job.LongnumberOfFilesCompacted()The number of files removed by the compaction job run.List<SdkField<?>>sdkFields()static Class<? extends IcebergCompactionMetrics.Builder>serializableBuilderClass()IcebergCompactionMetrics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
numberOfBytesCompacted
public final Long numberOfBytesCompacted()
The number of bytes removed by the compaction job run.
- Returns:
- The number of bytes removed by the compaction job run.
-
numberOfFilesCompacted
public final Long numberOfFilesCompacted()
The number of files removed by the compaction job run.
- Returns:
- The number of files removed by the compaction job run.
-
numberOfDpus
public final Integer numberOfDpus()
The number of DPU hours consumed by the job.
- Returns:
- The number of DPU hours consumed by the job.
-
jobDurationInHour
public final Double jobDurationInHour()
The duration of the job in hours.
- Returns:
- The duration of the job in hours.
-
toBuilder
public IcebergCompactionMetrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IcebergCompactionMetrics.Builder,IcebergCompactionMetrics>
-
builder
public static IcebergCompactionMetrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends IcebergCompactionMetrics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-