| Package | Description |
|---|---|
| io.split.client.api | |
| io.split.engine.experiments | |
| io.split.storages | |
| io.split.storages.memory | |
| io.split.storages.pluggable.adapters |
| Modifier and Type | Method and Description |
|---|---|
static SplitView |
SplitView.fromParsedSplit(ParsedSplit parsedSplit) |
| Modifier and Type | Method and Description |
|---|---|
static ParsedSplit |
ParsedSplit.createParsedSplitForTests(String feature,
int seed,
boolean killed,
String defaultTreatment,
List<ParsedCondition> matcherAndSplits,
String trafficTypeName,
long changeNumber,
int algo) |
static ParsedSplit |
ParsedSplit.createParsedSplitForTests(String feature,
int seed,
boolean killed,
String defaultTreatment,
List<ParsedCondition> matcherAndSplits,
String trafficTypeName,
long changeNumber,
int algo,
Map<String,String> configurations) |
ParsedSplit |
SplitParser.parse(Split split) |
| Modifier and Type | Method and Description |
|---|---|
ParsedSplit |
SplitCacheConsumer.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParsedSplit> |
SplitCacheConsumer.fetchMany(List<String> names) |
Collection<ParsedSplit> |
SplitCacheConsumer.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitCacheProducer.putMany(List<ParsedSplit> splits) |
| Modifier and Type | Method and Description |
|---|---|
ParsedSplit |
InMemoryCacheImp.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParsedSplit> |
InMemoryCacheImp.fetchMany(List<String> names) |
Collection<ParsedSplit> |
InMemoryCacheImp.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryCacheImp.putMany(List<ParsedSplit> splits) |
| Modifier and Type | Method and Description |
|---|---|
ParsedSplit |
UserCustomSplitAdapterConsumer.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParsedSplit> |
UserCustomSplitAdapterConsumer.fetchMany(List<String> names) |
Collection<ParsedSplit> |
UserCustomSplitAdapterConsumer.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCustomSplitAdapterProducer.putMany(List<ParsedSplit> splits) |
Copyright © 2021. All rights reserved.