Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
CNReplicationTask.java 7.58 KB 6457 over 12 years ben leinfelder rework this to be MN->MN replication. Should be...
HazelcastService.java 12.4 KB 6462 over 12 years Chris Jones Add getNodesMap() to return the hzNodes map fro...
ObjectPathMap.java 4.01 KB 6458 over 12 years rnahf changed the key type from Identifier to String ...
SystemMetadataMap.java 2.7 KB 6456 over 12 years ben leinfelder throw RuntimeExceptions when store() methods th...

Latest revisions

# Date Author Comment
6462 09/20/2011 06:42 AM Chris Jones

Add getNodesMap() to return the hzNodes map from the process cluster. Remove getPendingReplicationTasks since that structure is being removed. Add minor documentation.

6459 09/19/2011 03:26 PM ben leinfelder

lookup latest system metadata update date for use in synchronizing CN-CN when an offline nodes comes back online

6458 09/19/2011 12:17 PM rnahf

changed the key type from Identifier to String for ObjectPathMap. (need a Comparable key).

6457 09/19/2011 11:48 AM ben leinfelder

rework this to be MN->MN replication. Should be fleshed out more.

6456 09/19/2011 11:43 AM ben leinfelder

throw RuntimeExceptions when store() methods throw declared exceptions -- we want callers to put() to be alerted if there are errors.

6455 09/19/2011 10:18 AM ben leinfelder

move CNReplicationTask to the hazelcast package

6451 09/16/2011 04:42 PM ben leinfelder

check if system metadata exists rather than just the id mapping (before creating the entry)

6446 09/16/2011 02:24 PM ben leinfelder

move bulk of the Hazelcast code into HazelcastService from CNodeService so that it is centrall located - easier to manage and configure

6442 09/16/2011 10:42 AM rnahf

removing unneeded class (never used)

6440 09/15/2011 01:46 PM rnahf

cleaned up mock tests on hzObjectPathMap. split out code for mocking a datastore into MockObjectPathMap.

View revisions

Also available in: Atom