Interface | Description |
---|---|
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 | Description |
---|---|
AbstractReplicatedMap | |
AbstractReplicatedMap.MapEntry | |
AbstractReplicatedMap.MapMessage | |
LazyReplicatedMap |
A smart implementation of a stateful replicated map. uses primary/secondary backup strategy.
|
ReplicatedMap |
All-to-all replication for a hash map implementation.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.