SpaceSynchronizationEndpoint instead.@Deprecated public interface DataPersister<T> extends DataProvider<T>
BulkDataPersister.NUMBER_OF_PARTITIONS, STATIC_PARTITION_NUMBER| Modifier and Type | Method and Description | 
|---|---|
void | 
remove(T object)
Deprecated.  
Remove the given object from the data store 
 | 
void | 
update(T object)
Deprecated.  
Update the given object in the data store 
 | 
void | 
write(T object)
Deprecated.  
Write given new object to the data store 
 | 
void | 
writeBatch(List<T> objects)
Deprecated. 
 
for batch operations use  
BulkDataPersister | 
iterator, readinit, initialLoad, shutdownvoid write(T object) throws DataSourceException
DataSourceExceptionvoid update(T object) throws DataSourceException
DataSourceExceptionvoid remove(T object) throws DataSourceException
DataSourceException@Deprecated void writeBatch(List<T> objects) throws DataSourceException
BulkDataPersisterDataSourceExceptionCopyright © GigaSpaces.