Interface S3SecretCacheProvider


public interface S3SecretCacheProvider
Provider of S3SecretCache.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    In-memory cache implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.ozone.om.S3SecretCache
    get(org.apache.hadoop.conf.Configuration conf)
    Returns S3 secret cache instance constructed by provided configuration.
  • Field Details

  • 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 - Configuration of Ozone.
      Returns:
      S3 secret cache instance.