|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aelitis.azureus.core.networkmanager.impl.WriteController
public class WriteController
Processes writes of write-entities and handles the write selector.
Constructor Summary | |
---|---|
WriteController()
Create a new write controller. |
Method Summary | |
---|---|
void |
addWriteEntity(RateControlledEntity entity)
Add the given entity to the controller for write processing. |
int |
getEntityCount()
|
void |
removeWriteEntity(RateControlledEntity entity)
Remove the given entity from the controller. |
void |
updateStats(java.util.Set types,
java.util.Map values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteController()
Method Detail |
---|
public void updateStats(java.util.Set types, java.util.Map values)
updateStats
in interface AzureusCoreStatsProvider
public void addWriteEntity(RateControlledEntity entity)
entity
- to process writes forpublic void removeWriteEntity(RateControlledEntity entity)
entity
- to remove from write processingpublic int getEntityCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |