| Package | Description |
|---|---|
| io.split.storages.pluggable.adapters | |
| io.split.telemetry.domain.enums | |
| io.split.telemetry.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCustomTelemetryAdapterProducer.recordImpressionStats(ImpressionsDataTypeEnum dataType,
long count) |
| Modifier and Type | Method and Description |
|---|---|
static ImpressionsDataTypeEnum |
ImpressionsDataTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImpressionsDataTypeEnum[] |
ImpressionsDataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
InMemoryTelemetryStorage.getImpressionsStats(ImpressionsDataTypeEnum dataType) |
long |
TelemetryRuntimeConsumer.getImpressionsStats(ImpressionsDataTypeEnum data) |
long |
NoopTelemetryStorage.getImpressionsStats(ImpressionsDataTypeEnum data) |
void |
InMemoryTelemetryStorage.recordImpressionStats(ImpressionsDataTypeEnum dataType,
long count) |
void |
TelemetryRuntimeProducer.recordImpressionStats(ImpressionsDataTypeEnum dataType,
long count) |
void |
NoopTelemetryStorage.recordImpressionStats(ImpressionsDataTypeEnum dataType,
long count) |
Copyright © 2021. All rights reserved.