SpaceSynchronizationEndpoint
and DataSyncOperation
instead.@Deprecated public interface BulkItem extends DataSyncOperation
BulkDataPersister
Modifier and Type | Field and Description |
---|---|
static short |
CHANGE
Deprecated.
Represents Change operation but it is not supported using the BulkItem API, use
SpaceSynchronizationEndpoint instead. |
static short |
PARTIAL_UPDATE
Deprecated.
Partial update operation
|
static short |
REMOVE
Deprecated.
Remove operation
|
static short |
UPDATE
Deprecated.
Update operation
|
static short |
WRITE
Deprecated.
Write operation
|
Modifier and Type | Method and Description |
---|---|
String |
getIdPropertyName()
Deprecated.
|
Object |
getIdPropertyValue()
Deprecated.
|
Object |
getItem()
Deprecated.
Return the data item
|
Map<String,Object> |
getItemValues()
Deprecated.
|
short |
getOperation()
Deprecated.
Return the operation to execute
|
String |
getTypeName()
Deprecated.
|
getDataAsDocument, getDataAsObject, getDataSyncOperationType, getSpaceId, getTypeDescriptor, getUid, supportsDataAsDocument, supportsDataAsObject, supportsGetSpaceId, supportsGetTypeDescriptor
static final short REMOVE
static final short UPDATE
static final short WRITE
static final short PARTIAL_UPDATE
static final short CHANGE
SpaceSynchronizationEndpoint
instead.Object getItem()
short getOperation()
REMOVE
/UPDATE
/WRITE
/PARTIAL_UPDATE
String getTypeName()
String getIdPropertyName()
Object getIdPropertyValue()
Copyright © GigaSpaces.