Uses of Class
com.biglybt.core.disk.impl.DiskManagerAllocationScheduler.AllocationInstance
-
Packages that use DiskManagerAllocationScheduler.AllocationInstance Package Description com.biglybt.core.disk.impl com.biglybt.core.disk.impl.access com.biglybt.core.disk.impl.access.impl -
-
Uses of DiskManagerAllocationScheduler.AllocationInstance in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl with type parameters of type DiskManagerAllocationScheduler.AllocationInstance Modifier and Type Field Description private java.util.List<DiskManagerAllocationScheduler.AllocationInstance>
DiskManagerAllocationScheduler. instances
Methods in com.biglybt.core.disk.impl that return DiskManagerAllocationScheduler.AllocationInstance Modifier and Type Method Description DiskManagerAllocationScheduler.AllocationInstance
DiskManagerAllocationScheduler. register(DiskManagerHelper helper)
Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerAllocationScheduler.AllocationInstance Modifier and Type Method Description private boolean
DiskManagerImpl. allocateFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl fileInfo, java.io.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.AllocationInstance Modifier and Type Method Description boolean
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.AllocationInstance Modifier and Type Method Description boolean
DMWriterImpl. zeroFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl file, long start_from, long overall_length, DMWriter.ProgressListener listener)
-