Package com.loomcache.server.wan.merge
package com.loomcache.server.wan.merge
-
ClassDescriptionCustomMergePolicy<K,
V> Extension point for user-provided WAN merge policies.DiscardMergePolicy<K,V> Reject-all merge policy.Merge policy that keeps the entry that will expire later.Merge policy that keeps the entry with the higher successful-read count.Merge policy that keeps the entry with the latest recorded access time.Last-write-wins (LWW) merge policy with deterministic same-millisecond tie-break (BLK-2026-04-22-011).MergePolicy<K,V> Strategy for resolving conflicts when an incoming WAN replication event meets an existing local value.A replication entry with timestamp, writer-id, read-hit, access-time, and expiration-time metadata for merge policies.Classloader-backed factory for WAN merge policies.Unconditional overwrite merge policy.Insert-only merge policy.