Package org.apache.iceberg.dell
Class DellProperties
java.lang.Object
org.apache.iceberg.dell.DellProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The implementation class ofDellClientFactory
to customize Dell client configurations.static final String
S3 Access key id of Dell EMC ECSstatic final String
S3 endpoint of Dell EMC ECSstatic final String
S3 Secret access key of Dell EMC ECS -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEcsS3AccessKeyId
(String ecsS3AccessKeyId) void
setEcsS3Endpoint
(String ecsS3Endpoint) void
setEcsS3SecretAccessKey
(String ecsS3SecretAccessKey)
-
Field Details
-
ECS_S3_ACCESS_KEY_ID
S3 Access key id of Dell EMC ECS- See Also:
-
ECS_S3_SECRET_ACCESS_KEY
S3 Secret access key of Dell EMC ECS- See Also:
-
ECS_S3_ENDPOINT
S3 endpoint of Dell EMC ECS- See Also:
-
CLIENT_FACTORY
The implementation class ofDellClientFactory
to customize Dell client configurations. If set, all Dell clients will be initialized by the specified factory. If not set,DellClientFactories.DefaultDellClientFactory
is used as default factory.- See Also:
-
-
Constructor Details
-
DellProperties
public DellProperties() -
DellProperties
-
-
Method Details
-
ecsS3Endpoint
-
setEcsS3Endpoint
-
ecsS3AccessKeyId
-
setEcsS3AccessKeyId
-
ecsS3SecretAccessKey
-
setEcsS3SecretAccessKey
-