Class MasterKeyChangeRecord
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.pagemem.wal.record.MasterKeyChangeRecord
-
@Deprecated public class MasterKeyChangeRecord extends WALRecord
Deprecated.Replaced by MasterKeyChangeRecordV2.Logical record that stores encryption keys. Written to the WAL on the master key change.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Constructor Summary
Constructors Constructor Description MasterKeyChangeRecord(String masterKeyName, Map<Integer,byte[]> grpKeys)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intdataSize()Deprecated.Map<Integer,byte[]>getGrpKeys()Deprecated.StringgetMasterKeyName()Deprecated.WALRecord.RecordTypetype()Deprecated.
-
-
-
Method Detail
-
getMasterKeyName
public String getMasterKeyName()
Deprecated.- Returns:
- Master key name.
-
type
public WALRecord.RecordType type()
Deprecated.
-
dataSize
public int dataSize()
Deprecated.- Returns:
- Record data size.
-
-