Differences between revisions 9 and 12 (spanning 3 versions)
Revision 9 as of 2013-07-07 01:18:09
Size: 1172
Editor: AndrewStone
Comment:
Revision 12 as of 2014-01-07 17:57:39
Size: 1338
Editor: AndrewStone
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
* [[General Design Requirements]]
This chapter describes general design requirements and rules-of-thumb to ensure a consistent semantic and API style across all services.
Line 6: Line 8:
 * ClusterUniqueId  * [[HandleT]]
Line 8: Line 10:
 * GloballyUniqueId
  Derives from ClusterUniqueId, adds a cluster identifier to become globally unique
 * [[GlobalHandleT]]
  Derives from [[HandleT]], adds a cluster identifier to become globally unique

SAFplus 7 Design Specification

* General Design Requirements This chapter describes general design requirements and rules-of-thumb to ensure a consistent semantic and API style across all services.

Fundamental Objects

Services

  • Logging Interface with SAFplus 6.x logging implementation underneath

  • Messaging Interface with SAFplus 6.x IOC messaging implementation underneath, but takes a ClusterUniqueId as a destination

  • Group Group membership and master election

  • Name String name to arbitrary data (generally a ClusterUniqueId)

  • Fault All entities report errors to this centralized fault manager. Only it chooses to fault an resource identified by ClusterUniqueId

FrontPage/TestNesting

OldFrontPage

SAFplus: FrontPage (last edited 2016-04-12 00:45:34 by AndrewStone)