Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro | |
com.cloudera.gertrude.space |
Modifier and Type | Field and Description |
---|---|
List<BucketRange> |
ExperimentDefinition.bucket_ranges
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BucketRange |
BucketRange.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BucketRange> |
ExperimentDefinition.getBucketRanges()
Gets the value of the 'bucket_ranges' field.
|
List<BucketRange> |
ExperimentDefinition.Builder.getBucketRanges()
Gets the value of the 'bucket_ranges' field
|
Modifier and Type | Method and Description |
---|---|
static BucketRange.Builder |
BucketRange.newBuilder(BucketRange other)
Creates a new BucketRange RecordBuilder by copying an existing BucketRange instance
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentDefinition.setBucketRanges(List<BucketRange> value)
Sets the value of the 'bucket_ranges' field.
|
ExperimentDefinition.Builder |
ExperimentDefinition.Builder.setBucketRanges(List<BucketRange> value)
Sets the value of the 'bucket_ranges' 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 static SortedSet<Integer> |
AvroExperimentSpaceDeserializer.getBuckets(List<Integer> buckets,
List<BucketRange> bucketRanges) |
Copyright © 2013. All rights reserved.