Interface RestoreSnapshotMessage
- All Superinterfaces:
Cloneable,org.apache.ignite.internal.network.NetworkMessage
public interface RestoreSnapshotMessage
extends org.apache.ignite.internal.network.NetworkMessage
Message for restoring a snapshot.
-
Field Summary
Fields inherited from interface org.apache.ignite.internal.network.NetworkMessage
NULL_GROUP_TYPE -
Method Summary
Methods inherited from interface org.apache.ignite.internal.network.NetworkMessage
clone, groupType, messageType, needAck, prepareMarshal, serializer, toStringForLightLogging, unmarshal
-
Method Details
-
targetSnapshotId
UUID targetSnapshotId()ID of the Snapshot to be restored. -
tableNames
Set of fully-qualified table names that will be restored. If empty, restores all tables from the snapshot. -
source
Name of the snapshot URI in configuration ornullfor default. -
encryptionProviderName
-