Contains classes and types to support persistency implementations.

C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.Persistency
Namespace GigaSpaces.Core.Persistency
namespace GigaSpaces.Core.Persistency
package GigaSpaces.Core.Persistency

All Types | Classes | Interfaces | Enumerations |
Icon | Type | Description |
---|---|---|
![]() | AbstractExternalDataSource |
Base class for External Data Source implementations
|
![]() | BulkItem |
BulkItem defines a single item in a bulk.
|
![]() | BulkOperation |
Bulk operation to execute
|
![]() | ExternalDataSourceConfig |
Defines configurations for an ExternalDataSource.
|
![]() | IDataEnumerator |
A disposable enumerator
|
![]() | IManagedDataSource |
IManagedDataSource is an interface for space external data source.
This interface provider the basic data source functionality supported by the space.
It should be implemented when initialization and shutdown operations are needed by the data base.
|
![]() | ISqlDataSource |
ISqlDataSource is an interface for space external data source.
This interface provides all the data source functionality supported by space.
|
![]() | OperationGrouping |
Determines how operations are grouped into bulks when replicated to the mirror.
|
![]() | Properties |
Holds properties names
|
![]() | Query |
Represnts a query based template
|
![]() | Usage |
External Data Source usage
|