public class StorageTierInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StorageTierInfo.StorageTier |
Constructor and Description |
---|
StorageTierInfo() |
Modifier and Type | Method and Description |
---|---|
Date |
getStorageLastModifiedTime()
获取分层存储上次修改的时间,无修改默认为是表的创建时间
|
Long |
getStorageSize(StorageTierInfo.StorageTier tier)
根据分层存储的类型,得到对应分层存储类型的大小
|
Long |
getStorageSize(String tier)
依据分层存储枚举类型的字符名称,得到对应的存储大小
|
StorageTierInfo.StorageTier |
getStorageTier()
获取当前的分层存储枚举类型
|
public StorageTierInfo.StorageTier getStorageTier()
public Date getStorageLastModifiedTime()
public Long getStorageSize(String tier)
tier
- 分层存储枚举类型名称public Long getStorageSize(StorageTierInfo.StorageTier tier)
tier
- 分层存储枚举类型Copyright © 2024 Alibaba Cloud Computing. All rights reserved.