@Generated(value="OracleSDKGenerator", comments="API Version: 20210929") public final class UpdateDataPumpParameters extends Object
Optional parameters for Data Pump Export and Import. Refer to Configuring Optional Initial Load Advanced Settings If an empty object is specified, the stored Data Pump Parameter details will be removed.
UpdateDataPumpParameters.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the UpdateDataPumpParameters.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
UpdateDataPumpParameters.Builder |
Constructor and Description |
---|
UpdateDataPumpParameters(Boolean isCluster,
DataPumpEstimate estimate,
DataPumpTableExistsAction tableExistsAction,
List<DataPumpExcludeParameters> excludeParameters,
Integer importParallelismDegree,
Integer exportParallelismDegree)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateDataPumpParameters.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
DataPumpEstimate |
getEstimate()
Estimate size of dumps that will be generated.
|
List<DataPumpExcludeParameters> |
getExcludeParameters()
Exclude paratemers for Export and Import.
|
Integer |
getExportParallelismDegree()
Maximum number of worker processes that can be used for a Data Pump Export job.
|
Integer |
getImportParallelismDegree()
Maximum number of worker processes that can be used for a Data Pump Import job.
|
Boolean |
getIsCluster()
Set to false to force Data Pump worker processes to run on one instance.
|
DataPumpTableExistsAction |
getTableExistsAction()
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
|
int |
hashCode() |
UpdateDataPumpParameters.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"isCluster","estimate","tableExistsAction","excludeParameters","importParallelismDegree","exportParallelismDegree"}) @Deprecated public UpdateDataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
public static UpdateDataPumpParameters.Builder builder()
Create a new builder.
public UpdateDataPumpParameters.Builder toBuilder()
public Boolean getIsCluster()
Set to false to force Data Pump worker processes to run on one instance.
public DataPumpEstimate getEstimate()
Estimate size of dumps that will be generated.
public DataPumpTableExistsAction getTableExistsAction()
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
public List<DataPumpExcludeParameters> getExcludeParameters()
Exclude paratemers for Export and Import. If specified, the stored list will be replaced.
public Integer getImportParallelismDegree()
Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
public Integer getExportParallelismDegree()
Maximum number of worker processes that can be used for a Data Pump Export job.
Copyright © 2016–2022. All rights reserved.