- getConsistencyMeasurement() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
- getContext() - Method in class com.launchdarkly.sdk.internal.events.Event
-
The context associated with the event.
- getCreationDate() - Method in class com.launchdarkly.sdk.internal.events.Event
-
The event timestamp.
- getData() - Method in class com.launchdarkly.sdk.internal.events.Event.Custom
-
The custom data associated with the event, if any.
- getDataSinceDate() - Method in class com.launchdarkly.sdk.internal.events.DiagnosticStore
-
Returns the millisecond timestamp when the current diagnostic stats began.
- getDebugEventsUntilDate() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
If debugging is enabled for this flag, the Unix millisecond time at which to stop debugging.
- getDefaultHeaders() - Method in class com.launchdarkly.sdk.internal.http.HttpProperties
-
Returns an immutable view of the default headers.
- getDefaultVal() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
The application default value used in the evaluation.
- getDefaultVal() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
The application default value used in the evaluation.
- getDiagnosticId() - Method in class com.launchdarkly.sdk.internal.events.DiagnosticStore
-
Returns the unique diagnostic identifier.
- getErrorMeasurement() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
- getFeatureKey() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
The key of the feature flag that was evaluated.
- getFlagVersion() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
The version of the feature flag that was evaluated, or -1 if the flag was not found.
- getFlushInterval() - Method in interface com.launchdarkly.sdk.internal.events.EventContextDeduplicator
-
Returns the millisecond interval, if any, at which the event processor should call flush().
- getHeadersTransformer() - Method in class com.launchdarkly.sdk.internal.http.HttpProperties
-
Returns the callback for transforming headers, if any.
- getInitEvent() - Method in class com.launchdarkly.sdk.internal.events.DiagnosticStore
-
Returns the initial diagnostic event as a JSON object.
- getInvokedMeasurement() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
- getJsonValue() - Method in class com.launchdarkly.sdk.internal.events.DiagnosticEvent
-
Returns the JSON representation of the event.
- getKey() - Method in class com.launchdarkly.sdk.internal.events.Event.Custom
-
The custom event key.
- getKey() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
The key of the feature flag that was evaluated.
- getLatencyMeasurement() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
- getMetricValue() - Method in class com.launchdarkly.sdk.internal.events.Event.Custom
-
The numeric metric value associated with the event, if any.
- getNewLatencyMs() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp.LatencyMeasurement
-
Get the new method execution latency in milliseconds.
- getOldLatencyMs() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp.LatencyMeasurement
-
Get the old method execution latency in milliseconds.
- getOperation() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
Get the migration operation for this event.
- getPrereqOf() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
If this flag was evaluated as a prerequisite for another flag, the key of the other flag.
- getReason() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
The EvaluationReason
for this evaluation, or null if the reason was not requested for this evaluation.
- getReason() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
The EvaluationReason
for this evaluation, or null if the reason was not requested for this evaluation.
- getSamplingRatio() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
- getSamplingRatio() - Method in class com.launchdarkly.sdk.internal.events.Event
-
Ratio used for sampling the event.
- getSamplingRatio() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp.ConsistencyMeasurement
-
Get the sampling ratio for the consistency check.
- getSamplingRatio() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
Get the sampling ratio for this event.
- getSharedHttpClient() - Method in class com.launchdarkly.sdk.internal.http.HttpProperties
-
Returns a preconfigured shared HTTP client, if one was defined.
- getStatus() - Method in exception com.launchdarkly.sdk.internal.http.HttpErrors.HttpErrorException
-
Returns the status code.
- getTimeFromServer() - Method in class com.launchdarkly.sdk.internal.events.EventSender.Result
-
Returns the parsed value of an HTTP Date header received from the remote server, if any.
- getTransformedDefaultHeaders() - Method in class com.launchdarkly.sdk.internal.http.HttpProperties
-
Returns an immutable view of the headers to add to a request.
- getValue() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
The value of the selected flag variation.
- getValue() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
The value of the selected flag variation.
- getVariation() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
The index of the selected flag variation, or -1 if the application default value was used.
- getVariation() - Method in class com.launchdarkly.sdk.internal.events.Event.MigrationOp
-
The index of the selected flag variation, or -1 if the application default value was used.
- getVersion() - Method in class com.launchdarkly.sdk.internal.events.Event.FeatureRequest
-
The version of the feature flag that was evaluated, or -1 if the flag was not found.
- GsonHelpers - Class in com.launchdarkly.sdk.internal
-
General-purpose Gson helpers.
- GsonHelpers() - Constructor for class com.launchdarkly.sdk.internal.GsonHelpers
-
- gsonInstance() - Static method in class com.launchdarkly.sdk.internal.GsonHelpers
-
A singleton instance of Gson with the default configuration.