Uses of Interface
com.biglybt.core.util.average.AverageFactory.LazyMovingImmediateAverageAdapter
-
Packages that use AverageFactory.LazyMovingImmediateAverageAdapter Package Description com.biglybt.core.disk.impl com.biglybt.core.util.average -
-
Uses of AverageFactory.LazyMovingImmediateAverageAdapter in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as AverageFactory.LazyMovingImmediateAverageAdapter Modifier and Type Field Description private static AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl. eta_adapter
private static AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl. read_adapter
private static 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.LazyMovingImmediateAverageAdapter Modifier and Type Method Description static <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.
-