Uses of Enum Class
org.opendaylight.controller.blueprint.ext.UpdateStrategy
Packages that use UpdateStrategy
-
Uses of UpdateStrategy in org.opendaylight.controller.blueprint.ext
Methods in org.opendaylight.controller.blueprint.ext that return UpdateStrategyModifier and TypeMethodDescriptionstatic UpdateStrategyReturns the enum constant of this class with the specified name.static UpdateStrategy[]UpdateStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opendaylight.controller.blueprint.ext with parameters of type UpdateStrategyModifierConstructorDescriptionDataStoreAppConfigMetadata(String id, @NonNull String appConfigBindingClassName, @Nullable String appConfigListKeyValue, @Nullable String defaultAppConfigFileName, @NonNull UpdateStrategy updateStrategyValue, @Nullable Element defaultAppConfigElement)