Toggle navigation
Use Of
Java Examples
Admin
Examples with EventType com.optimizely.ab.config.EventType used on opensource projects
Search in sources :
<
1
2
3
4
5
6
<
1
2
3
4
5
6
Aggregations
EventType
(com.optimizely.ab.config.EventType)
29
LogEvent
(com.optimizely.ab.event.LogEvent)
25
Experiment
(com.optimizely.ab.config.Experiment)
24
Test
(org.junit.Test)
24
Variation
(com.optimizely.ab.config.Variation)
20
HashMap
(java.util.HashMap)
15
EventBuilder
(com.optimizely.ab.event.internal.EventBuilder)
12
Matchers.anyString
(org.mockito.Matchers.anyString)
12
Bucketer
(com.optimizely.ab.bucketing.Bucketer)
9
DecisionService
(com.optimizely.ab.bucketing.DecisionService)
8
Map
(java.util.Map)
8
ImmutableMap
(com.google.common.collect.ImmutableMap)
7
Attribute
(com.optimizely.ab.config.Attribute)
7
NoOpErrorHandler
(com.optimizely.ab.error.NoOpErrorHandler)
7
EventBuilderTest.createExperimentVariationMap
(com.optimizely.ab.event.internal.EventBuilderTest.createExperimentVariationMap)
7
EventBatch
(com.optimizely.ab.event.internal.payload.EventBatch)
7
UserProfileService
(com.optimizely.ab.bucketing.UserProfileService)
6
ProjectConfig
(com.optimizely.ab.config.ProjectConfig)
6
ErrorHandler
(com.optimizely.ab.error.ErrorHandler)
5
TrackNotificationListener
(com.optimizely.ab.notification.TrackNotificationListener)
4
UseOf
Java Tutorials :
Simple Java RabbitMQ Example with Spring
Simple Springboot JPA Eclipeslink Example
Simple SpringBoot JPA Hibernate Example
Jackson JSON @JsonIgnore and @JsonIgnoreProperties Examples
Java Infinite recursion (StackOverflowError) Jackson solutions
Simple Java Jackson Serialize Objects to JSON and convert them back To Object
ElasticSearch 5 - Upload files using Java API in binary field Example
Java JAXB marshall unmarshall Examples from String and Stream
Java 8 forEach List and Map examples
ElasticSearch 5 Java API SearchRequestBuilder examples
Java ElasticSearch 5 examples with node index and mapping - running local
Convert String to int or Integer Java 8
Java 9 in action - JShell - Ubuntu
Java - removing invalid characters from a file name
Hello world!? or Hello Tutorial