com.aelitis.azureus.core.diskmanager.access.impl
Class DiskAccessControllerInstance.groupSemaphore

java.lang.Object
  extended by com.aelitis.azureus.core.diskmanager.access.impl.DiskAccessControllerInstance.groupSemaphore
Enclosing class:
DiskAccessControllerInstance

protected static class DiskAccessControllerInstance.groupSemaphore
extends Object


Nested Class Summary
protected static class DiskAccessControllerInstance.groupSemaphore.mutableInteger
           
 
Constructor Summary
protected DiskAccessControllerInstance.groupSemaphore(int _value)
           
 
Method Summary
protected  long getBlockCount()
           
protected  void releaseGroup(int num)
           
protected  void reserveGroup(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskAccessControllerInstance.groupSemaphore

protected DiskAccessControllerInstance.groupSemaphore(int _value)
Method Detail

getBlockCount

protected long getBlockCount()

reserveGroup

protected void reserveGroup(int num)

releaseGroup

protected void releaseGroup(int num)