| Package | Description |
|---|---|
| io.split.client |
| Modifier and Type | Method and Description |
|---|---|
String |
SplitClientImpl.getTreatment(Key key,
String split,
Map<String,Object> attributes) |
String |
SplitClient.getTreatment(Key key,
String split,
Map<String,Object> attributes)
To understand why this method is useful, consider the following simple Split as an example:
if user is in segment employees then split 100%:on
else if user is in segment all then split 20%:on,80%:off
There are two concepts here: matching and bucketing.
|
String |
LocalhostSplitClient.getTreatment(Key key,
String split,
Map<String,Object> attributes) |
String |
AlwaysReturnControlSplitClient.getTreatment(Key key,
String split,
Map<String,Object> attributes) |
Copyright © 2018. All rights reserved.