Uses of Class
dev.galasa.framework.spi.DynamicStatusStoreException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of DynamicStatusStoreException in dev.galasa.framework
Modifier and TypeMethodDescriptionboolean
@NotNull IDynamicStatusStoreService
Framework.getDynamicStatusStoreService
(@NotNull String namespace) void
FrameworkInitialisation.registerDynamicStatusStore
(@NotNull IDynamicStatusStore dynamicStatusStore) boolean
void
Framework.setDynamicStatusStore
(@NotNull IDynamicStatusStore dssStore) ModifierConstructorDescriptionRunImpl
(String name, IDynamicStatusStoreService dss) protected
TestRunHeartbeat
(@NotNull IFramework framework) -
Uses of DynamicStatusStoreException in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionvoid
Delete the keyvoid
Delete a set of keys from the serverboolean
void
IDynamicStatusStoreKeyAccess.deletePrefix
(@NotNull String keyPrefix) Delete all keys with this prefix@Null String
Retrieves a string property from the Dynamic Status StoreIDynamicStatusStoreService.getDynamicRun()
Retrieve an interface to update the Run status with manager related information.@NotNull IDynamicStatusStoreService
IFramework.getDynamicStatusStoreService
(@NotNull String namespace) Retrieve the Dynamic Status Store service from the framework.Retrieve all values with this key prefixvoid
IDynamicStatusStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) void
FrameworkPropertyFile.performActions
(IDssAction... actions) void
IDynamicStatusStoreKeyAccess.performActions
(IDssAction... actions) Will perform multiple actions on the DSS in an atomic fashion.void
Store a new key value pair in the servervoid
Store multiple key/value pairs in the server.boolean
IDynamicStatusStoreKeyAccess.putSwap
(@NotNull String key, String oldValue, @NotNull String newValue) Put a key/value pair in the server if the key is set to the oldValue.boolean
IDynamicStatusStoreKeyAccess.putSwap
(@NotNull String key, String oldValue, @NotNull String newValue, @NotNull Map<String, String> others) Put a key/value pair in the server if the key is set to the old value, along with a set of other key value pairsvoid
IFrameworkInitialisation.registerDynamicStatusStore
(@NotNull IDynamicStatusStore dynamicStatusStore) boolean
void
IDynamicStatusStore.shutdown()
void
This method is used to stop any watcher service with a given UUID.IDynamicStatusStoreKeyAccess.watch
(IDynamicStatusStoreWatcher watcher, String key) This method provides a watching service for a key value pair inside properties.IDynamicStatusStoreKeyAccess.watchPrefix
(IDynamicStatusStoreWatcher watcher, String keyPrefix) This method provides a single watch service to watch multiple k-v pairs with a common prefix in there key. -
Uses of DynamicStatusStoreException in dev.galasa.framework.spi.utils
Modifier and TypeMethodDescriptionstatic void
DssUtils.incrementProperty
(IDynamicStatusStoreService dss, String property)