Uses of Class
com.biglybt.core.disk.impl.DiskManagerAllocationScheduler.AllocationInstance
Packages that use DiskManagerAllocationScheduler.AllocationInstance
Package
Description
-
Uses of DiskManagerAllocationScheduler.AllocationInstance in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl with type parameters of type DiskManagerAllocationScheduler.AllocationInstanceModifier and TypeFieldDescriptionprivate final List<DiskManagerAllocationScheduler.AllocationInstance>
DiskManagerAllocationScheduler.instances
Methods in com.biglybt.core.disk.impl that return DiskManagerAllocationScheduler.AllocationInstanceModifier and TypeMethodDescriptionDiskManagerAllocationScheduler.register
(DiskManagerHelper helper) Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerAllocationScheduler.AllocationInstanceModifier and TypeMethodDescriptionprivate boolean
DiskManagerImpl.allocateFile
(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl fileInfo, File data_file, long existing_length, long target_length, boolean[] stop_after_start, long alloc_strategy) private boolean
DiskManagerAllocationScheduler.canRun
(DiskManagerAllocationScheduler.AllocationInstance instance) private void
DiskManagerAllocationScheduler.unregister
(DiskManagerAllocationScheduler.AllocationInstance instance) -
Uses of DiskManagerAllocationScheduler.AllocationInstance in com.biglybt.core.disk.impl.access
Methods in com.biglybt.core.disk.impl.access with parameters of type DiskManagerAllocationScheduler.AllocationInstanceModifier and TypeMethodDescriptionboolean
DMWriter.zeroFile
(DiskManagerAllocationScheduler.AllocationInstance alloc_inst, DiskManagerFileInfoImpl file, long start_from, long overall_length, DMWriter.ProgressListener listener) -
Uses of DiskManagerAllocationScheduler.AllocationInstance in com.biglybt.core.disk.impl.access.impl
Methods in com.biglybt.core.disk.impl.access.impl with parameters of type DiskManagerAllocationScheduler.AllocationInstanceModifier and TypeMethodDescriptionboolean
DMWriterImpl.zeroFile
(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl file, long start_from, long overall_length, DMWriter.ProgressListener listener)