Package | Description |
---|---|
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio |
Modifier and Type | Method and Description |
---|---|
AsyncQueueWriter.Reentrant |
AsyncQueueWriter.getWriteReentrant()
Returns the current write reentrants counter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsyncQueueWriter.isMaxReentrantsReached(AsyncQueueWriter.Reentrant reentrant)
Returns true, if max number of write->completion-handler reentrants
has been reached for the passed
AsyncQueueWriter.Reentrant object, and next write
will happen in the separate thread. |
Modifier and Type | Method and Description |
---|---|
AsyncQueueWriter.Reentrant |
AbstractNIOAsyncQueueWriter.getWriteReentrant()
Returns the current write reentrants counter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractNIOAsyncQueueWriter.isMaxReentrantsReached(AsyncQueueWriter.Reentrant reentrant) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.