Class VeniceSystemStoreUtils


  • public class VeniceSystemStoreUtils
    extends java.lang.Object
    • Field Detail

      • PARTICIPANT_STORE

        public static final java.lang.String PARTICIPANT_STORE
        See Also:
        Constant Field Values
      • PUSH_JOB_DETAILS_STORE

        public static final java.lang.String PUSH_JOB_DETAILS_STORE
        See Also:
        Constant Field Values
      • DAVINCI_PUSH_STATUS_STORE_STR

        public static final java.lang.String DAVINCI_PUSH_STATUS_STORE_STR
      • META_STORE_STR

        public static final java.lang.String META_STORE_STR
      • DEFAULT_USER_SYSTEM_STORE_UPDATE_QUERY_PARAMS

        public static final UpdateStoreQueryParams DEFAULT_USER_SYSTEM_STORE_UPDATE_QUERY_PARAMS
    • Constructor Detail

      • VeniceSystemStoreUtils

        public VeniceSystemStoreUtils()
    • Method Detail

      • getParticipantStoreNameForCluster

        public static java.lang.String getParticipantStoreNameForCluster​(java.lang.String clusterName)
      • isParticipantStore

        public static boolean isParticipantStore​(java.lang.String storeName)
      • getPushJobDetailsStoreName

        public static java.lang.String getPushJobDetailsStoreName()
      • isSystemStore

        public static boolean isSystemStore​(java.lang.String storeName)
      • getDaVinciPushStatusStoreName

        public static java.lang.String getDaVinciPushStatusStoreName​(java.lang.String storeName)
      • getMetaStoreName

        public static java.lang.String getMetaStoreName​(java.lang.String storeName)
      • isUserSystemStore

        public static boolean isUserSystemStore​(java.lang.String storeName)
      • extractSystemStoreType

        public static java.lang.String extractSystemStoreType​(java.lang.String systemStoreName)