@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class HeatWaveClusterMemoryEstimate extends Object
HeatWave cluster memory estimate that can be used to determine a suitable HeatWave cluster size. For each MySQL user table the estimated memory footprint when the table is loaded to the HeatWave cluster memory is returned.
HeatWaveClusterMemoryEstimate.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 HeatWaveClusterMemoryEstimate.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 |
HeatWaveClusterMemoryEstimate.Builder |
Constructor and Description |
---|
HeatWaveClusterMemoryEstimate(String dbSystemId,
HeatWaveClusterMemoryEstimateStatus status,
Date timeCreated,
Date timeUpdated,
List<HeatWaveClusterSchemaMemoryEstimate> tableSchemas)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HeatWaveClusterMemoryEstimate.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDbSystemId()
The OCID of the DB System the HeatWave cluster memory estimate is associated with.
|
HeatWaveClusterMemoryEstimateStatus |
getStatus()
Current status of the Work Request generating the HeatWave cluster memory estimate.
|
List<HeatWaveClusterSchemaMemoryEstimate> |
getTableSchemas()
Collection of schemas with estimated memory footprints for MySQL user tables of each schema
when loaded to HeatWave cluster memory.
|
Date |
getTimeCreated()
The date and time that the Work Request to generate the HeatWave cluster memory estimate was issued, as described by RFC 3339.
|
Date |
getTimeUpdated()
The date and time that the HeatWave cluster memory estimate was generated, as described by RFC 3339.
|
int |
hashCode() |
HeatWaveClusterMemoryEstimate.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
@Deprecated @ConstructorProperties(value={"dbSystemId","status","timeCreated","timeUpdated","tableSchemas"}) public HeatWaveClusterMemoryEstimate(String dbSystemId, HeatWaveClusterMemoryEstimateStatus status, Date timeCreated, Date timeUpdated, List<HeatWaveClusterSchemaMemoryEstimate> tableSchemas)
public static HeatWaveClusterMemoryEstimate.Builder builder()
Create a new builder.
public HeatWaveClusterMemoryEstimate.Builder toBuilder()
public String getDbSystemId()
The OCID of the DB System the HeatWave cluster memory estimate is associated with.
public HeatWaveClusterMemoryEstimateStatus getStatus()
Current status of the Work Request generating the HeatWave cluster memory estimate.
public Date getTimeCreated()
The date and time that the Work Request to generate the HeatWave cluster memory estimate was issued, as described by RFC 3339.
public Date getTimeUpdated()
The date and time that the HeatWave cluster memory estimate was generated, as described by RFC 3339.
public List<HeatWaveClusterSchemaMemoryEstimate> getTableSchemas()
Collection of schemas with estimated memory footprints for MySQL user tables of each schema when loaded to HeatWave cluster memory.
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arraysCopyright © 2016–2022. All rights reserved.