|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BulkDataPersister
BulkDataPersister
is responsible for executing bulk operations
This interface should be implemented when using mirror space
or space transactions.
Method Summary | |
---|---|
void |
executeBulk(List<BulkItem> bulk)
Execute given bulk of operations. |
Method Detail |
---|
void executeBulk(List<BulkItem> bulk) throws DataSourceException
BulkItem
contains one of the following operation -
bulk
- list of data object and the operation to apply on that object
DataSourceException
- when the data store fails to persist the given list of objects
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |