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, read
init, initialLoad, shutdown
void write(T object) throws DataSourceException
DataSourceException
void update(T object) throws DataSourceException
DataSourceException
void remove(T object) throws DataSourceException
DataSourceException
@Deprecated void writeBatch(List<T> objects) throws DataSourceException
BulkDataPersister
DataSourceException
Copyright © GigaSpaces.