public static class AnalyticsClusterTableMemoryEstimate.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AnalyticsClusterTableMemoryEstimate.Builder |
analyticalFootprintInMbs(Long analyticalFootprintInMbs)
The estimated memory footprint of the table in MBs when loaded to Analytics Cluster
memory (null if the table cannot be loaded to the Analytics Cluster).
|
AnalyticsClusterTableMemoryEstimate |
build() |
AnalyticsClusterTableMemoryEstimate.Builder |
copy(AnalyticsClusterTableMemoryEstimate model) |
AnalyticsClusterTableMemoryEstimate.Builder |
errorComment(String errorComment)
Error comment (empty string if no errors occured).
|
AnalyticsClusterTableMemoryEstimate.Builder |
estimatedRowCount(Long estimatedRowCount)
The estimated number of rows in the table.
|
AnalyticsClusterTableMemoryEstimate.Builder |
tableName(String tableName)
The table name.
|
AnalyticsClusterTableMemoryEstimate.Builder |
toLoadColumnCount(Integer toLoadColumnCount)
The number of columns to be loaded to Analytics Cluster memory.
|
AnalyticsClusterTableMemoryEstimate.Builder |
varlenColumnCount(Integer varlenColumnCount)
The number of variable-length columns to be loaded to Analytics Cluster memory.
|
public AnalyticsClusterTableMemoryEstimate.Builder tableName(String tableName)
The table name.
tableName
- the value to setpublic AnalyticsClusterTableMemoryEstimate.Builder toLoadColumnCount(Integer toLoadColumnCount)
The number of columns to be loaded to Analytics Cluster memory. These columns contribute to the analytical memory footprint.
toLoadColumnCount
- the value to setpublic AnalyticsClusterTableMemoryEstimate.Builder varlenColumnCount(Integer varlenColumnCount)
The number of variable-length columns to be loaded to Analytics Cluster memory. These columns contribute to the analytical memory footprint.
varlenColumnCount
- the value to setpublic AnalyticsClusterTableMemoryEstimate.Builder estimatedRowCount(Long estimatedRowCount)
The estimated number of rows in the table. This number was used to derive the analytical memory footprint.
estimatedRowCount
- the value to setpublic AnalyticsClusterTableMemoryEstimate.Builder analyticalFootprintInMbs(Long analyticalFootprintInMbs)
The estimated memory footprint of the table in MBs when loaded to Analytics Cluster memory (null if the table cannot be loaded to the Analytics Cluster).
analyticalFootprintInMbs
- the value to setpublic AnalyticsClusterTableMemoryEstimate.Builder errorComment(String errorComment)
Error comment (empty string if no errors occured).
errorComment
- the value to setpublic AnalyticsClusterTableMemoryEstimate build()
public AnalyticsClusterTableMemoryEstimate.Builder copy(AnalyticsClusterTableMemoryEstimate model)
Copyright © 2016–2023. All rights reserved.