Package org.apache.iceberg.aliyun
Interface AliyunClientFactory
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionReturns an initializedAliyunProperties
void
initialize
(Map<String, String> properties) Initialize Aliyun client factory from catalog properties.com.aliyun.oss.OSS
Create an aliyun OSS client.
-
Method Details
-
newOSSClient
com.aliyun.oss.OSS newOSSClient()Create an aliyun OSS client.- Returns:
- oss client.
-
initialize
Initialize Aliyun client factory from catalog properties.- Parameters:
properties
- catalog properties
-
aliyunProperties
AliyunProperties aliyunProperties()Returns an initializedAliyunProperties
-