Package com.biglybt.core.disk.impl
Class DiskManagerAllocationScheduler.AllocationInstance
java.lang.Object
com.biglybt.core.disk.impl.DiskManagerAllocationScheduler.AllocationInstance
- Enclosing class:
- DiskManagerAllocationScheduler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final DiskManagerHelper
private final CoreOperation
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoreOperation
boolean
protected boolean
isPaused()
protected void
setPaused
(boolean b) void
-
Field Details
-
helper
-
operation
-
always_run
private final boolean always_run -
paused
private volatile boolean paused
-
-
Constructor Details
-
AllocationInstance
AllocationInstance(DiskManagerHelper _helper)
-
-
Method Details
-
getOperation
-
isPaused
protected boolean isPaused() -
setPaused
protected void setPaused(boolean b) -
getPermission
public boolean getPermission() -
unregister
public void unregister()
-