Interface CacheRevalidatorBase.ScheduledExecutor
- All Known Implementing Classes:
DefaultAsyncCacheRevalidator.InternalScheduledExecutor
- Enclosing class:
CacheRevalidatorBase
static interface CacheRevalidatorBase.ScheduledExecutor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
awaitTermination
(org.apache.hc.core5.util.Timeout timeout) Future
<?> void
shutdown()
-
Method Details
-
schedule
Future<?> schedule(Runnable command, org.apache.hc.core5.util.TimeValue timeValue) throws RejectedExecutionException - Throws:
RejectedExecutionException
-
shutdown
void shutdown() -
awaitTermination
- Throws:
InterruptedException
-