|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aelitis.azureus.core.networkmanager.impl.ReadController
public class ReadController
Processes reads of read-entities and handles the read selector.
Constructor Summary | |
---|---|
ReadController()
|
Method Summary | |
---|---|
void |
addReadEntity(RateControlledEntity entity)
Add the given entity to the controller for read processing. |
int |
getEntityCount()
|
void |
removeReadEntity(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 ReadController()
Method Detail |
---|
public void updateStats(java.util.Set types, java.util.Map values)
updateStats
in interface AzureusCoreStatsProvider
public void addReadEntity(RateControlledEntity entity)
entity
- to process reads forpublic void removeReadEntity(RateControlledEntity entity)
entity
- to remove from read processingpublic int getEntityCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |