|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArchiveOperationHandler
Method Summary | |
---|---|
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? |
Method Detail |
---|
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 object
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |