Click or drag to resize

BasicTopology Class

Basic Topology Implementation
Inheritance Hierarchy

Namespace:  CSharpGrid.Grid.SPI.Topology
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BasicTopology : TopologyAdapter

The BasicTopology type exposes the following members.

Constructors
  NameDescription
Public methodBasicTopology
Initializes a new instance of the BasicTopology class
Top
Properties
  NameDescription
Public propertyGridConfiguration
Grid Configuration
(Inherited from TopologyAdapter.)
Public propertyKnownNodes
Known nodes dictionary Property
(Inherited from TopologyAdapter.)
Public propertyLocalNode
Detect Local Nodes Property
(Inherited from TopologyAdapter.)
Public propertyNodeList
Complete NodesList
(Inherited from TopologyAdapter.)
Public propertyRemoteNodeList
Remote Nodes List
(Inherited from TopologyAdapter.)
Public propertyRemoteNodes
Detect Remote Nodes Property
(Inherited from TopologyAdapter.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNodeFailed
Receive a Failed NodeInfo
(Overrides TopologyAdapterNodeFailed(NodeInfo).)
Public methodNodeJoined
Receive a Joined NodeInfo
(Overrides TopologyAdapterNodeJoined(NodeInfo).)
Public methodNodeLeft
Receive a Left NodeInfo
(Overrides TopologyAdapterNodeLeft(NodeInfo).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldknownNodes
Known nodes dictionary
(Inherited from TopologyAdapter.)
Protected fieldlocalNode
Detect Local Node
(Inherited from TopologyAdapter.)
Protected fieldremoteNodes
Detect Remote Nodes
(Inherited from TopologyAdapter.)
Top
See Also