Class Progress
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Progress.Builder,Progress>
Provides information about the progress of the schema conversion operation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Progress.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ProcessedObjectThe name of the database object that the schema conversion operation currently uses.final DoubleThe percent complete for the current step of the schema conversion operation.final StringThe step of the schema conversion operation.static Class<? extends Progress.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final LongThe number of objects in this schema conversion operation.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
progressPercent
The percent complete for the current step of the schema conversion operation.
- Returns:
- The percent complete for the current step of the schema conversion operation.
-
totalObjects
The number of objects in this schema conversion operation.
- Returns:
- The number of objects in this schema conversion operation.
-
progressStep
The step of the schema conversion operation. This parameter can store one of the following values:
-
IN_PROGRESS– The operation is running. -
LOADING_METADATA– Loads metadata from the source database. -
COUNTING_OBJECTS– Determines the number of objects involved in the operation. -
ANALYZING– Analyzes the source database objects. -
CONVERTING– Converts the source database objects to a format compatible with the target database. -
APPLYING– Applies the converted code to the target database. -
FINISHED– The operation completed successfully.
- Returns:
- The step of the schema conversion operation. This parameter can store one of the following values:
-
IN_PROGRESS– The operation is running. -
LOADING_METADATA– Loads metadata from the source database. -
COUNTING_OBJECTS– Determines the number of objects involved in the operation. -
ANALYZING– Analyzes the source database objects. -
CONVERTING– Converts the source database objects to a format compatible with the target database. -
APPLYING– Applies the converted code to the target database. -
FINISHED– The operation completed successfully.
-
-
-
processedObject
The name of the database object that the schema conversion operation currently uses.
- Returns:
- The name of the database object that the schema conversion operation currently uses.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Progress.Builder,Progress> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-