You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/20 11:21:32 UTC

[GitHub] [ignite-3] sanpwc commented on a change in pull request #96: IGNITE-14411 Define minimal set of cluster components and their lifecycle

sanpwc commented on a change in pull request #96:
URL: https://github.com/apache/ignite-3/pull/96#discussion_r616591006



##########
File path: modules/api/src/main/java/org/apache/ignite/app/Ignite.java
##########
@@ -15,7 +15,18 @@
  * limitations under the License.
  */
 
+package org.apache.ignite.app;
+
+import org.apache.ignite.table.manager.TableManager;
+
 /**
- * Contains internal tests or test related classes and interfaces.
+ * Ignite node interface. Main entry-point for all Ignite APIs.
  */
-package org.apache.ignite.internal.testframework;
+public interface Ignite extends AutoCloseable {

Review comment:
       I believe it'll be added during table creation implementation.




-- 
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:
users@infra.apache.org