public class AsyncExecutionServiceImpl extends AsyncExecutionService
Constructor and Description |
---|
AsyncExecutionServiceImpl() |
Modifier and Type | Method and Description |
---|---|
<T> NonBlockingReadAction<T> |
buildNonBlockingReadAction(java.util.concurrent.Callable<T> computation) |
protected ExpirableExecutor |
createExecutor(java.util.concurrent.Executor executor) |
protected AppUIExecutor |
createUIExecutor(ModalityState modalityState) |
protected AppUIExecutor |
createWriteThreadExecutor(ModalityState modalityState) |
protected ExpirableExecutor createExecutor(java.util.concurrent.Executor executor)
createExecutor
in class AsyncExecutionService
protected AppUIExecutor createUIExecutor(ModalityState modalityState)
createUIExecutor
in class AsyncExecutionService
protected AppUIExecutor createWriteThreadExecutor(ModalityState modalityState)
createWriteThreadExecutor
in class AsyncExecutionService
public <T> NonBlockingReadAction<T> buildNonBlockingReadAction(java.util.concurrent.Callable<T> computation)
buildNonBlockingReadAction
in class AsyncExecutionService