Class StsClientsPool

java.lang.Object
org.apache.polaris.service.storage.aws.StsClientsPool
All Implemented Interfaces:
org.apache.polaris.core.storage.aws.StsClientProvider

public class StsClientsPool extends Object implements org.apache.polaris.core.storage.aws.StsClientProvider
Maintains a pool of STS clients.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.polaris.core.storage.aws.StsClientProvider

    org.apache.polaris.core.storage.aws.StsClientProvider.StsDestination
  • Constructor Summary

    Constructors
    Constructor
    Description
    StsClientsPool(int clientsCacheMaxSize, software.amazon.awssdk.http.SdkHttpClient sdkHttpClient, io.micrometer.core.instrument.MeterRegistry meterRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awssdk.services.sts.StsClient
    stsClient(org.apache.polaris.core.storage.aws.StsClientProvider.StsDestination destination)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StsClientsPool

      public StsClientsPool(int clientsCacheMaxSize, software.amazon.awssdk.http.SdkHttpClient sdkHttpClient, io.micrometer.core.instrument.MeterRegistry meterRegistry)
  • Method Details

    • stsClient

      public software.amazon.awssdk.services.sts.StsClient stsClient(org.apache.polaris.core.storage.aws.StsClientProvider.StsDestination destination)
      Specified by:
      stsClient in interface org.apache.polaris.core.storage.aws.StsClientProvider