| Interfaces | |
|---|---|
| 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. |
| RpcCallback | The RpcCallback interface is an interface for the Tribes channel to request a response object to a request that came in. |
| Streamable | Example usage:
|
| Classes | |
|---|---|
| AbstractReplicatedMap | Title: |
| AbstractReplicatedMap.MapEntry | No description provided. |
| AbstractReplicatedMap.MapMessage | No description provided. |
| LazyReplicatedMap | A smart implementation of a stateful replicated map. |
| ReplicatedMap | All-to-all replication for a hash map implementation. |
| Response | A response object holds a message from a responding partner. |