Task #2203
Story #2166: Hazelcast cluster errors need to be isolated
Update d1_common_java to include new methods to APIs
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
d1_common_java
Target version:
Start date:
2012-01-11
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
CNCore and CNRegistration should have their interface definitions changed to include:
CNCore.setObsoletedBy(session, pid, obsoletedByPid, serialVersion);
CNReplication.deleteReplicationMetadata (session, pid, nodeId, serialVersion);
Related issues
History
#1 Updated by Robert Waltz almost 13 years ago
- Assignee changed from Robert Waltz to Ben Leinfelder
#2 Updated by Ben Leinfelder almost 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
d1_common now declares the method.
d1_libclient has as much of the implementation as possible (still need to decide REST endpoints and method type).
#3 Updated by Ben Leinfelder almost 13 years ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 80
keep open until REST endpoint is wired up
#4 Updated by Ben Leinfelder almost 13 years ago
- Status changed from In Progress to Closed
endpoints now being used in libclient