Uses of Interface
com.biglybt.core.disk.impl.access.DMChecker
-
Packages that use DMChecker Package Description com.biglybt.core.disk.impl com.biglybt.core.disk.impl.access com.biglybt.core.disk.impl.access.impl com.biglybt.core.disk.impl.resume com.biglybt.core.lws -
-
Uses of DMChecker in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as DMChecker Modifier and Type Field Description private DMChecker
DiskManagerImpl. checker
-
Uses of DMChecker in com.biglybt.core.disk.impl.access
Methods in com.biglybt.core.disk.impl.access that return DMChecker Modifier and Type Method Description static DMChecker
DMAccessFactory. createChecker(DiskManagerHelper disk_manager)
-
Uses of DMChecker in com.biglybt.core.disk.impl.access.impl
Classes in com.biglybt.core.disk.impl.access.impl that implement DMChecker Modifier and Type Class Description class
DMCheckerImpl
-
Uses of DMChecker in com.biglybt.core.disk.impl.resume
Fields in com.biglybt.core.disk.impl.resume declared as DMChecker Modifier and Type Field Description (package private) DMChecker
RDResumeHandler. checker
Constructors in com.biglybt.core.disk.impl.resume with parameters of type DMChecker Constructor Description RDResumeHandler(DiskManagerImpl _disk_manager, DMChecker _writer_and_checker)
-
Uses of DMChecker in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as DMChecker Modifier and Type Field Description private DMChecker
LWSDiskManager. checker_use_accessor
Methods in com.biglybt.core.lws that return DMChecker Modifier and Type Method Description protected DMChecker
LWSDiskManager. getChecker()
-