Package org.apache.iceberg.aliyun
Interface AliyunClientFactory
- All Superinterfaces:
- Serializable
- 
Method SummaryModifier and TypeMethodDescriptionReturns an initializedAliyunPropertiesvoidinitialize(Map<String, String> properties) Initialize Aliyun client factory from catalog properties.com.aliyun.oss.OSSCreate an aliyun OSS client.
- 
Method Details- 
newOSSClientcom.aliyun.oss.OSS newOSSClient()Create an aliyun OSS client.- Returns:
- oss client.
 
- 
initializeInitialize Aliyun client factory from catalog properties.- Parameters:
- properties- catalog properties
 
- 
aliyunPropertiesAliyunProperties aliyunProperties()Returns an initializedAliyunProperties
 
-