Class SchemaIndexDropOperation

    • Constructor Detail

      • SchemaIndexDropOperation

        public SchemaIndexDropOperation​(UUID opId,
                                        String cacheName,
                                        String schemaName,
                                        String idxName,
                                        boolean ifExists)
        Constructor.
        Parameters:
        opId - Operation id.
        cacheName - Cache name.
        schemaName - Schema name.
        idxName - Index name.
        ifExists - Ignore operation if index doesn't exist.