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.instancesMethods 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 booleanDiskManagerImpl.allocateFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl fileInfo, File data_file, long existing_length, long target_length, boolean[] stop_after_start, long alloc_strategy) private booleanDiskManagerAllocationScheduler.canRun(DiskManagerAllocationScheduler.AllocationInstance instance) private voidDiskManagerAllocationScheduler.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 TypeMethodDescriptionbooleanDMWriter.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 TypeMethodDescriptionbooleanDMWriterImpl.zeroFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl file, long start_from, long overall_length, DMWriter.ProgressListener listener)