Package org.apache.catalina.tribes.tipis
package org.apache.catalina.tribes.tipis
-
ClassDescriptionLazyReplicatedMap<K,
V> A smart implementation of a stateful replicated map. uses primary/secondary backup strategy.ReplicatedMap<K,V> All-to-all replication for a hash map implementation.For smarter replication, an object can implement this interface to replicate diffs
The replication logic will call the methods in the following order:
1. if ( entry.isDirty() )
try { 2.