| Package | Description |
|---|---|
| io.split.client.dtos | |
| io.split.client.dtos.pluggable | |
| io.split.client.impressions | |
| io.split.storages.pluggable.adapters | |
| io.split.storages.pluggable.domain |
| Modifier and Type | Field and Description |
|---|---|
List<KeyImpression> |
TestImpressions.keyImpressions |
| Modifier and Type | Method and Description |
|---|---|
static KeyImpression |
KeyImpression.fromImpression(Impression i) |
| Modifier and Type | Method and Description |
|---|---|
static List<TestImpressions> |
TestImpressions.fromKeyImpressions(List<KeyImpression> impressions) |
| Constructor and Description |
|---|
TestImpressions(String testName_,
List<KeyImpression> keyImpressions_) |
| Constructor and Description |
|---|
ImpressionsPluggable(Metadata metadata,
String testName,
List<KeyImpression> keyImpressions) |
| Modifier and Type | Method and Description |
|---|---|
List<KeyImpression> |
InMemoryImpressionsStorage.pop() |
List<KeyImpression> |
ImpressionsStorageConsumer.pop() |
List<KeyImpression> |
InMemoryImpressionsStorage.pop(int count) |
List<KeyImpression> |
ImpressionsStorageConsumer.pop(int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InMemoryImpressionsStorage.put(KeyImpression imp) |
boolean |
ImpressionsStorageProducer.put(KeyImpression imps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InMemoryImpressionsStorage.put(List<KeyImpression> imps) |
boolean |
ImpressionsStorageProducer.put(List<KeyImpression> imps) |
| Modifier and Type | Method and Description |
|---|---|
List<KeyImpression> |
UserCustomImpressionAdapterConsumer.pop() |
List<KeyImpression> |
UserCustomImpressionAdapterConsumer.pop(int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserCustomImpressionAdapterProducer.put(KeyImpression imps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserCustomImpressionAdapterProducer.put(List<KeyImpression> imps) |
| Modifier and Type | Method and Description |
|---|---|
static ImpressionDto |
ImpressionDto.fromKeyImpression(KeyImpression i) |
| Constructor and Description |
|---|
ImpressionConsumer(Metadata metadata,
KeyImpression keyImpression) |
Copyright © 2021. All rights reserved.