Uses of Interface
com.biglybt.core.util.average.AverageFactory.LazyMovingImmediateAverageAdapter
Packages that use AverageFactory.LazyMovingImmediateAverageAdapter
-
Uses of AverageFactory.LazyMovingImmediateAverageAdapter in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as AverageFactory.LazyMovingImmediateAverageAdapterModifier and TypeFieldDescriptionprivate static final AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl.eta_adapter
private static final AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl.read_adapter
private static final AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl.write_adapter
-
Uses of AverageFactory.LazyMovingImmediateAverageAdapter in com.biglybt.core.util.average
Methods in com.biglybt.core.util.average with parameters of type AverageFactory.LazyMovingImmediateAverageAdapterModifier and TypeMethodDescriptionstatic <T> long
AverageFactory.LazyMovingImmediateAverage
(int periods, int interval_secs, AverageFactory.LazyMovingImmediateAverageAdapter<T> adapter, T instance) static <T> long
AverageFactory.LazySmoothMovingImmediateAverage
(AverageFactory.LazyMovingImmediateAverageAdapter<T> adapter, T instance) Creates an auto-updating immediate moving average that will auto-deactivate average maintenance when values are not being extracted from it, auto-reactivate when required etc.