Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro | |
com.cloudera.gertrude.space |
Modifier and Type | Field and Description |
---|---|
List<OverrideDefinition> |
ExperimentDefinition.overrides
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OverrideDefinition |
OverrideDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<OverrideDefinition> |
ExperimentDefinition.getOverrides()
Gets the value of the 'overrides' field.
|
List<OverrideDefinition> |
ExperimentDefinition.Builder.getOverrides()
Gets the value of the 'overrides' field
|
Modifier and Type | Method and Description |
---|---|
static OverrideDefinition.Builder |
OverrideDefinition.newBuilder(OverrideDefinition other)
Creates a new OverrideDefinition RecordBuilder by copying an existing OverrideDefinition instance
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentDefinition.setOverrides(List<OverrideDefinition> value)
Sets the value of the 'overrides' field.
|
ExperimentDefinition.Builder |
ExperimentDefinition.Builder.setOverrides(List<OverrideDefinition> value)
Sets the value of the 'overrides' 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.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,FlagValueOverride<Object>> |
AvroExperimentSpaceDeserializer.getOverrides(List<OverrideDefinition> overrides,
Map<String,FlagTypeParser<Object>> parsers,
int experimentId) |
Copyright © 2013. All rights reserved.