Class CreateTemporaryTablesCommand
java.lang.Object
org.gridgain.internal.snapshots.catalog.CreateTemporaryTablesCommand
- All Implemented Interfaces:
org.apache.ignite.internal.catalog.CatalogCommand,org.apache.ignite.internal.catalog.UpdateProducer
public class CreateTemporaryTablesCommand
extends Object
implements org.apache.ignite.internal.catalog.CatalogCommand
Catalog command responsible for the following actions.
- Creates Distribution Zones if they don't already exist;
- Creates tables that are going to store restored snapshot data using a given prefix.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTemporaryTablesCommand(String tmpTableNamePrefix, SnapshotMeta snapshotMeta) -
Method Summary
-
Constructor Details
-
CreateTemporaryTablesCommand
-
-
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
-