Package com.github.ambry.frontend
Class AmbryIdConverterFactory
- java.lang.Object
-
- com.github.ambry.frontend.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 anIdConverter
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.ambry.frontend.IdConverter
getIdConverter()
-