Package com.j_spaces.sadapter.datasource
package com.j_spaces.sadapter.datasource
-
ClassDescriptionHandles batch writes according to the data type and the underlying data sourceBulkDataItem is used by the space for execution of bulk operations
in case of transactions and mirror replication.
BulkDataItem contains the data object and the operation that needs to be executed.BulkDataPersisterContextan operation context that is accessible on mirror inBulkDataPersister.executeBulk(List) method.
BulkDataPersisterContextis not accessible on any other space except mirror and not in any other method exceptBulkDataPersister.executeBulk(List)
Example of mirror implementation:ChangeBulkDataItem is used in the case of change operation and if system property com.gs.direct_persistency.return-changed-properties provided ChangeBulkDataItem contains list of changed propertiesCreated by IntelliJ IDEA.DataStorage<T>Data Storage is a delegator over user defined data source-interface implementation.Default implementation for building the SQLQuery.Wraps space EntryHolder and supplies seamless conversion to used defined typesEntryPacketDataConverteris a wrapper for theIPojoToEntryConverter.Converts user objects to internal representations.Interface for building anSQLQueryobject from space template