Contains classes and types to support persistency implementations.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.Persistency
Namespace GigaSpaces.Core.Persistency
namespace GigaSpaces.Core.Persistency
package GigaSpaces.Core.Persistency
Types
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
| |
ConcurrentMultiDataEnumerator |
A Concurrent implementation of IDataEnumerator that receives a list of DataEnumerators and enumerate over them
concurrently while exposing them as one DataEnumerator
| |
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.
| |
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
|