Package com.j_spaces.sadapter.datasource
Class ChangeBulkDataItem
java.lang.Object
com.j_spaces.core.AbstractEntryType
com.j_spaces.core.EntryImpl
com.j_spaces.sadapter.cache.CacheEntry
com.j_spaces.sadapter.datasource.EntryAdapter
com.j_spaces.sadapter.datasource.BulkDataItem
com.j_spaces.sadapter.datasource.ChangeBulkDataItem
- All Implemented Interfaces:
BulkItem,DataSyncOperation,IGSEntry,InternalBulkItem,Serializable
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 properties
- Author:
- evgeny
- See Also:
-
Field Summary
Fields inherited from class com.j_spaces.sadapter.datasource.EntryAdapter
_converterFields inherited from class com.j_spaces.core.EntryImpl
_entryHolderFields inherited from class com.j_spaces.core.AbstractEntryType
_typeDesc -
Constructor Summary
ConstructorsConstructorDescriptionChangeBulkDataItem(Map<String, Object> changedProperties, IEntryHolder entryHolder, ITypeDesc typeDesc, short operation, IDataConverter<IEntryPacket> converter) -
Method Summary
Methods inherited from class com.j_spaces.sadapter.datasource.BulkDataItem
getDataAsDocument, getDataAsObject, getDataSyncOperationType, getIdPropertyName, getIdPropertyValue, getItem, getItemValues, getOperation, getSpaceId, getTypeName, getUid, supportsDataAsDocument, supportsDataAsObject, supportsGetSpaceId, supportsGetTypeDescriptor, toStringMethods inherited from class com.j_spaces.sadapter.datasource.EntryAdapter
getConverter, getTypeDescriptor, setConverter, toDocument, toDocument, toEntry, toEntry, toEntryPacket, toObjectMethods inherited from class com.j_spaces.sadapter.cache.CacheEntry
getClassName, getEntry, getMapEntry, setClassName, toStringMethods inherited from class com.j_spaces.core.EntryImpl
getFieldsValues, getFieldValue, getFieldValue, getHandback, getNotifyType, getTimeToLive, getUID, getVersion, isTransient, setFieldValue, setFieldValueMethods inherited from class com.j_spaces.core.AbstractEntryType
getCodebase, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldType, getIndexIndicators, getObject, getPrimaryKeyName, getProperties, getRoutingFieldName, getSuperClassesNames, hasDummyTTE, isBroadcast, isFifo, isIndexedField, isReplicatableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.sync.DataSyncOperation
getTypeDescriptorMethods inherited from interface com.j_spaces.sadapter.datasource.InternalBulkItem
setConverter, toEntryPacket
-
Constructor Details
-
ChangeBulkDataItem
public ChangeBulkDataItem(Map<String, Object> changedProperties, IEntryHolder entryHolder, ITypeDesc typeDesc, short operation, IDataConverter<IEntryPacket> converter)
-
-
Method Details
-
getChangedProperties
-