Uses of Class
org.cache2k.core.IntegrityState
-
Packages that use IntegrityState Package Description org.cache2k.core org.cache2k.core.eviction -
-
Uses of IntegrityState in org.cache2k.core
Methods in org.cache2k.core that return IntegrityState Modifier and Type Method Description IntegrityStateIntegrityState. check(String check, boolean f)protected IntegrityStateIntegrityState. check(String check, String note, boolean f)IntegrityStateIntegrityState. checkEquals(String check, int v1, int v2)IntegrityStateIntegrityState. checkEquals(String check, long v1, long v2)IntegrityStateIntegrityState. checkGreater(String check, int v1, int v2)IntegrityStateIntegrityState. checkGreaterOrEquals(String check, int v1, int v2)IntegrityStateIntegrityState. checkLess(String check, int v1, int v2)IntegrityStateIntegrityState. checkLessOrEquals(String check, int v1, int v2)protected IntegrityStateHeapCache. getIntegrityState()IntegrityStateIntegrityState. group(String group)Methods in org.cache2k.core with parameters of type IntegrityState Modifier and Type Method Description voidSegmentedEviction. checkIntegrity(IntegrityState integrityState) -
Uses of IntegrityState in org.cache2k.core.eviction
Methods in org.cache2k.core.eviction with parameters of type IntegrityState Modifier and Type Method Description voidClockProPlusEviction. checkIntegrity(IntegrityState integrityState)voidEviction. checkIntegrity(IntegrityState integrityState)voidRandomEviction. checkIntegrity(IntegrityState integrityState)
-