Package org.apache.hadoop.ozone.om.s3
Interface S3SecretCacheProvider
public interface S3SecretCacheProvider
Provider of
S3SecretCache.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final S3SecretCacheProviderIn-memory cache implementation. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.ozone.om.S3SecretCacheget(org.apache.hadoop.conf.Configuration conf) Returns S3 secret cache instance constructed by provided configuration.
-
Field Details
-
IN_MEMORY
In-memory cache implementation.
-
-
Method Details
-
get
org.apache.hadoop.ozone.om.S3SecretCache get(org.apache.hadoop.conf.Configuration conf) Returns S3 secret cache instance constructed by provided configuration.- Parameters:
conf-Configurationof Ozone.- Returns:
- S3 secret cache instance.
-