@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class AnalyticsClusterMemoryEstimate extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
DEPRECATED – please use HeatWave API instead. Analytics Cluster memory estimate that can be used
to determine a suitable Analytics Cluster size. For each MySQL user table the estimated memory
footprint when the table is loaded to the Analytics Cluster memory is returned.
Note: Objects should always be created or deserialized using the AnalyticsClusterMemoryEstimate.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 AnalyticsClusterMemoryEstimate.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AnalyticsClusterMemoryEstimate.Builder |
Constructor and Description |
---|
AnalyticsClusterMemoryEstimate(String dbSystemId,
AnalyticsClusterMemoryEstimateStatus status,
Date timeCreated,
Date timeUpdated,
List<AnalyticsClusterSchemaMemoryEstimate> tableSchemas)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AnalyticsClusterMemoryEstimate.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDbSystemId()
The OCID of the DB System the Analytics Cluster memory estimate is associated with.
|
AnalyticsClusterMemoryEstimateStatus |
getStatus()
Current status of the Work Request generating the Analytics Cluster memory estimate.
|
List<AnalyticsClusterSchemaMemoryEstimate> |
getTableSchemas()
Collection of schemas with estimated memory footprints for MySQL user tables of each schema
when loaded to Analytics Cluster memory.
|
Date |
getTimeCreated()
The date and time that the Work Request to generate the Analytics Cluster memory estimate was
issued, as described by RFC 3339.
|
Date |
getTimeUpdated()
The date and time that the Analytics Cluster memory estimate was generated, as described by
RFC 3339.
|
int |
hashCode() |
AnalyticsClusterMemoryEstimate.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 AnalyticsClusterMemoryEstimate(String dbSystemId, AnalyticsClusterMemoryEstimateStatus status, Date timeCreated, Date timeUpdated, List<AnalyticsClusterSchemaMemoryEstimate> tableSchemas)
public static AnalyticsClusterMemoryEstimate.Builder builder()
Create a new builder.
public AnalyticsClusterMemoryEstimate.Builder toBuilder()
public String getDbSystemId()
The OCID of the DB System the Analytics Cluster memory estimate is associated with.
public AnalyticsClusterMemoryEstimateStatus getStatus()
Current status of the Work Request generating the Analytics Cluster memory estimate.
public Date getTimeCreated()
The date and time that the Work Request to generate the Analytics Cluster memory estimate was issued, as described by RFC 3339.
public Date getTimeUpdated()
The date and time that the Analytics Cluster memory estimate was generated, as described by RFC 3339.
public List<AnalyticsClusterSchemaMemoryEstimate> getTableSchemas()
Collection of schemas with estimated memory footprints for MySQL user tables of each schema when loaded to Analytics 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–2023. All rights reserved.