GigaSpaces XAP.NET Documentation
GigaSpaces.Core Namespace
Class LibraryGigaSpaces.Core
Contains classes and types to handle core GigaSpaces functionality.
Declaration Syntax
C#Visual BasicVisual C++J#
namespace GigaSpaces.Core
Namespace GigaSpaces.Core
namespace GigaSpaces.Core
package GigaSpaces.Core
Types
All TypesClassesInterfacesEnumerationsDelegates
IconTypeDescription
AsyncCallback<(Of <(T>)>)
References a method to be called when a corresponding asynchronous operation is completes.

ClusterInfo
Holds cluster related information.

GigaSpacesFactory
This class is the starting point for

IAsyncResult<(Of <(T>)>)
Represnts the status of an asynchronous operation.

ILease
Defines a type of object that is issued by the lease grantor and returned to the lease holder.

ILeaseContext<(Of <(T>)>)
Extends the basic ILease to provide additional functionality.

IPreparedTemplate<(Of <(T>)>)
Encapsulates a template that was prepared by a space proxy.

IQuery<(Of <(T>)>)
Base interface for various space query types.

IReadOnlySpaceProxy
Encapsulates a read-only space proxy.

ISpaceIterator<(Of <(T>)>)
Provides an encapsulation of an iterator over a space proxy.

ISpaceProxy
Encapsulates a space proxy.

ISpaceProxyProviderFactory Obsolete.
Determines the functionality exposed by a space proxy provider.

IteratorScope
Determines the scope of entries visible to a space iterator.

ITransaction
Interface for classes representing transactions supported by the space.

ITransactionManager
The interface used for managers of the two-phase commit protocol for top-level transactions.

JiniTransactionManagerLookupInfo
Encapsulates information required to locate a JINI transaction manager.

JvmMode
Determines the Jvm mode.

ObjectQuery<(Of <(T>)>)
Encapsulates an actual template object that is used to query the space. This is mainly used to be able to easily create generic code queries over the space.

Provider
Determines the provider that should be used

ReadModifiers
Reperesents modifiers for space read operations.

SecurityContext
Defines security info passed from the proxy to the space, used by the security filters to validate access to space functions.

SpaceConfig
Defines configurations to start a space.

SpaceIteratorConfig
This class is used to encapsulate settings for ISpaceIterator<(Of <(T>)>) instances.

SpaceProxyProviderFactory Obsolete.
Base implementation of a space proxy provider, including static instance of default provider.

SpaceUrl
Encapsulates a space url.

SqlQuery<(Of <(T>)>)
Represents an Sql-like template you can use to query the space.

SqlQuery
Provides a generic form of an SqlQuery. See SqlQuery's documentation for more info.

TakeModifiers
Reperesents modifiers for space take operations.

UpdateModifiers
Represents modifiers for space write/update operations.

View
Represents a query used to initialize a local view.