Class IcebergRetentionMetrics
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.IcebergRetentionMetrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IcebergRetentionMetrics.Builder,IcebergRetentionMetrics>
@Generated("software.amazon.awssdk:codegen") public final class IcebergRetentionMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IcebergRetentionMetrics.Builder,IcebergRetentionMetrics>
Snapshot retention metrics for Iceberg for the optimizer run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIcebergRetentionMetrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IcebergRetentionMetrics.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.LongnumberOfDataFilesDeleted()The number of data files deleted by the retention job run.IntegernumberOfDpus()The number of DPU hours consumed by the job.LongnumberOfManifestFilesDeleted()The number of manifest files deleted by the retention job run.LongnumberOfManifestListsDeleted()The number of manifest lists deleted by the retention job run.List<SdkField<?>>sdkFields()static Class<? extends IcebergRetentionMetrics.Builder>serializableBuilderClass()IcebergRetentionMetrics.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
-
numberOfDataFilesDeleted
public final Long numberOfDataFilesDeleted()
The number of data files deleted by the retention job run.
- Returns:
- The number of data files deleted by the retention job run.
-
numberOfManifestFilesDeleted
public final Long numberOfManifestFilesDeleted()
The number of manifest files deleted by the retention job run.
- Returns:
- The number of manifest files deleted by the retention job run.
-
numberOfManifestListsDeleted
public final Long numberOfManifestListsDeleted()
The number of manifest lists deleted by the retention job run.
- Returns:
- The number of manifest lists deleted by the retention 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 IcebergRetentionMetrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IcebergRetentionMetrics.Builder,IcebergRetentionMetrics>
-
builder
public static IcebergRetentionMetrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends IcebergRetentionMetrics.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.
-
-