You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by al...@apache.org on 2022/02/28 09:31:48 UTC

[incubator-linkis] 06/11: Added default abstract implementation of ComputationSingleExecutorEngineConnFactory

This is an automated email from the ASF dual-hosted git repository.

allenlliu pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit e9ecd420f45826b0b3a735f90217f7d9808a5de4
Author: peacewong <wp...@gmail.com>
AuthorDate: Mon Feb 28 16:33:07 2022 +0800

    Added default abstract implementation of ComputationSingleExecutorEngineConnFactory
---
 ...bstractComputationSingleExecutorECFactory.scala | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/creation/AbstractComputationSingleExecutorECFactory.scala b/linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/creation/AbstractComputationSingleExecutorECFactory.scala
new file mode 100644
index 0000000..224f0d0
--- /dev/null
+++ b/linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/creation/AbstractComputationSingleExecutorECFactory.scala
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.linkis.engineconn.computation.executor.creation
+
+abstract class AbstractComputationSingleExecutorECFactory extends ComputationSingleExecutorEngineConnFactory {
+
+}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org