Package com.github.ambry.accountstats
Interface AccountStatsStoreFactory
-
public interface AccountStatsStoreFactory
Factory interface to return aAccountStatsStore
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountStatsStore
getAccountStatsStore()
Returns an instance of theAccountStatsStore
that the factory generates.
-
-
-
Method Detail
-
getAccountStatsStore
AccountStatsStore getAccountStatsStore() throws java.lang.Exception
Returns an instance of theAccountStatsStore
that the factory generates.- Returns:
- an instance of
AccountStatsStore
generated by this factory. - Throws:
java.lang.Exception
- if theAccountStatsStore
instance cannot be created.
-
-