Class RenameTemporaryTablesCommand
java.lang.Object
org.gridgain.internal.snapshots.catalog.RenameTemporaryTablesCommand
- All Implemented Interfaces:
org.apache.ignite.internal.catalog.CatalogCommand,org.apache.ignite.internal.catalog.UpdateProducer
public class RenameTemporaryTablesCommand
extends Object
implements org.apache.ignite.internal.catalog.CatalogCommand
Catalog command responsible for the following actions.
- Renames tables storing the Snapshot data to their original names;
- Creates indices specified by the Snapshot.
-
Constructor Summary
ConstructorsConstructorDescriptionRenameTemporaryTablesCommand(String tmpTableNamePrefix, SnapshotMeta snapshotMeta) -
Method Summary
-
Constructor Details
-
RenameTemporaryTablesCommand
-
-
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
-