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, postStoreCreation, postStoreDeletion, postStoreVersionCreation, postStoreVersionDeletion, postStoreVersionLeaderReplication, preEndOfPushJob, preSchemaRegistration, preStartOfPushJob, preStartOfStoreVersionIngestionForDaVinci, preStoreCreation, preStoreDeletion, preStoreVersionCreation, preStoreVersionDeletion, preStoreVersionSwap, validateHookConfig, validateHookParams
-
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:StoreLifecycleHooksInvoked after swapping read traffic for servers.
Cardinality: once per store-version per region which has successfully swapped.- Overrides:
postStoreVersionSwapin classStoreLifecycleHooks
-