Contains classes and types to handle space administration tasks
| C# | Visual Basic | Visual C++ | J# | 
namespace GigaSpaces.Core.Admin
Namespace GigaSpaces.Core.Admin
namespace GigaSpaces.Core.Admin
package GigaSpaces.Core.Admin
| All Types | Classes | Interfaces | Enumerations | 
| Icon | Type | Description | 
|---|---|---|
| IServerAdmin | 
             Provides space server administration operations.
              
             The Admin API operations, 
             GetRuntimeInfo()()(),  
             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()()().
               | |
| ISpaceCopyResult | 
            Encapsulates information about the result of a copy operation.
              | |
| ISpaceRuntimeInfo | 
            Encapsulates runtime information about types currently in use by the space.
              | |
| ITypeRuntimeInfo | 
            Encapsulates runtime information about a type in use by the space.
              | |
| SpaceMode | 
            Determines the current space mode.
              | |
| SpaceModeEventArgs | 
            Encapsulates arguments related to space mode events
              | |
| SpaceState | 
            Encapsulates information about the state of a space.
              | 
