Uses of Class
io.split.telemetry.domain.enums.LastSynchronizationRecordsEnum
-
Packages that use LastSynchronizationRecordsEnum Package Description io.split.storages.pluggable.adapters io.split.telemetry.domain.enums io.split.telemetry.storage -
-
Uses of LastSynchronizationRecordsEnum in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters with parameters of type LastSynchronizationRecordsEnum Modifier and Type Method Description voidUserCustomTelemetryAdapterProducer. recordSuccessfulSync(LastSynchronizationRecordsEnum resource, long time) -
Uses of LastSynchronizationRecordsEnum in io.split.telemetry.domain.enums
Methods in io.split.telemetry.domain.enums that return LastSynchronizationRecordsEnum Modifier and Type Method Description LastSynchronizationRecordsEnumHttpParamsWrapper. getLastSynchronizationRecordsEnum()static LastSynchronizationRecordsEnumLastSynchronizationRecordsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LastSynchronizationRecordsEnum[]LastSynchronizationRecordsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LastSynchronizationRecordsEnum in io.split.telemetry.storage
Methods in io.split.telemetry.storage with parameters of type LastSynchronizationRecordsEnum Modifier and Type Method Description voidInMemoryTelemetryStorage. recordSuccessfulSync(LastSynchronizationRecordsEnum resource, long time)voidNoopTelemetryStorage. recordSuccessfulSync(LastSynchronizationRecordsEnum resource, long time)voidTelemetryRuntimeProducer. recordSuccessfulSync(LastSynchronizationRecordsEnum resource, long time)
-