public class ParsedSplit extends Object
| Constructor and Description |
|---|
ParsedSplit(String feature,
int seed,
boolean killed,
String defaultTreatment,
List<ParsedCondition> matcherAndSplits,
String trafficTypeName,
long changeNumber,
int trafficAllocation,
int trafficAllocationSeed,
int algo) |
| Modifier and Type | Method and Description |
|---|---|
int |
algo() |
long |
changeNumber() |
static ParsedSplit |
createParsedSplitForTests(String feature,
int seed,
boolean killed,
String defaultTreatment,
List<ParsedCondition> matcherAndSplits,
String trafficTypeName,
long changeNumber,
int algo) |
String |
defaultTreatment() |
boolean |
equals(Object obj) |
String |
feature() |
int |
hashCode() |
boolean |
killed() |
List<ParsedCondition> |
parsedConditions() |
int |
seed() |
String |
toString() |
int |
trafficAllocation() |
int |
trafficAllocationSeed() |
String |
trafficTypeName() |
public ParsedSplit(String feature, int seed, boolean killed, String defaultTreatment, List<ParsedCondition> matcherAndSplits, String trafficTypeName, long changeNumber, int trafficAllocation, int trafficAllocationSeed, int algo)
public static ParsedSplit createParsedSplitForTests(String feature, int seed, boolean killed, String defaultTreatment, List<ParsedCondition> matcherAndSplits, String trafficTypeName, long changeNumber, int algo)
public String feature()
public int trafficAllocation()
public int trafficAllocationSeed()
public int seed()
public boolean killed()
public String defaultTreatment()
public List<ParsedCondition> parsedConditions()
public String trafficTypeName()
public long changeNumber()
public int algo()
Copyright © 2018. All rights reserved.