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.
  1. Renames tables storing the Snapshot data to their original names;
  2. Creates indices specified by the Snapshot.
  • Constructor Details

    • RenameTemporaryTablesCommand

      public RenameTemporaryTablesCommand(String tmpTableNamePrefix, SnapshotMeta snapshotMeta)
  • Method Details

    • get

      public List<org.apache.ignite.internal.catalog.storage.UpdateEntry> get(org.apache.ignite.internal.catalog.UpdateContext updateContext)
      Specified by:
      get in interface org.apache.ignite.internal.catalog.UpdateProducer