Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro |
Modifier and Type | Field and Description |
---|---|
FlagType |
ExperimentFlagDefinition.flag_type
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FlagType |
ExperimentFlagDefinition.getFlagType()
Gets the value of the 'flag_type' field.
|
FlagType |
ExperimentFlagDefinition.Builder.getFlagType()
Gets the value of the 'flag_type' field
|
static FlagType |
FlagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlagType[] |
FlagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentFlagDefinition.setFlagType(FlagType value)
Sets the value of the 'flag_type' field.
|
ExperimentFlagDefinition.Builder |
ExperimentFlagDefinition.Builder.setFlagType(FlagType value)
Sets the value of the 'flag_type' field
|
Constructor and Description |
---|
ExperimentFlagDefinition(CharSequence name,
CharSequence description,
CharSequence base_value,
FlagType flag_type,
List<ModifierDefinition> modifiers)
All-args constructor.
|
Copyright © 2013. All rights reserved.