Class PlanningStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.lakeformation.model.PlanningStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PlanningStatistics.Builder,PlanningStatistics>
@Generated("software.amazon.awssdk:codegen") public final class PlanningStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlanningStatistics.Builder,PlanningStatistics>
Statistics related to the processing of a query statement.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePlanningStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlanningStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)LongestimatedDataToScanBytes()An estimate of the data that was scanned in bytes.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongplanningTimeMillis()The time that it took to process the request.LongqueueTimeMillis()The time the request was in queue to be processed.List<SdkField<?>>sdkFields()static Class<? extends PlanningStatistics.Builder>serializableBuilderClass()PlanningStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongworkUnitsGeneratedCount()The number of work units generated.-
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
-
estimatedDataToScanBytes
public final Long estimatedDataToScanBytes()
An estimate of the data that was scanned in bytes.
- Returns:
- An estimate of the data that was scanned in bytes.
-
planningTimeMillis
public final Long planningTimeMillis()
The time that it took to process the request.
- Returns:
- The time that it took to process the request.
-
queueTimeMillis
public final Long queueTimeMillis()
The time the request was in queue to be processed.
- Returns:
- The time the request was in queue to be processed.
-
workUnitsGeneratedCount
public final Long workUnitsGeneratedCount()
The number of work units generated.
- Returns:
- The number of work units generated.
-
toBuilder
public PlanningStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PlanningStatistics.Builder,PlanningStatistics>
-
builder
public static PlanningStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends PlanningStatistics.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.
-
-