java.lang.Object
java.util.concurrent.AbstractExecutorService
org.apache.lucene.util.SameThreadExecutorService
- All Implemented Interfaces:
Executor
,ExecutorService
An
ExecutorService
that executes tasks immediately in the calling thread during submit.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
awaitTermination
(long timeout, TimeUnit unit) private void
void
boolean
boolean
void
shutdown()
Methods inherited from class java.util.concurrent.AbstractExecutorService
invokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submit
-
Field Details
-
shutdown
private volatile boolean shutdown
-
-
Constructor Details
-
SameThreadExecutorService
public SameThreadExecutorService()
-
-
Method Details
-
execute
-
shutdownNow
-
shutdown
public void shutdown() -
isTerminated
public boolean isTerminated() -
isShutdown
public boolean isShutdown() -
awaitTermination
- Throws:
InterruptedException
-
checkShutdown
private void checkShutdown()
-