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) 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>final StringtoString()Returns a string representation of this object.final LongThe number of objects in this schema conversion operation.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
- Specified by:
toBuilderin interfaceToCopyableBuilder<Progress.Builder,Progress>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-