GigaSpaces XAP.NET Documentation
IServerAdmin Interface
Class LibraryGigaSpaces.Core.AdminIServerAdmin
Provides space server administration operations.
Remarks
The Admin API operations, GetRuntimeInfo()()(), GetTypeDescriptor(String), GetTypeDescriptor(Type), SpaceCopy<(Of <(T>)>)(IReadOnlySpaceProxy, T, Int32)SpaceCopy<(Of <(T>)>)(String, T, Int32) and Shutdown()()(), are supported only for non-clustered proxy. To get a non-clustered proxy for a specific cluster member see GetDirectProxy()()().
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IServerAdmin
Public Interface IServerAdmin
public interface class IServerAdmin
public interface IServerAdmin
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
GetClusterMemberNames()()()
Gets an array of all the members name in the cluster.

GetDirectProxy()()()
Gets a direct proxy to a member of the cluster. Using this method with a non-embedded proxy will result in a arbitrary cluster member selection.

GetDirectProxy(String)
Gets a direct proxy to the specified member of the cluster.

GetRuntimeInfo()()()
Returns runtime information about all the types in the space.
Supported only for non-clustered proxy see GetDirectProxy()()().

GetRuntimeInfo(String)
Returns runtime information about for the specified type and its subtypes.
Supported only for non-clustered proxy see GetDirectProxy()()().

GetRuntimeInfo(Type)
Returns runtime information about for the specified type and its subtypes.
Supported only for non-clustered proxy see GetDirectProxy()()().

GetTypeDescriptor(String) Obsolete.
Returns information about a type in the space.
Supported only for non-clustered proxy see GetDirectProxy()()().

GetTypeDescriptor(Type) Obsolete.
Returns information about a type in the space.
Supported only for non-clustered proxy see GetDirectProxy()()().

Shutdown()()()
Shuts down the space.
Supported only for non-clustered proxy see GetDirectProxy()()().

SpaceCopy<(Of <(T>)>)(String, T, Int32)
Copies all data matching the specified template from the specified space to the current space.
Supported only for non-clustered proxy see GetDirectProxy()()().

SpaceCopy<(Of <(T>)>)(IReadOnlySpaceProxy, T, Int32)
Copies all data matching the specified template from the specified space to the current space.
Supported only for non-clustered proxy see GetDirectProxy()()().

SpaceMode
Gets the current running mode of the space.

SpaceModeChanged
Occures after the space mode has changed.

SpaceModeChanging
Occures when the space mode is changing.

State
Returns the current state of the space.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)