Interface NioSelectorPool
-
- All Known Subinterfaces:
BossPool<E>,WorkerPool<E>
- All Known Implementing Classes:
AbstractNioBossPool,AbstractNioWorkerPool,NioClientBossPool,NioDatagramWorkerPool,NioServerBossPool,NioWorkerPool,ShareableWorkerPool
public interface NioSelectorPool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrebuildSelectors()Replaces the currentSelectors of theBosses with newSelectors to work around the infamous epoll 100% CPU bug.voidshutdown()Shutdown theNioSelectorPooland all internal created resources
-
-
-
Method Detail
-
rebuildSelectors
void rebuildSelectors()
Replaces the currentSelectors of theBosses with newSelectors to work around the infamous epoll 100% CPU bug.
-
shutdown
void shutdown()
Shutdown theNioSelectorPooland all internal created resources
-
-