Class EncryptContainerOperation

java.lang.Object
org.apache.derby.impl.store.raw.data.EncryptContainerOperation
All Implemented Interfaces:
Externalizable, Serializable, Formatable, TypedFormat, Loggable, Undoable

public class EncryptContainerOperation extends Object implements Undoable
Log operation to encrypt a container with a new encryption key or to encrypt an unencrypted container while configuring the database for encryption. Container is synced to the disk when encryption is is successful, there is nothing to do on a redo. If there is crash/error while configuring a database for encryption; original version of the container is put back during undo.
See Also: