|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SpaceSynchronizationEndpoint
and DataSyncOperation
instead.
@Deprecated public interface BulkItem
BulkItem defines a single item in a bulk.
BulkDataPersister
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.gigaspaces.sync.DataSyncOperation |
---|
getDataAsDocument, getDataAsObject, getDataSyncOperationType, getSpaceId, getTypeDescriptor, getUid, supportsDataAsDocument, supportsDataAsObject, supportsGetSpaceId, supportsGetTypeDescriptor |
Field Detail |
---|
static final short REMOVE
static final short UPDATE
static final short WRITE
static final short PARTIAL_UPDATE
static final short CHANGE
SpaceSynchronizationEndpoint
instead.
Method Detail |
---|
Object getItem()
short getOperation()
REMOVE
/UPDATE
/WRITE
/PARTIAL_UPDATE
String getTypeName()
String getIdPropertyName()
Object getIdPropertyValue()
Map<String,Object> getItemValues()
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |