Package com.linkedin.venice.common
Class VeniceSystemStoreUtils
java.lang.Object
com.linkedin.venice.common.VeniceSystemStoreUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringextractSystemStoreType(String systemStoreName) static StringgetDaVinciPushStatusStoreName(String storeName) static StringgetMetaStoreName(String storeName) static StringgetParentControllerMetadataStoreNameForCluster(String clusterName) static StringgetParticipantStoreNameForCluster(String clusterName) static Stringstatic booleanisParticipantStore(String storeName) static booleanisSystemStore(String storeName) static booleanisUserSystemStore(String storeName)
-
Field Details
-
PARTICIPANT_STORE
- See Also:
-
PUSH_JOB_DETAILS_STORE
- See Also:
-
DAVINCI_PUSH_STATUS_STORE_STR
-
META_STORE_STR
-
PARENT_CONTROLLER_METADATA_STORE
- See Also:
-
SEPARATOR
- See Also:
-
DEFAULT_USER_SYSTEM_STORE_PARTITION_COUNT
public static final int DEFAULT_USER_SYSTEM_STORE_PARTITION_COUNT- See Also:
-
DEFAULT_USER_SYSTEM_STORE_UPDATE_QUERY_PARAMS
-
-
Constructor Details
-
VeniceSystemStoreUtils
public VeniceSystemStoreUtils()
-
-
Method Details
-
getParticipantStoreNameForCluster
-
isParticipantStore
-
getPushJobDetailsStoreName
-
getParentControllerMetadataStoreNameForCluster
-
isSystemStore
-
getDaVinciPushStatusStoreName
-
getMetaStoreName
-
isUserSystemStore
-
extractSystemStoreType
-