Uses of Class
org.apache.ignite.internal.managers.encryption.GroupKeyEncrypted
-
Packages that use GroupKeyEncrypted Package Description org.apache.ignite.internal.pagemem.wal.record org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of GroupKeyEncrypted in org.apache.ignite.internal.pagemem.wal.record
Methods in org.apache.ignite.internal.pagemem.wal.record that return types with arguments of type GroupKeyEncrypted Modifier and Type Method Description List<T2<Integer,GroupKeyEncrypted>>MasterKeyChangeRecordV2. getGrpKeys()Constructor parameters in org.apache.ignite.internal.pagemem.wal.record with type arguments of type GroupKeyEncrypted Constructor Description MasterKeyChangeRecordV2(String masterKeyName, List<T2<Integer,GroupKeyEncrypted>> grpKeys) -
Uses of GroupKeyEncrypted in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GroupKeyEncrypted Modifier and Type Method Description GroupKeyEncryptedStoredCacheData. groupKeyEncrypted()Methods in org.apache.ignite.internal.processors.cache with parameters of type GroupKeyEncrypted Modifier and Type Method Description voidStoredCacheData. groupKeyEncrypted(GroupKeyEncrypted grpKeyEncrypted)
-