org.apache.catalina.tribes.tipis |
|
Java Source File Name | Type | Comment |
AbstractReplicatedMap.java | Class | |
LazyReplicatedMap.java | Class | A smart implementation of a stateful replicated map. |
ReplicatedMap.java | Class | All-to-all replication for a hash map implementation. |
ReplicatedMapEntry.java | Interface | For smarter replication, an object can implement this interface to replicate diffs
The replication logic will call the methods in the following order:
1. |
Streamable.java | Interface | |