public class SchemaSpaceData extends AbstractModel
Constructor and Description |
---|
SchemaSpaceData() |
SchemaSpaceData(SchemaSpaceData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getDataFree()
Get Fragmented space in MB.
|
Float |
getDataLength()
Get Data space in MB.
|
Float |
getFragRatio()
Get Fragmented rate (%).
|
Float |
getIndexLength()
Get Index space in MB.
|
Float |
getPhysicalFileSize()
Get The total size of the independent physical files corresponding to all the database tables (MB).
|
Long |
getTableRows()
Get Number of rows.
|
String |
getTableSchema()
Get Database name.
|
Float |
getTotalLength()
Get Total space usage in MB.
|
void |
setDataFree(Float DataFree)
Set Fragmented space in MB.
|
void |
setDataLength(Float DataLength)
Set Data space in MB.
|
void |
setFragRatio(Float FragRatio)
Set Fragmented rate (%).
|
void |
setIndexLength(Float IndexLength)
Set Index space in MB.
|
void |
setPhysicalFileSize(Float PhysicalFileSize)
Set The total size of the independent physical files corresponding to all the database tables (MB).
|
void |
setTableRows(Long TableRows)
Set Number of rows.
|
void |
setTableSchema(String TableSchema)
Set Database name.
|
void |
setTotalLength(Float TotalLength)
Set Total space usage in MB.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SchemaSpaceData()
public SchemaSpaceData(SchemaSpaceData source)
public String getTableSchema()
public void setTableSchema(String TableSchema)
TableSchema
- Database name.public Float getDataLength()
public void setDataLength(Float DataLength)
DataLength
- Data space in MB.public Float getIndexLength()
public void setIndexLength(Float IndexLength)
IndexLength
- Index space in MB.public Float getDataFree()
public void setDataFree(Float DataFree)
DataFree
- Fragmented space in MB.public Float getTotalLength()
public void setTotalLength(Float TotalLength)
TotalLength
- Total space usage in MB.public Float getFragRatio()
public void setFragRatio(Float FragRatio)
FragRatio
- Fragmented rate (%).public Long getTableRows()
public void setTableRows(Long TableRows)
TableRows
- Number of rows.public Float getPhysicalFileSize()
public void setPhysicalFileSize(Float PhysicalFileSize)
PhysicalFileSize
- The total size of the independent physical files corresponding to all the database tables (MB).
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.