Uses of Class
com.oracle.bmc.databasemigration.model.DataPumpEstimate
-
Packages that use DataPumpEstimate Package Description com.oracle.bmc.databasemigration.model -
-
Uses of DataPumpEstimate in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return DataPumpEstimate Modifier and Type Method Description static DataPumpEstimate
DataPumpEstimate. create(String key)
DataPumpEstimate
CreateDataPumpParameters. getEstimate()
Estimate size of dumps that will be generated.DataPumpEstimate
DataPumpParameters. getEstimate()
Estimate size of dumps that will be generated.DataPumpEstimate
UpdateDataPumpParameters. getEstimate()
Estimate size of dumps that will be generated.static DataPumpEstimate
DataPumpEstimate. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataPumpEstimate[]
DataPumpEstimate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type DataPumpEstimate Modifier and Type Method Description CreateDataPumpParameters.Builder
CreateDataPumpParameters.Builder. estimate(DataPumpEstimate estimate)
Estimate size of dumps that will be generated.DataPumpParameters.Builder
DataPumpParameters.Builder. estimate(DataPumpEstimate estimate)
Estimate size of dumps that will be generated.UpdateDataPumpParameters.Builder
UpdateDataPumpParameters.Builder. estimate(DataPumpEstimate estimate)
Estimate size of dumps that will be generated.Constructors in com.oracle.bmc.databasemigration.model with parameters of type DataPumpEstimate Constructor Description CreateDataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
Deprecated.DataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
Deprecated.UpdateDataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
Deprecated.
-