Class CreateTempTablesCommand
java.lang.Object
org.gridgain.internal.pitr.catalog.CreateTempTablesCommand
- All Implemented Interfaces:
org.apache.ignite.internal.catalog.CatalogCommand,org.apache.ignite.internal.catalog.UpdateProducer
public class CreateTempTablesCommand
extends Object
implements org.apache.ignite.internal.catalog.CatalogCommand
A command that creates temporary tables for recovery.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTempTablesCommand(String prefix, Collection<TableName> tableNames, org.apache.ignite.internal.catalog.Catalog catalogToRestore) Constructor. -
Method Summary
-
Constructor Details
-
CreateTempTablesCommand
public CreateTempTablesCommand(String prefix, Collection<TableName> tableNames, org.apache.ignite.internal.catalog.Catalog catalogToRestore) Constructor.
-
-
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
-