Class CreateStructuresCommand
java.lang.Object
org.gridgain.internal.snapshots.catalog.CreateStructuresCommand
- All Implemented Interfaces:
org.apache.ignite.internal.catalog.CatalogCommand,org.apache.ignite.internal.catalog.UpdateProducer
public class CreateStructuresCommand
extends Object
implements org.apache.ignite.internal.catalog.CatalogCommand
Catalog command responsible for the following actions.
- Drops existing structures (maps and sequences);
- Creates required structures.
- Renames system tables if required (i.e. sequence's table to have correct sequence ID).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CreateStructuresCommand
Creates a command.- Parameters:
snapshotMeta- Snapshot's meta.
-
-
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
-