Uses of Class
com.j_spaces.sadapter.datasource.EntryAdapter
Packages that use EntryAdapter
Package
Description
Provides GigaSpaces DataSource implementation.
-
Uses of EntryAdapter in com.gigaspaces.datasource
Constructors in com.gigaspaces.datasource with parameters of type EntryAdapterModifierConstructorDescriptionDataSourceIdQueryImpl(ITypeDesc typeDescriptor, IEntryPacket entryPacket, SQLQueryBuilder queryBuilder, Class<?> dataClass, EntryAdapter entryAdapter) DataSourceQueryImpl(ITemplateHolder template, ITypeDesc typeDescriptor, Class<?> dataClass, SQLQueryBuilder queryBuilder, EntryAdapter entryAdapter, int batchSize) -
Uses of EntryAdapter in com.j_spaces.sadapter.datasource
Subclasses of EntryAdapter in com.j_spaces.sadapter.datasourceModifier and TypeClassDescriptionclassBulkDataItem 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.classChangeBulkDataItem 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 propertiesclassFields in com.j_spaces.sadapter.datasource declared as EntryAdapterConstructors in com.j_spaces.sadapter.datasource with parameters of type EntryAdapterModifierConstructorDescriptionEntryAdapterIterator(DataIterator<Object> iterator, EntryAdapter entryAdapter)