|
Apache Tomcat 6.0.53 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AbstractReplicatedMap.MapOwner | |
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() ) |
Streamable | Example usage:
byte[] data = new byte[1024];
Streamable st = ....;
while ( ! |
Class Summary | |
---|---|
AbstractReplicatedMap<K,V> | |
AbstractReplicatedMap.MapEntry<K,V> | |
AbstractReplicatedMap.MapMessage | |
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. |
|
Apache Tomcat 6.0.53 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |