Uses of Record Class
com.loomcache.server.datastructures.DistributedMap.EntryRollbackState
Packages that use DistributedMap.EntryRollbackState
-
Uses of DistributedMap.EntryRollbackState in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return DistributedMap.EntryRollbackStateModifier and TypeMethodDescriptionDistributedMap.captureEntryRollbackState(K key) Capture the exact current state for a single key so callers can restore it without advancing revisions or replaying user-visible side effects.Methods in com.loomcache.server.datastructures with parameters of type DistributedMap.EntryRollbackStateModifier and TypeMethodDescriptionvoidDistributedMap.restoreEntryRollbackState(K key, DistributedMap.EntryRollbackState<V> state) Restore a previously captured entry state without incrementing revisions, invoking write-through callbacks, or notifying listeners.