Interface IndexFactory

    • Method Detail

      • createIndex

        Index createIndex​(@Nullable
                          @Nullable GridCacheContext<?,​?> cctx,
                          IndexDefinition definition)
        Creates index by specified definition for specified cache.
        Parameters:
        cctx - Cache context.
        definition - Index definition.