public class InMemoryUnknownAccountServiceFactory
extends java.lang.Object
implements com.github.ambry.account.AccountServiceFactory
AccountServiceFactory
that returns an InMemoryUnknownAccountService
.Constructor and Description |
---|
InMemoryUnknownAccountServiceFactory(com.github.ambry.config.VerifiableProperties verifiableProperties,
com.codahale.metrics.MetricRegistry metricRegistry)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
com.github.ambry.account.AccountService |
getAccountService() |
public InMemoryUnknownAccountServiceFactory(com.github.ambry.config.VerifiableProperties verifiableProperties, com.codahale.metrics.MetricRegistry metricRegistry)
verifiableProperties
- The properties to get a HelixAccountService
instance. Cannot be null
.metricRegistry
- The MetricRegistry
for metrics tracking. Cannot be null
.