@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class CreateDataPumpParameters extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Optional parameters for Data Pump Export and Import.
Note: Objects should always be created or deserialized using the CreateDataPumpParameters.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 CreateDataPumpParameters.Builder
, which maintain a
set of all explicitly set fields called CreateDataPumpParameters.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CreateDataPumpParameters.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
CreateDataPumpParameters(Boolean isCluster,
DataPumpEstimate estimate,
DataPumpTableExistsAction tableExistsAction,
List<DataPumpExcludeParameters> excludeParameters,
Integer importParallelismDegree,
Integer exportParallelismDegree)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateDataPumpParameters.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
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 process to run on one instance.
|
DataPumpTableExistsAction |
getTableExistsAction()
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
|
int |
hashCode() |
CreateDataPumpParameters.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"isCluster","estimate","tableExistsAction","excludeParameters","importParallelismDegree","exportParallelismDegree"}) public CreateDataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
public static CreateDataPumpParameters.Builder builder()
Create a new builder.
public CreateDataPumpParameters.Builder toBuilder()
public Boolean getIsCluster()
Set to false to force Data Pump worker process 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.
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.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.