keith-turner commented on a change in pull request #2096:
URL: https://github.com/apache/accumulo/pull/2096#discussion_r635585325
##########
File path:
core/src/main/java/org/apache/accumulo/core/spi/compaction/ExecutorManager.java
##########
@@ -31,4 +31,9 @@
* Create a thread pool executor within a compaction service.
*/
public CompactionExecutorId createExecutor(String name, int threads);
+
+ /**
+ * @return an id for a configured external execution queue.
+ */
+ public CompactionExecutorId getExternalExecutor(String name);
Review comment:
The interface was not there so that users could implement their own, I
was just using it to logically group things that went together to avoid having
lots of unrelated groups of methods interleaved in a single interface.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]