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.
  1. Creates Distribution Zones if they don't already exist;
  2. Creates tables that are going to store restored snapshot data using a given prefix.
  • Constructor Details

    • CreateTemporaryTablesCommand

      public CreateTemporaryTablesCommand(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