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?
|
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.