public interface ArchiveOperationHandler
Modifier and Type | Method and Description |
---|---|
void |
archive(Object... objects)
Writes the specified objects to the external storage
|
boolean |
supportsBatchArchiving()
What happens when the archive operation receives a batch of objects to persist and throws an
exception in the middle of the archiving? The external archive container (assuming the
exception is not swollen with an exception handler) will retry archiving all objects.
|
void archive(Object... objects)
objects
- - one or more objects to write. If not supportsBatchArchiving()
then
only one object is passed at a time.boolean supportsBatchArchiving()
archive(Object...)
will contain only one objectCopyright © GigaSpaces.