AODataSegmentRestoreLocal

Restores data from a particular segment of a database.

Synopsis

int AODataSegmentRestoreLocal(AOData aodata,char *name,char *segment,int n,int *keys,void **data)
Collective on AOData

Input Parameters

aodata - the database
name - the name of the key
segment - the name of the segment
n - the number of data items needed by this processor
keys - the keys provided by this processor

Output Parameters

data -the actual data

Keywords

database transactions

Location: src/ao/interface/aodata.c
IS and DA Index
Table of Contents