Class DropExistingStructuresCommand
java.lang.Object
org.gridgain.internal.snapshots.catalog.DropExistingStructuresCommand
- All Implemented Interfaces:
org.apache.ignite.internal.catalog.CatalogCommand,org.apache.ignite.internal.catalog.UpdateProducer
public class DropExistingStructuresCommand
extends Object
implements org.apache.ignite.internal.catalog.CatalogCommand
Command that drops existing structures (maps) present in the snapshot meta. Doesn't drop structures that can have dependencies
(sequences).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DropExistingStructuresCommand
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
-