Class VeniceSystemStoreUtils

java.lang.Object
com.linkedin.venice.common.VeniceSystemStoreUtils

public class VeniceSystemStoreUtils extends Object
  • Field Details

  • Constructor Details

    • VeniceSystemStoreUtils

      public VeniceSystemStoreUtils()
  • Method Details

    • getParticipantStoreNameForCluster

      public static String getParticipantStoreNameForCluster(String clusterName)
    • isParticipantStore

      public static boolean isParticipantStore(String storeName)
    • getPushJobDetailsStoreName

      public static String getPushJobDetailsStoreName()
    • isSystemStore

      public static boolean isSystemStore(String storeName)
    • getDaVinciPushStatusStoreName

      public static String getDaVinciPushStatusStoreName(String storeName)
    • getMetaStoreName

      public static String getMetaStoreName(String storeName)
    • isUserSystemStore

      public static boolean isUserSystemStore(String storeName)
    • extractSystemStoreType

      public static String extractSystemStoreType(String systemStoreName)