Uses of Class
io.split.client.dtos.KeyImpression
-
Packages that use KeyImpression 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 -
-
Uses of KeyImpression in io.split.client.dtos
Fields in io.split.client.dtos with type parameters of type KeyImpression Modifier and Type Field Description List<KeyImpression>TestImpressions. keyImpressionsMethods in io.split.client.dtos that return KeyImpression Modifier and Type Method Description static KeyImpressionKeyImpression. fromImpression(Impression i)Method parameters in io.split.client.dtos with type arguments of type KeyImpression Modifier and Type Method Description static List<TestImpressions>TestImpressions. fromKeyImpressions(List<KeyImpression> impressions)Constructor parameters in io.split.client.dtos with type arguments of type KeyImpression Constructor Description TestImpressions(String testName_, List<KeyImpression> keyImpressions_) -
Uses of KeyImpression in io.split.client.dtos.pluggable
Constructor parameters in io.split.client.dtos.pluggable with type arguments of type KeyImpression Constructor Description ImpressionsPluggable(Metadata metadata, String testName, List<KeyImpression> keyImpressions) -
Uses of KeyImpression in io.split.client.impressions
Methods in io.split.client.impressions that return types with arguments of type KeyImpression Modifier and Type Method Description List<KeyImpression>ImpressionsStorageConsumer. pop()List<KeyImpression>ImpressionsStorageConsumer. pop(int count)List<KeyImpression>InMemoryImpressionsStorage. pop()List<KeyImpression>InMemoryImpressionsStorage. pop(int count)Method parameters in io.split.client.impressions with type arguments of type KeyImpression Modifier and Type Method Description longImpressionsStorageProducer. put(List<KeyImpression> imps)longInMemoryImpressionsStorage. put(List<KeyImpression> imps) -
Uses of KeyImpression in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters that return types with arguments of type KeyImpression Modifier and Type Method Description List<KeyImpression>UserCustomImpressionAdapterConsumer. pop()List<KeyImpression>UserCustomImpressionAdapterConsumer. pop(int count)Method parameters in io.split.storages.pluggable.adapters with type arguments of type KeyImpression Modifier and Type Method Description longUserCustomImpressionAdapterProducer. put(List<KeyImpression> imps) -
Uses of KeyImpression in io.split.storages.pluggable.domain
Methods in io.split.storages.pluggable.domain with parameters of type KeyImpression Modifier and Type Method Description static ImpressionDtoImpressionDto. fromKeyImpression(KeyImpression i)Constructors in io.split.storages.pluggable.domain with parameters of type KeyImpression Constructor Description ImpressionConsumer(Metadata metadata, KeyImpression keyImpression)
-