zstan commented on a change in pull request #672:
URL: https://github.com/apache/ignite-3/pull/672#discussion_r838614754



##########
File path: 
modules/index-api/src/main/java/org/apache/ignite/internal/idx/IndexManager.java
##########
@@ -102,4 +102,12 @@ InternalSortedIndex createIndex(
      * @throws NodeStoppingException If an implementation stopped before the 
method was invoked.
      */
     CompletableFuture<InternalSortedIndex> indexAsync(String idxCanonicalName);
+
+    /**
+     * Check index presence with current id.
+     *
+     * @param id Index id.
+     * @return {@code true} if found.
+     */
+    boolean getIndexById(UUID id);

Review comment:
       I make : InternalSortedIndex getIndexById(UUID id);




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to