Class NameRepository

java.lang.Object
com.linkedin.venice.meta.NameRepository

public class NameRepository extends Object
A repository of StoreName and StoreVersionName, which are intended to be used as shared instances.
  • Field Details

    • DEFAULT_MAXIMUM_ENTRY_COUNT

      public static final int DEFAULT_MAXIMUM_ENTRY_COUNT
      See Also:
  • Constructor Details

    • NameRepository

      public NameRepository()
    • NameRepository

      public NameRepository(int maxEntryCount)
  • Method Details