Class AmbryIdConverterFactory

  • All Implemented Interfaces:
    com.github.ambry.frontend.IdConverterFactory

    public class AmbryIdConverterFactory
    extends java.lang.Object
    implements com.github.ambry.frontend.IdConverterFactory
    Factory that instantiates an IdConverter implementation for the frontend.
    • Constructor Summary

      Constructors 
      Constructor Description
      AmbryIdConverterFactory​(com.github.ambry.config.VerifiableProperties verifiableProperties, com.codahale.metrics.MetricRegistry metricRegistry, com.github.ambry.frontend.IdSigningService idSigningService, com.github.ambry.named.NamedBlobDb namedBlobDb)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.ambry.frontend.IdConverter getIdConverter()  
      • Methods inherited from class java.lang.Object

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

      • AmbryIdConverterFactory

        public AmbryIdConverterFactory​(com.github.ambry.config.VerifiableProperties verifiableProperties,
                                       com.codahale.metrics.MetricRegistry metricRegistry,
                                       com.github.ambry.frontend.IdSigningService idSigningService,
                                       com.github.ambry.named.NamedBlobDb namedBlobDb)
    • Method Detail

      • getIdConverter

        public com.github.ambry.frontend.IdConverter getIdConverter()
        Specified by:
        getIdConverter in interface com.github.ambry.frontend.IdConverterFactory