Class HeatWaveClusterMemoryEstimate
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mysql.model.HeatWaveClusterMemoryEstimate
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class HeatWaveClusterMemoryEstimate extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelHeatWave 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 theHeatWaveClusterMemoryEstimate.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 theHeatWaveClusterMemoryEstimate.Builder, which maintain a set of all explicitly set fields calledHeatWaveClusterMemoryEstimate.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHeatWaveClusterMemoryEstimate.Builder
 - 
Constructor SummaryConstructors Constructor Description HeatWaveClusterMemoryEstimate(String dbSystemId, HeatWaveClusterMemoryEstimateStatus status, Date timeCreated, Date timeUpdated, List<HeatWaveClusterSchemaMemoryEstimate> tableSchemas)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HeatWaveClusterMemoryEstimate.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDbSystemId()The OCID of the DB System the HeatWave cluster memory estimate is associated with.HeatWaveClusterMemoryEstimateStatusgetStatus()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.DategetTimeCreated()The date and time that the Work Request to generate the HeatWave cluster memory estimate was issued, as described by RFC 3339.DategetTimeUpdated()The date and time that the HeatWave cluster memory estimate was generated, as described by RFC 3339.inthashCode()HeatWaveClusterMemoryEstimate.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
HeatWaveClusterMemoryEstimate@Deprecated @ConstructorProperties({"dbSystemId","status","timeCreated","timeUpdated","tableSchemas"}) public HeatWaveClusterMemoryEstimate(String dbSystemId, HeatWaveClusterMemoryEstimateStatus status, Date timeCreated, Date timeUpdated, List<HeatWaveClusterSchemaMemoryEstimate> tableSchemas) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static HeatWaveClusterMemoryEstimate.Builder builder() Create a new builder.
 - 
toBuilderpublic HeatWaveClusterMemoryEstimate.Builder toBuilder() 
 - 
getDbSystemIdpublic String getDbSystemId() The OCID of the DB System the HeatWave cluster memory estimate is associated with.- Returns:
- the value
 
 - 
getStatuspublic HeatWaveClusterMemoryEstimateStatus getStatus() Current status of the Work Request generating the HeatWave cluster memory estimate.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time that the Work Request to generate the HeatWave cluster memory estimate was issued, as described by RFC 3339.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The date and time that the HeatWave cluster memory estimate was generated, as described by RFC 3339.- Returns:
- the value
 
 - 
getTableSchemaspublic List<HeatWaveClusterSchemaMemoryEstimate> getTableSchemas() Collection of schemas with estimated memory footprints for MySQL user tables of each schema when loaded to HeatWave cluster memory.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-