Represents this application's connection into a GemFire
Distributed system. A DistributedSystem is identified by name, and each
connection is represented by a host-port pair.
DistributedSystem encapsulates this applications "connection" into the
GemFire Java servers distributed system.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public sealed class DistributedSystem : SBWrap<gemfire::DistributedSystem> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DistributedSystem _ Inherits SBWrap<gemfire::DistributedSystem> |
| Visual C++ |
|---|
public ref class DistributedSystem sealed : public SBWrap<gemfire::DistributedSystem> |
Remarks
To participate in a GemFire distributed system, each application
needs to connect to the same DistributedSystem. This gives the
application access to other members of the system and the ability to
participate in data distribution activities.
Each application can only connect to one DistributedSystem.
Remarks
In order to participate in the GemFire Java servers distributed system,
each application needs to connect to the DistributedSystem.
Each application can only be connected to one DistributedSystem.
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::DistributedSystem>
GemStone.GemFire.Cache..::DistributedSystem
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::DistributedSystem>
GemStone.GemFire.Cache..::DistributedSystem
See Also
DistributedSystem Members
GemStone.GemFire.Cache Namespace