Package org.apache.catalina.tribes.tipis
-
Interface Summary Interface Description AbstractReplicatedMap.MapOwner Interface for the owner of this replicated map.ReplicatedMapEntry 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. -
Class Summary Class Description AbstractReplicatedMap<K,V> An abstract replicated map implementation.AbstractReplicatedMap.MapEntry<K,V> Represents an entry in the replicated map, including metadata about its role (primary, backup, proxy).AbstractReplicatedMap.MapMessage Represents a message sent between replicated map instances.LazyReplicatedMap<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.