- page(String, String) - Method in class com.github.segmentio.Analytics
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- page(String, String, Props) - Method in class com.github.segmentio.Analytics
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- page(String, String, Props, Options) - Method in class com.github.segmentio.Analytics
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- page(String, String, String, Props, Options) - Method in class com.github.segmentio.Analytics
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- page(String, String) - Method in class com.github.segmentio.AnalyticsClient
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- page(String, String, Props) - Method in class com.github.segmentio.AnalyticsClient
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- page(String, String, Props, Options) - Method in class com.github.segmentio.AnalyticsClient
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- page(String, String, String, Props, Options) - Method in class com.github.segmentio.AnalyticsClient
-
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
- Page - Class in com.github.segmentio.models
-
- Page(String, String, String, Props, Options) - Constructor for class com.github.segmentio.models.Page
-
- PropertyPayload - Class in com.github.segmentio.models
-
A payload that has a list of properties
- PropertyPayload(String, Props, Options) - Constructor for class com.github.segmentio.models.PropertyPayload
-
- Props - Class in com.github.segmentio.models
-
- Props() - Constructor for class com.github.segmentio.models.Props
-
- Props(Object...) - Constructor for class com.github.segmentio.models.Props
-
- put(String, Object) - Method in class com.github.segmentio.models.Context
-
- put(String, Object) - Method in class com.github.segmentio.models.Props
-
- put(String, Object) - Method in class com.github.segmentio.models.Traits
-
- screen(String, String) - Method in class com.github.segmentio.Analytics
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- screen(String, String, Props) - Method in class com.github.segmentio.Analytics
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- screen(String, String, Props, Options) - Method in class com.github.segmentio.Analytics
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- screen(String, String, String, Props, Options) - Method in class com.github.segmentio.Analytics
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- screen(String, String) - Method in class com.github.segmentio.AnalyticsClient
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- screen(String, String, Props) - Method in class com.github.segmentio.AnalyticsClient
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- screen(String, String, Props, Options) - Method in class com.github.segmentio.AnalyticsClient
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- screen(String, String, String, Props, Options) - Method in class com.github.segmentio.AnalyticsClient
-
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
- Screen - Class in com.github.segmentio.models
-
- Screen(String, String, String, Props, Options) - Constructor for class com.github.segmentio.models.Screen
-
- send(Batch) - Method in class com.github.segmentio.request.BlockingRequester
-
- send(Batch) - Method in interface com.github.segmentio.request.IRequester
-
- send(Batch) - Method in class com.github.segmentio.request.RetryingRequester
-
- serialize(BasePayload, Type, JsonSerializationContext) - Method in class com.github.segmentio.gson.BasePayloadTypeAdapter
-
- serialize(DateTime, Type, JsonSerializationContext) - Method in class com.github.segmentio.gson.DateTimeTypeConverter
-
- set() - Method in class com.github.segmentio.utils.ManualResetEvent
-
- setAnonymousId(String) - Method in class com.github.segmentio.models.Options
-
Sets the cookie / anonymous Id of this visitor.
- setBackoff(int) - Method in class com.github.segmentio.Config
-
Sets the milliseconds to wait between request retries
- setBatch(List<BasePayload>) - Method in class com.github.segmentio.models.Batch
-
- setCategory(String) - Method in class com.github.segmentio.models.Page
-
- setCategory(String) - Method in class com.github.segmentio.models.Screen
-
- setContext(Context) - Method in class com.github.segmentio.models.Options
-
Sets the context of this analytics call.
- setEvent(String) - Method in class com.github.segmentio.models.Track
-
- setGroupId(String) - Method in class com.github.segmentio.models.Group
-
- setHost(String) - Method in class com.github.segmentio.Config
-
Sets the REST API endpoint
- setIntegration(String, boolean) - Method in class com.github.segmentio.models.Options
-
Sets whether this call will be sent to the target integration.
- setMaxQueueSize(int) - Method in class com.github.segmentio.Config
-
Sets the maximum queue capacity, which is an emergency pressure relief
valve.
- setMessageId(String) - Method in class com.github.segmentio.models.Batch
-
- setName(String) - Method in class com.github.segmentio.models.Page
-
- setName(String) - Method in class com.github.segmentio.models.Screen
-
- setProperties(Props) - Method in class com.github.segmentio.models.PropertyPayload
-
- setProxy(HttpHost) - Method in class com.github.segmentio.Config
-
Sets a proxy to route all requests to the host through.
- setRetries(int) - Method in class com.github.segmentio.Config
-
Sets the amount of request retries.
- setSentAt(DateTime) - Method in class com.github.segmentio.models.Batch
-
- setTimeout(int) - Method in class com.github.segmentio.Config
-
Sets the milliseconds to wait before a flush is marked as timed out.
- setTimestamp(DateTime) - Method in class com.github.segmentio.models.Options
-
Sets the timestamp of when an analytics call occurred.
- setTraits(Traits) - Method in class com.github.segmentio.models.Group
-
- setTraits(Traits) - Method in class com.github.segmentio.models.Identify
-
- setUserId(String) - Method in class com.github.segmentio.models.Group
-
- setUserId(String) - Method in class com.github.segmentio.models.Identify
-
- setUserId(String) - Method in class com.github.segmentio.models.Page
-
- setUserId(String) - Method in class com.github.segmentio.models.Screen
-
- setUserId(String) - Method in class com.github.segmentio.models.Track
-
- setWriteKey(String) - Method in class com.github.segmentio.AnalyticsClient
-
- setWriteKey(String) - Method in class com.github.segmentio.models.Batch
-
- Statistic - Class in com.github.segmentio.stats
-
A statistic that captures properties {min, max, avg, sum, std.dev} of
a series of numeric values.
- Statistic() - Constructor for class com.github.segmentio.stats.Statistic
-
- Statistics - Class in com.github.segmentio.stats
-
- Statistics() - Constructor for class com.github.segmentio.stats.Statistics
-