SpaceSynchronizationEndpointExceptionHandler instead.@Deprecated public class BulkDataPersisterExceptionHandler extends AbstractManagedDataSourceDelegator implements BulkDataPersister
BulkDataPersister execution
and calls the provided ExceptionHandler in case of exceptions.| Modifier and Type | Field and Description |
|---|---|
protected ExceptionHandler |
exceptionHandler
Deprecated.
|
dataSourceNUMBER_OF_PARTITIONS, STATIC_PARTITION_NUMBER| Constructor and Description |
|---|
BulkDataPersisterExceptionHandler(ManagedDataSource dataSource,
ExceptionHandler exceptionHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeBulk(List<BulkItem> bulkItems)
Deprecated.
Execute given bulk of operations.
|
init, initialLoad, shutdownprotected final ExceptionHandler exceptionHandler
public BulkDataPersisterExceptionHandler(ManagedDataSource dataSource, ExceptionHandler exceptionHandler)
public void executeBulk(List<BulkItem> bulkItems) throws DataSourceException
BulkDataPersisterBulkItem contains one of the following operation -executeBulk in interface BulkDataPersisterbulkItems - list of data object and the operation to apply on that objectDataSourceException - when the data store fails to persist the given list of objectsCopyright © GigaSpaces.