Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro | |
com.cloudera.gertrude.space |
Modifier and Type | Field and Description |
---|---|
ConditionOperator |
ModifierDefinition.condition_merge_operator
Deprecated.
|
ConditionOperator |
ExperimentDefinition.condition_merge_operator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConditionOperator |
ModifierDefinition.getConditionMergeOperator()
Gets the value of the 'condition_merge_operator' field.
|
ConditionOperator |
ModifierDefinition.Builder.getConditionMergeOperator()
Gets the value of the 'condition_merge_operator' field
|
ConditionOperator |
ExperimentDefinition.getConditionMergeOperator()
Gets the value of the 'condition_merge_operator' field.
|
ConditionOperator |
ExperimentDefinition.Builder.getConditionMergeOperator()
Gets the value of the 'condition_merge_operator' field
|
static ConditionOperator |
ConditionOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionOperator[] |
ConditionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifierDefinition.setConditionMergeOperator(ConditionOperator value)
Sets the value of the 'condition_merge_operator' field.
|
ModifierDefinition.Builder |
ModifierDefinition.Builder.setConditionMergeOperator(ConditionOperator value)
Sets the value of the 'condition_merge_operator' field
|
void |
ExperimentDefinition.setConditionMergeOperator(ConditionOperator value)
Sets the value of the 'condition_merge_operator' field.
|
ExperimentDefinition.Builder |
ExperimentDefinition.Builder.setConditionMergeOperator(ConditionOperator value)
Sets the value of the 'condition_merge_operator' field
|
Constructor and Description |
---|
ExperimentDefinition(CharSequence name,
CharSequence description,
CharSequence owner,
Integer id,
Integer layer_id,
Boolean domain,
Integer control_id,
List<ConditionDefinition> conditions,
ConditionOperator condition_merge_operator,
List<OverrideDefinition> overrides,
Integer diversion_id,
List<Integer> buckets,
List<BucketRange> bucket_ranges,
Long start_time_msec_utc,
Long end_time_msec_utc,
Long pre_period_msec_utc,
Long post_period_msec_utc)
All-args constructor.
|
ModifierDefinition(ModifierOperator operator,
CharSequence value,
List<ModifierDefinition> modifiers,
List<ConditionDefinition> conditions,
ConditionOperator condition_merge_operator)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Condition<ExperimentState> |
AvroExperimentSpaceDeserializer.getCondition(List<ConditionDefinition> definitions,
ConditionOperator operator) |
Copyright © 2013. All rights reserved.