Package com.linkedin.venice.controller
Class MockStoreLifecycleHooks
java.lang.Object
com.linkedin.venice.hooks.StoreLifecycleHooks
com.linkedin.venice.controller.MockStoreLifecycleHooks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostStoreVersionSwap
(String clusterName, String storeName, int versionNumber, String regionName, Lazy<JobStatusQueryResponse> jobStatus, VeniceProperties storeHooksConfigs) Invoked after swapping read traffic for servers.
Cardinality: once per store-version per region which has successfully swapped.Methods inherited from class com.linkedin.venice.hooks.StoreLifecycleHooks
getDefaultConfigs, postEndOfPushJob, postSchemaRegistration, postStartOfPushJob, postStartOfStoreVersionIngestionForDaVinci, postStoreVersionCreation, postStoreVersionLeaderReplication, preEndOfPushJob, preSchemaRegistration, preStartOfPushJob, preStartOfStoreVersionIngestionForDaVinci, preStoreVersionCreation, preStoreVersionSwap, validateHookConfig
-
Constructor Details
-
MockStoreLifecycleHooks
-
-
Method Details
-
postStoreVersionSwap
public StoreVersionLifecycleEventOutcome postStoreVersionSwap(String clusterName, String storeName, int versionNumber, String regionName, Lazy<JobStatusQueryResponse> jobStatus, VeniceProperties storeHooksConfigs) Description copied from class:StoreLifecycleHooks
Invoked after swapping read traffic for servers.
Cardinality: once per store-version per region which has successfully swapped.- Overrides:
postStoreVersionSwap
in classStoreLifecycleHooks
-