Class DropExistingTablesCommand
java.lang.Object
org.gridgain.internal.snapshots.catalog.DropExistingTablesCommand
- All Implemented Interfaces:
org.apache.ignite.internal.catalog.CatalogCommand,org.apache.ignite.internal.catalog.UpdateProducer
public class DropExistingTablesCommand
extends Object
implements org.apache.ignite.internal.catalog.CatalogCommand
Command for dropping tables, if they exist. If a table doesn't exist, it's simply skipped.
-
Constructor Summary
ConstructorsConstructorDescriptionDropExistingTablesCommand(Map<String, List<String>> tableNamesBySchema) Creates a command. -
Method Summary
-
Constructor Details
-
DropExistingTablesCommand
Creates a command.- Parameters:
tableNamesBySchema- Mapping of Schema name - Table names.
-
-
Method Details
-
get
public List<org.apache.ignite.internal.catalog.storage.UpdateEntry> get(org.apache.ignite.internal.catalog.UpdateContext updateContext) - Specified by:
getin interfaceorg.apache.ignite.internal.catalog.UpdateProducer
-