Package org.apache.iceberg.dell
Class DellProperties
java.lang.Object
org.apache.iceberg.dell.DellProperties
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe implementation class ofDellClientFactoryto customize Dell client configurations.static final StringS3 Access key id of Dell EMC ECSstatic final StringS3 endpoint of Dell EMC ECSstatic final StringS3 Secret access key of Dell EMC ECS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetEcsS3AccessKeyId(String ecsS3AccessKeyId) voidsetEcsS3Endpoint(String ecsS3Endpoint) voidsetEcsS3SecretAccessKey(String ecsS3SecretAccessKey) 
- 
Field Details- 
ECS_S3_ACCESS_KEY_IDS3 Access key id of Dell EMC ECS- See Also:
 
- 
ECS_S3_SECRET_ACCESS_KEYS3 Secret access key of Dell EMC ECS- See Also:
 
- 
ECS_S3_ENDPOINTS3 endpoint of Dell EMC ECS- See Also:
 
- 
CLIENT_FACTORYThe implementation class ofDellClientFactoryto customize Dell client configurations. If set, all Dell clients will be initialized by the specified factory. If not set,DellClientFactories.DefaultDellClientFactoryis used as default factory.- See Also:
 
 
- 
- 
Constructor Details- 
DellPropertiespublic DellProperties()
- 
DellProperties
 
- 
- 
Method Details- 
ecsS3Endpoint
- 
setEcsS3Endpoint
- 
ecsS3AccessKeyId
- 
setEcsS3AccessKeyId
- 
ecsS3SecretAccessKey
- 
setEcsS3SecretAccessKey
 
-