Package com.oracle.bmc.mysql.model
Class HeatWaveClusterTableMemoryEstimate
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mysql.model.HeatWaveClusterTableMemoryEstimate
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class HeatWaveClusterTableMemoryEstimate extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelEstimated memory footprint for a MySQL user table when loaded to the HeatWave cluster memory.
 Note: Objects should always be created or deserialized using theHeatWaveClusterTableMemoryEstimate.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 theHeatWaveClusterTableMemoryEstimate.Builder, which maintain a set of all explicitly set fields calledHeatWaveClusterTableMemoryEstimate.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 classHeatWaveClusterTableMemoryEstimate.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HeatWaveClusterTableMemoryEstimate.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetAnalyticalFootprintInMbs()The estimated memory footprint of the table in MBs when loaded to HeatWave cluster memory (null if the table cannot be loaded to the HeatWave cluster).StringgetErrorComment()Error comment (empty string if no errors occured).LonggetEstimatedRowCount()The estimated number of rows in the table.StringgetTableName()The table name.IntegergetToLoadColumnCount()The number of columns to be loaded to HeatWave cluster memory.IntegergetVarlenColumnCount()The number of variable-length columns to be loaded to HeatWave cluster memory.inthashCode()HeatWaveClusterTableMemoryEstimate.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
HeatWaveClusterTableMemoryEstimate@Deprecated @ConstructorProperties({"tableName","toLoadColumnCount","varlenColumnCount","estimatedRowCount","analyticalFootprintInMbs","errorComment"}) public HeatWaveClusterTableMemoryEstimate(String tableName, Integer toLoadColumnCount, Integer varlenColumnCount, Long estimatedRowCount, Long analyticalFootprintInMbs, String errorComment) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static HeatWaveClusterTableMemoryEstimate.Builder builder() Create a new builder.
 - 
toBuilderpublic HeatWaveClusterTableMemoryEstimate.Builder toBuilder() 
 - 
getTableNamepublic String getTableName() The table name.- Returns:
- the value
 
 - 
getToLoadColumnCountpublic Integer getToLoadColumnCount() The number of columns to be loaded to HeatWave cluster memory.These columns contribute to the analytical memory footprint. - Returns:
- the value
 
 - 
getVarlenColumnCountpublic Integer getVarlenColumnCount() The number of variable-length columns to be loaded to HeatWave cluster memory.These columns contribute to the analytical memory footprint. - Returns:
- the value
 
 - 
getEstimatedRowCountpublic Long getEstimatedRowCount() The estimated number of rows in the table.This number was used to derive the analytical memory footprint. - Returns:
- the value
 
 - 
getAnalyticalFootprintInMbspublic Long getAnalyticalFootprintInMbs() The estimated memory footprint of the table in MBs when loaded to HeatWave cluster memory (null if the table cannot be loaded to the HeatWave cluster).- Returns:
- the value
 
 - 
getErrorCommentpublic String getErrorComment() Error comment (empty string if no errors occured).- 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
 
 
- 
 
-