SoftwareConfig class
Specifies the selection and config of software inside the cluster.
Constructors
-
SoftwareConfig({String? imageVersion, List<
String> ? optionalComponents, Map<String, String> ? properties}) - SoftwareConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageVersion ↔ String?
-
The version of software inside the cluster.
getter/setter pair
-
optionalComponents
↔ List<
String> ? -
The set of components to activate on the cluster.
getter/setter pair
-
properties
↔ Map<
String, String> ? -
The properties to set on daemon config files.Property keys are specified
in prefix:property format, for example core:hadoop.tmp.dir.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited