Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro | |
com.cloudera.gertrude.space |
Modifier and Type | Field and Description |
---|---|
List<ConditionDefinition> |
ModifierDefinition.conditions
Deprecated.
|
List<ConditionDefinition> |
ExperimentDefinition.conditions
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConditionDefinition |
ConditionDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ConditionDefinition> |
ModifierDefinition.getConditions()
Gets the value of the 'conditions' field.
|
List<ConditionDefinition> |
ModifierDefinition.Builder.getConditions()
Gets the value of the 'conditions' field
|
List<ConditionDefinition> |
ExperimentDefinition.getConditions()
Gets the value of the 'conditions' field.
|
List<ConditionDefinition> |
ExperimentDefinition.Builder.getConditions()
Gets the value of the 'conditions' field
|
Modifier and Type | Method and Description |
---|---|
static ConditionDefinition.Builder |
ConditionDefinition.newBuilder(ConditionDefinition other)
Creates a new ConditionDefinition RecordBuilder by copying an existing ConditionDefinition instance
|
Modifier and Type | Method and Description |
---|---|
void |
ModifierDefinition.setConditions(List<ConditionDefinition> value)
Sets the value of the 'conditions' field.
|
ModifierDefinition.Builder |
ModifierDefinition.Builder.setConditions(List<ConditionDefinition> value)
Sets the value of the 'conditions' field
|
void |
ExperimentDefinition.setConditions(List<ConditionDefinition> value)
Sets the value of the 'conditions' field.
|
ExperimentDefinition.Builder |
ExperimentDefinition.Builder.setConditions(List<ConditionDefinition> value)
Sets the value of the 'conditions' 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.