|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| com.sun.sgs.impl.service.nodemap | Provides an implementation of
NodeMappingService. |
| com.sun.sgs.impl.service.session | Provides an implementation of ClientSessionService. |
| com.sun.sgs.impl.service.task | Provides an implementation of TaskService. |
| com.sun.sgs.impl.service.watchdog | Provides an implementation of WatchdogService. |
| com.sun.sgs.service | Provides interfaces and classes for services provided by the RedDwarf Server. |
| Uses of Node in com.sun.sgs.impl.service.nodemap |
|---|
| Methods in com.sun.sgs.impl.service.nodemap that return Node | |
|---|---|
Node |
NodeMappingServiceImpl.getNode(Identity id)
Returns the live node to which the identity is assigned. |
| Methods in com.sun.sgs.impl.service.nodemap with parameters of type Node | |
|---|---|
void |
NotifyClient.added(Identity id,
Node oldNode)
An identity has been assigned to this node. |
void |
NotifyClient.removed(Identity id,
Node newNode)
An identity has been removed from this node. |
| Uses of Node in com.sun.sgs.impl.service.session |
|---|
| Constructors in com.sun.sgs.impl.service.session with parameters of type Node | |
|---|---|
ClientSessionHandler.MoveAction(Node newNode)
Constructs an instance with the specified newNode. |
|
| Uses of Node in com.sun.sgs.impl.service.task |
|---|
| Methods in com.sun.sgs.impl.service.task with parameters of type Node | |
|---|---|
void |
TaskServiceImpl.mappingAdded(Identity id,
Node oldNode)
Notifies this listener that an identity has been added to this node. |
void |
TaskServiceImpl.mappingRemoved(Identity id,
Node newNode)
Notifies this listener that an identity has been removed from this node. |
void |
TaskServiceImpl.recover(Node node,
SimpleCompletionHandler handler)
Notifies this listener that the specified node has failed
and that this listener needs to orchestrate recovery. |
| Uses of Node in com.sun.sgs.impl.service.watchdog |
|---|
| Classes in com.sun.sgs.impl.service.watchdog that implement Node | |
|---|---|
(package private) class |
NodeImpl
Implements the Node interface. |
| Methods in com.sun.sgs.impl.service.watchdog that return Node | |
|---|---|
Node |
WatchdogServiceImpl.getBackup(long nodeId)
Returns the node that is designated as the backup for the node with the specified nodeId, or null if no backup
is currently designated. |
Node |
WatchdogServiceImpl.getNode(long nodeId)
Returns node status information for the node with the specified nodeId, or null if the node is unknown. |
| Methods in com.sun.sgs.impl.service.watchdog that return types with arguments of type Node | |
|---|---|
Iterator<Node> |
WatchdogServiceImpl.getNodes()
Returns an iterator for the set of nodes that this service monitors. |
(package private) static Iterator<Node> |
NodeImpl.getNodes(DataService dataService)
Returns an iterator for Node instances to be retrieved
from the specified dataService. |
| Uses of Node in com.sun.sgs.service |
|---|
| Methods in com.sun.sgs.service that return Node | |
|---|---|
Node |
WatchdogService.getBackup(long nodeId)
Returns the node that is designated as the backup for the node with the specified nodeId, or null if no backup
is currently designated. |
Node |
NodeMappingService.getNode(Identity identity)
Returns the live node to which the identity is assigned. |
Node |
WatchdogService.getNode(long nodeId)
Returns node status information for the node with the specified nodeId, or null if the node is unknown. |
| Methods in com.sun.sgs.service that return types with arguments of type Node | |
|---|---|
Iterator<Node> |
WatchdogService.getNodes()
Returns an iterator for the set of nodes that this service monitors. |
| Methods in com.sun.sgs.service with parameters of type Node | |
|---|---|
void |
NodeMappingListener.mappingAdded(Identity id,
Node oldNode)
Notifies this listener that an identity has been added to this node. |
void |
NodeMappingListener.mappingRemoved(Identity id,
Node newNode)
Notifies this listener that an identity has been removed from this node. |
void |
NodeListener.nodeHealthUpdate(Node node)
Notifies this listener that the specified node's health has
been updated. |
void |
RecoveryListener.recover(Node node,
SimpleCompletionHandler handler)
Notifies this listener that the specified node has failed
and that this listener needs to orchestrate recovery. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||