Class CommandState
java.lang.Object
org.gridgain.internal.snapshots.catalog.CommandState
Helper class that encapsulates the intermediate state of the catalog when applying a bunch of commands to it.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCommand(List<org.apache.ignite.internal.catalog.storage.UpdateEntry> commandEntries) Applies given update entries to the current catalog state.voidapplyCommand(org.apache.ignite.internal.catalog.storage.UpdateEntry entry) Applies given update entry to the current catalog state.voidapplyCommand(org.apache.ignite.internal.catalog.UpdateProducer command) Applies the given command to the current catalog state.
-
Method Details
-
applyCommand
public void applyCommand(org.apache.ignite.internal.catalog.UpdateProducer command) Applies the given command to the current catalog state. -
applyCommand
public void applyCommand(List<org.apache.ignite.internal.catalog.storage.UpdateEntry> commandEntries) Applies given update entries to the current catalog state. -
applyCommand
public void applyCommand(org.apache.ignite.internal.catalog.storage.UpdateEntry entry) Applies given update entry to the current catalog state.
-