Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static DataPumpEstimate |
DataPumpEstimate.create(String key) |
DataPumpEstimate |
CreateDataPumpParameters.getEstimate()
Estimate size of dumps that will be generated.
|
DataPumpEstimate |
UpdateDataPumpParameters.getEstimate()
Estimate size of dumps that will be generated.
|
DataPumpEstimate |
DataPumpParameters.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.
|
Modifier and Type | Method and Description |
---|---|
CreateDataPumpParameters.Builder |
CreateDataPumpParameters.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.
|
DataPumpParameters.Builder |
DataPumpParameters.Builder.estimate(DataPumpEstimate estimate)
Estimate size of dumps that will be generated.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.