Kirill Tkalenko created IGNITE-20987:
----------------------------------------
Summary: Make a common RunnableX
Key: IGNITE-20987
URL: https://issues.apache.org/jira/browse/IGNITE-20987
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Tkalenko
Assignee: Kirill Tkalenko
Fix For: 3.0.0-beta2
I found 3 versions of the same interface:
#
*org.apache.ignite.internal.pagememory.persistence.store.LongOperationAsyncExecutor.RunnableX*
# *org.apache.ignite.internal.sql.engine.exec.ExecutionContext.RunnableX*
# *org.apache.ignite.internal.testframework.IgniteTestUtils.RunnableX*
{code:java}
@FunctionalInterface
public interface RunnableX {
void run() throws Throwable;
}
{code}
I propose to replace it with one common
*org.apache.ignite.internal.lang.RunnableX*.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)