public class org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension extends org.finos.legend.pure.runtime.java.interpreted.extension.BaseInterpretedExtension
{
public void <init>()
{
java.util.function.BiFunction v, v, v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
org.eclipse.collections.api.tuple.Pair[] v;
java.lang.String v, v, v;
org.eclipse.collections.api.tuple.Pair v, v, v;
org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension v;
v := @this: org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (org.eclipse.collections.api.tuple.Pair)[3];
v = <org.finos.legend.engine.plan.execution.stores.elasticsearch.test.shared.ElasticsearchCommands: java.lang.String START_SERVER_FUNCTION>;
v = staticinvoke <org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension$init__2: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>(v, v);
v[0] = v;
v = <org.finos.legend.engine.plan.execution.stores.elasticsearch.test.shared.ElasticsearchCommands: java.lang.String STOP_SERVER_FUNCTION>;
v = staticinvoke <org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension$init__3: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>(v, v);
v[1] = v;
v = <org.finos.legend.engine.plan.execution.stores.elasticsearch.test.shared.ElasticsearchCommands: java.lang.String REQUEST_SERVER_FUNCTION>;
v = staticinvoke <org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension$init__4: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>(v, v);
v[2] = v;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
specialinvoke v.<org.finos.legend.pure.runtime.java.interpreted.extension.BaseInterpretedExtension: void <init>(java.lang.Iterable)>(v);
return;
}
public static org.finos.legend.pure.runtime.java.interpreted.extension.InterpretedExtension extension()
{
org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension v;
v = new org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension;
specialinvoke v.<org.finos.legend.engine.plan.execution.stores.elasticsearch.test.interpreted.ElasticsearchTestInterpretedExtension: void <init>()>();
return v;
}
}