Package com.linkedin.venice.controller
Class MockStoreVersionCreationLifecycleHooks
java.lang.Object
com.linkedin.venice.hooks.StoreLifecycleHooks
com.linkedin.venice.controller.MockStoreVersionCreationLifecycleHooks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpreStoreVersionCreation(String clusterName, String storeName, int versionNumber, String regionName, Lazy<JobStatusQueryResponse> jobStatus, VeniceProperties storeHooksConfigs) Invoked prior to creating a store-version in a given region.
Cardinality: once per store-version creation attempt per region, assuming no previous failures.Methods inherited from class com.linkedin.venice.hooks.StoreLifecycleHooks
getDefaultConfigs, postEndOfPushJob, postSchemaRegistration, postStartOfPushJob, postStartOfStoreVersionIngestionForDaVinci, postStoreCreation, postStoreDeletion, postStoreVersionCreation, postStoreVersionDeletion, postStoreVersionLeaderReplication, postStoreVersionSwap, postStoreVersionSwap, preEndOfPushJob, preSchemaRegistration, preStartOfPushJob, preStartOfStoreVersionIngestionForDaVinci, preStoreCreation, preStoreDeletion, preStoreVersionDeletion, preStoreVersionSwap, validateHookConfig, validateHookParams
-
Constructor Details
-
MockStoreVersionCreationLifecycleHooks
-
-
Method Details
-
preStoreVersionCreation
public StoreVersionLifecycleEventOutcome preStoreVersionCreation(String clusterName, String storeName, int versionNumber, String regionName, Lazy<JobStatusQueryResponse> jobStatus, VeniceProperties storeHooksConfigs) Description copied from class:StoreLifecycleHooksInvoked prior to creating a store-version in a given region.
Cardinality: once per store-version creation attempt per region, assuming no previous failures.- Overrides:
preStoreVersionCreationin classStoreLifecycleHooks
-