Skip navigation links
A B N P S W 

A

Analytics - Interface in net.openhft.chronicle.analytics
Provides means for libraries to report analytics to an upstream receiver.
Analytics.Builder - Interface in net.openhft.chronicle.analytics
 

B

build() - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Creates and returns a new Analytics instance for this Builder.
builder(String, String) - Static method in interface net.openhft.chronicle.analytics.Analytics
Creates and returns a new Builder that can be used to create an Analytic instance.

N

net.openhft.chronicle.analytics - package net.openhft.chronicle.analytics
This package contains the public API for the chronicle-analytics library.

P

putEventParameter(String, String) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Associates the provided value with the provided key in this builder's event parameters.
putUserProperty(String, String) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Associates the provided value with the provided key in this builder's user properties.

S

sendEvent(String) - Method in interface net.openhft.chronicle.analytics.Analytics
Sends an event to Google Analytics as identified by the provided event name.
sendEvent(String, Map<String, String>) - Method in interface net.openhft.chronicle.analytics.Analytics
Sends an event to Google Analytics as identified by the provided event name including the provided additionalEventParameters in the event.

W

withClientIdFileName(String) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Specifies a custom file name to use when storing a persistent client id used to identify returning users.
withDebugLogger(Consumer<? super String>) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Specifies a custom logger that will receive debug messages.
withErrorLogger(Consumer<? super String>) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Specifies a custom logger that will receive error messages.
withFrequencyLimit(int, long, TimeUnit) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Limits the frequency by which events can be sent upstream to Google Analytics.
withReportDespiteJUnit() - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Specifies that reporting shall be made even though JUnit test classes are available to the classloader.
withUrl(String) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
Specifies a custom URL to use when connecting to Google Analytics.
A B N P S W 
Skip navigation links

Copyright © 2021. All rights reserved.