AODataSegmentRestoreLocalIS

Restores data from a particular segment of a database.

Synopsis

#include "petscao.h" 
int AODataSegmentRestoreLocalIS(AOData aodata,char *name,char *segment,IS is,void **data)
Collective on AOData and IS

Input Parameters

aodata - the database
name - the name of the data key
segment - the name of the segment
is - the keys provided by this processor

Output Parameters

data -the actual data

Keywords

database transactions

See Also

AODataSegmentGetLocalIS()

Level:advanced
Location:
src/dm/ao/interface/aodata.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages