Uses of Class
io.split.telemetry.domain.enums.EventsDataRecordsEnum
-
Packages that use EventsDataRecordsEnum Package Description io.split.storages.pluggable.adapters io.split.telemetry.domain.enums io.split.telemetry.storage -
-
Uses of EventsDataRecordsEnum in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters with parameters of type EventsDataRecordsEnum Modifier and Type Method Description voidUserCustomTelemetryAdapterProducer. recordEventStats(EventsDataRecordsEnum dataType, long count) -
Uses of EventsDataRecordsEnum in io.split.telemetry.domain.enums
Methods in io.split.telemetry.domain.enums that return EventsDataRecordsEnum Modifier and Type Method Description static EventsDataRecordsEnumEventsDataRecordsEnum. 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. -
Uses of EventsDataRecordsEnum in io.split.telemetry.storage
Methods in io.split.telemetry.storage with parameters of type EventsDataRecordsEnum Modifier and Type Method Description longInMemoryTelemetryStorage. getEventStats(EventsDataRecordsEnum dataType)longNoopTelemetryStorage. getEventStats(EventsDataRecordsEnum type)longTelemetryRuntimeConsumer. getEventStats(EventsDataRecordsEnum type)voidInMemoryTelemetryStorage. recordEventStats(EventsDataRecordsEnum dataType, long count)voidNoopTelemetryStorage. recordEventStats(EventsDataRecordsEnum dataType, long count)voidTelemetryRuntimeProducer. recordEventStats(EventsDataRecordsEnum dataType, long count)
-