Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
com.gigaspaces.internal.sync.mirror | |
com.j_spaces.sadapter.datasource |
Constructor and Description |
---|
DataSourceIdsQueryImpl(ITypeDesc typeDescriptor,
Object[] ids,
IEntryHolder[] templates,
SQLQueryBuilder queryBuilder,
Class<?> dataClass,
IDataConverter<IEntryPacket> converter) |
Modifier and Type | Field and Description |
---|---|
protected IDataConverter<IEntryPacket> |
MirrorBulkDataItem._converter |
Modifier and Type | Method and Description |
---|---|
IDataConverter<IEntryPacket> |
MirrorBulkDataItem.getConverter() |
Modifier and Type | Method and Description |
---|---|
void |
MirrorBulkDataItem.setConverter(IDataConverter<IEntryPacket> converter) |
void |
MirrorChangeBulkDataItem.setConverter(IDataConverter<IEntryPacket> converter) |
Modifier and Type | Class and Description |
---|---|
class |
EntryPacketDataConverter
EntryPacketDataConverter is a wrapper for the IPojoToEntryConverter . |
Modifier and Type | Field and Description |
---|---|
protected IDataConverter<IEntryPacket> |
EntryAdapter._converter
Converts the external entry to user defined objects
|
Modifier and Type | Method and Description |
---|---|
IDataConverter<IEntryPacket> |
EntryAdapter.getConverter() |
Modifier and Type | Method and Description |
---|---|
void |
EntryAdapter.setConverter(IDataConverter<IEntryPacket> converter) |
void |
InternalBulkItem.setConverter(IDataConverter<IEntryPacket> converter) |
Constructor and Description |
---|
BulkDataItem(IEntryHolder entryHolder,
ITypeDesc typeDesc,
short operation,
IDataConverter<IEntryPacket> converter)
Constructs a
BulkDataItem out of IEntryHolder and TypeTableEntry.Given converter is used for internal entry conversion. |
EntryAdapter(IDataConverter<IEntryPacket> converter) |
EntryAdapter(IEntryHolder entryHolder,
ITypeDesc typeDesc,
IDataConverter<IEntryPacket> converter) |
PartialUpdateBulkDataItem(IEntryHolder entryHolder,
boolean[] partialUpdateValuesIndicators,
ITypeDesc typeDesc,
IDataConverter<IEntryPacket> converter) |
Copyright © GigaSpaces.