| Package | Description |
|---|---|
| io.split.storages.pluggable.adapters | |
| io.split.telemetry.domain.enums | |
| io.split.telemetry.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCustomTelemetryAdapterProducer.recordEventStats(EventsDataRecordsEnum dataType,
long count) |
| Modifier and Type | Method and Description |
|---|---|
static EventsDataRecordsEnum |
EventsDataRecordsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventsDataRecordsEnum[] |
EventsDataRecordsEnum.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.getEventStats(EventsDataRecordsEnum dataType) |
long |
TelemetryRuntimeConsumer.getEventStats(EventsDataRecordsEnum type) |
long |
NoopTelemetryStorage.getEventStats(EventsDataRecordsEnum type) |
void |
InMemoryTelemetryStorage.recordEventStats(EventsDataRecordsEnum dataType,
long count) |
void |
TelemetryRuntimeProducer.recordEventStats(EventsDataRecordsEnum dataType,
long count) |
void |
NoopTelemetryStorage.recordEventStats(EventsDataRecordsEnum dataType,
long count) |
Copyright © 2021. All rights reserved.