Uses of Class
com.sun.sgs.impl.service.watchdog.NodeImpl

Packages that use NodeImpl
com.sun.sgs.impl.service.watchdog Provides an implementation of WatchdogService
 

Uses of NodeImpl in com.sun.sgs.impl.service.watchdog
 

Fields in com.sun.sgs.impl.service.watchdog with type parameters of type NodeImpl
(package private)  SortedSet<NodeImpl> WatchdogServerImpl.expirationSet
          The set of alive nodes, sorted by renew expiration time.
(package private)  Queue<NodeImpl> WatchdogServerImpl.statusChangedNodes
          The queue of nodes whose status has changed.
 

Methods in com.sun.sgs.impl.service.watchdog that return NodeImpl
(package private) static NodeImpl NodeImpl.getNode(DataService dataService, long nodeId)
          Returns the Node instance for the given nodeId, retrieved from the specified dataService, or null if the node isn't bound in the data service .
(package private) static NodeImpl NodeImpl.getNodeForUpdate(DataService dataService, long nodeId)
          Returns the Node instance for the given nodeId, retrieved from the specified dataService for update.
 

Methods in com.sun.sgs.impl.service.watchdog that return types with arguments of type NodeImpl
(package private) static Collection<NodeImpl> NodeImpl.markAllNodesFailed(DataService dataService)
          Marks all nodes currently bound in the specified dataService as failed, and returns a collection of those nodes.
(package private)  Collection<NodeImpl> WatchdogServerImpl.processNodeFailures(Collection<NodeImpl> nodesToFail)
          Processes the nodes which have failed by calling the failure methods for each node in the collection.
 

Methods in com.sun.sgs.impl.service.watchdog with parameters of type NodeImpl
 int NodeImpl.compareTo(NodeImpl o)
          
(package private)  void NodeImpl.setFailed(DataService dataService, NodeImpl backup)
          Sets the health of this node instance to RED, sets this node's backup to the specified backup, empties the set of primaries for which this node is recovering, and updates the node's state in the specified dataService.
 

Method parameters in com.sun.sgs.impl.service.watchdog with type arguments of type NodeImpl
(package private)  Collection<NodeImpl> WatchdogServerImpl.processNodeFailures(Collection<NodeImpl> nodesToFail)
          Processes the nodes which have failed by calling the failure methods for each node in the collection.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved