@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class HeatWaveClusterMemoryEstimate extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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.
Note: Objects should always be created or deserialized using the 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 HeatWaveClusterMemoryEstimate.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 |
HeatWaveClusterMemoryEstimate.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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) |
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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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()
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.