@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class AnalyticsClusterMemoryEstimate extends Object
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.
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
__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 |
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) |
Set<String> |
get__explicitlySet__() |
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() |
@ConstructorProperties(value={"dbSystemId","status","timeCreated","timeUpdated","tableSchemas"}) @Deprecated 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.
Copyright © 2016–2022. All rights reserved.