Uses of Enum Class
com.yahoo.config.provision.Flavor.Type
Packages that use Flavor.Type
-
Uses of Flavor.Type in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return Flavor.TypeModifier and TypeMethodDescriptionFlavor.getType()static Flavor.TypeReturns the enum constant of this class with the specified name.static Flavor.Type[]Flavor.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.config.provision with parameters of type Flavor.TypeModifierConstructorDescriptionFlavor(String name, NodeResources resources, Optional<FlavorOverrides> flavorOverrides, Flavor.Type type, boolean configured, int cost) Flavor(String name, NodeResources resources, Optional<FlavorOverrides> flavorOverrides, Flavor.Type type, boolean configured, int cost, double cpuSpeedup)