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 EntryAdapter
_converterFields inherited from class EntryImpl
_entryHolderFields inherited from class AbstractEntryType
_typeDesc -
Constructor Summary
ConstructorsConstructorDescriptionChangeBulkDataItem(Map<String, Object> changedProperties, IEntryHolder entryHolder, ITypeDesc typeDesc, short operation, IDataConverter<IEntryPacket> converter) -
Method Summary
Methods inherited from class BulkDataItem
getDataAsDocument, getDataAsObject, getDataSyncOperationType, getIdPropertyName, getIdPropertyValue, getItem, getItemValues, getOperation, getSpaceId, getTypeName, getUid, supportsDataAsDocument, supportsDataAsObject, supportsGetSpaceId, supportsGetTypeDescriptor, toStringMethods inherited from class EntryAdapter
getConverter, getTypeDescriptor, setConverter, toDocument, toDocument, toEntry, toEntry, toEntryPacket, toObjectMethods inherited from class CacheEntry
getClassName, getEntry, getMapEntry, setClassName, toStringMethods inherited from class EntryImpl
getCustomQueryDescription, getFieldsValues, getFieldValue, getFieldValue, getHandback, getNotifyType, getTimeToLive, getUID, getVersion, isTransient, setFieldValue, setFieldValueMethods inherited from class AbstractEntryType
getCodebase, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldType, getIndexIndicators, getObject, getPrimaryKeyName, getProperties, getRoutingFieldName, getSuperClassesNames, hasDummyTTE, isBroadcast, isFifo, isIndexedField, isReplicatableMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DataSyncOperation
getTypeDescriptorMethods inherited from interface InternalBulkItem
setConverter, toEntryPacket
-
Constructor Details
-
ChangeBulkDataItem
public ChangeBulkDataItem(Map<String, Object> changedProperties, IEntryHolder entryHolder, ITypeDesc typeDesc, short operation, IDataConverter<IEntryPacket> converter)
-
-
Method Details
-
getChangedProperties
-