Package com.linkedin.venice.common
Class VeniceSystemStoreUtils
java.lang.Object
com.linkedin.venice.common.VeniceSystemStoreUtils
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
extractSystemStoreType
(String systemStoreName) static String
getDaVinciPushStatusStoreName
(String storeName) static String
getMetaStoreName
(String storeName) static String
getParticipantStoreNameForCluster
(String clusterName) static String
static boolean
isParticipantStore
(String storeName) static boolean
isSystemStore
(String storeName) static boolean
isUserSystemStore
(String storeName)
-
Field Details
-
PARTICIPANT_STORE
- See Also:
-
PUSH_JOB_DETAILS_STORE
- See Also:
-
DAVINCI_PUSH_STATUS_STORE_STR
-
META_STORE_STR
-
SEPARATOR
- See Also:
-
DEFAULT_USER_SYSTEM_STORE_UPDATE_QUERY_PARAMS
-
-
Constructor Details
-
VeniceSystemStoreUtils
public VeniceSystemStoreUtils()
-
-
Method Details
-
getParticipantStoreNameForCluster
-
isParticipantStore
-
getPushJobDetailsStoreName
-
isSystemStore
-
getDaVinciPushStatusStoreName
-
getMetaStoreName
-
isUserSystemStore
-
extractSystemStoreType
-