public interface AioMaster extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Instructs the leader to stop all I/O, and free all resources.
|
void |
pause()
Instructs the leader to temporarily pause the production or consumption
of data.
|
void |
resume()
Instructs the leader to resume producing or consuming data.
|
void pause()
void resume()
void close()
close in interface AutoCloseableCopyright © 2017. All rights reserved.