public interface HoodieExecutor<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination()
Allows to gracefully await the termination of the executor
|
E |
execute()
Main API to
1.
|
void |
shutdownNow()
Shuts executor down immediately, cleaning up any allocated resources
|
E execute()
void shutdownNow()
boolean awaitTermination()
Copyright © 2024 The Apache Software Foundation. All rights reserved.