Uses of Enum
org.apache.hadoop.ozone.s3.util.S3StorageType
Packages that use S3StorageType
Package
Description
Rest endpoint implementation for the s3 gateway.
This package contains Ozone S3 Util classes.
-
Uses of S3StorageType in org.apache.hadoop.ozone.s3.endpoint
Constructors in org.apache.hadoop.ozone.s3.endpoint with parameters of type S3StorageTypeModifierConstructorDescriptionUpload(String key, String uploadId, Instant initiated, S3StorageType storageClass) -
Uses of S3StorageType in org.apache.hadoop.ozone.s3.util
Methods in org.apache.hadoop.ozone.s3.util that return S3StorageTypeModifier and TypeMethodDescriptionstatic S3StorageTypeS3StorageType.fromReplicationConfig(org.apache.hadoop.hdds.client.ReplicationConfig config) static S3StorageTypeReturns the enum constant of this type with the specified name.static S3StorageType[]S3StorageType.values()Returns an array containing the constants of this enum type, in the order they are declared.