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/11/15 07:57:49 UTC

[GitHub] [ignite-3] ibessonov commented on a change in pull request #405: IGNITE-15691 Common thread pool is used for snapshotting all rocksdb-based partitions.

ibessonov commented on a change in pull request #405:
URL: https://github.com/apache/ignite-3/pull/405#discussion_r749076516



##########
File path: modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/StorageEngine.java
##########
@@ -24,11 +24,24 @@
 import org.apache.ignite.configuration.schemas.store.DataRegionConfiguration;
 import org.apache.ignite.configuration.schemas.table.TableConfiguration;
 import org.apache.ignite.configuration.schemas.table.TableView;
+import org.apache.ignite.internal.storage.StorageException;
 
 /**
- * General storageengine interface.
+ * General storage engine interface.
  */
 public interface StorageEngine {
+    /**
+     * Starts the engine.
+     */
+    void start();

Review comment:
       True




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org