Class SchemaIndexCreateOperation

    • Constructor Detail

      • SchemaIndexCreateOperation

        public SchemaIndexCreateOperation​(UUID opId,
                                          String cacheName,
                                          String schemaName,
                                          String tblName,
                                          QueryIndex idx,
                                          boolean ifNotExists,
                                          int parallel)
        Constructor.
        Parameters:
        opId - Operation id.
        cacheName - Cache name.
        schemaName - Schame name.
        tblName - Table name.
        idx - Index params.
        ifNotExists - Ignore operation if index exists.
        parallel - Index creation parallelism level.
    • Method Detail

      • tableName

        public String tableName()
        Returns:
        Table name.
      • index

        public QueryIndex index()
        Returns:
        Index params.
      • ifNotExists

        public boolean ifNotExists()
        Returns:
        Ignore operation if index exists.
      • parallel

        public int parallel()
        Gets index creation parallelism level.
        Returns:
        Index creation parallelism level.