Class PartialUpdateMirrorBulkItem
java.lang.Object
com.gigaspaces.internal.sync.mirror.MirrorBulkDataItem
com.gigaspaces.internal.sync.mirror.PartialUpdateMirrorBulkItem
- All Implemented Interfaces:
BulkItem,DataSyncOperation,InternalBulkItem
-
Field Summary
Fields inherited from class com.gigaspaces.internal.sync.mirror.MirrorBulkDataItem
_converter, _dataPacket -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.gigaspaces.internal.sync.mirror.MirrorBulkDataItem
getConverter, getDataAsDocument, getDataAsObject, getDataSyncOperationType, getIdPropertyName, getIdPropertyValue, getItem, getOperation, getSpaceId, getTypeDescriptor, getTypeName, getUid, setConverter, supportsDataAsDocument, supportsDataAsObject, supportsGetSpaceId, supportsGetTypeDescriptor, toEntryPacketMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.datasource.BulkItem
getChangedProperties
-
Constructor Details
-
PartialUpdateMirrorBulkItem
-
-
Method Details
-
getItemValues
- Specified by:
getItemValuesin interfaceBulkItem- Overrides:
getItemValuesin classMirrorBulkDataItem- Returns:
- a map of the object properties. The keys are the names of the properties and their values is the object values. In case of a partial update - only the updated values are returned.s
-
toString
- Overrides:
toStringin classMirrorBulkDataItem
-