Uses of Record Class
com.loomcache.server.datastructures.DistributedPriorityQueue.PriorityQueueSnapshotEntry
Packages that use DistributedPriorityQueue.PriorityQueueSnapshotEntry
-
Uses of DistributedPriorityQueue.PriorityQueueSnapshotEntry in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type DistributedPriorityQueue.PriorityQueueSnapshotEntryModifier and TypeMethodDescriptionDistributedPriorityQueue.snapshotForPersistence()Return the full persistence state, including priorities and insertion sequence.Method parameters in com.loomcache.server.datastructures with type arguments of type DistributedPriorityQueue.PriorityQueueSnapshotEntryModifier and TypeMethodDescriptionvoidDistributedPriorityQueue.restoreFromSnapshot(List<DistributedPriorityQueue.PriorityQueueSnapshotEntry<V>> entries, long restoredSequenceCounter, long restoredTotalAdded, long restoredTotalRemoved)