
public class OIncrementalServerSync extends Object
| Constructor and Description |
|---|
OIncrementalServerSync() |
| Modifier and Type | Method and Description |
|---|---|
void |
importDelta(OServer serverInstance,
ODatabaseDocumentTx db,
FileInputStream in,
String iNode)
Deleted records are written in output stream first, then created/updated records.
|
public void importDelta(OServer serverInstance, ODatabaseDocumentTx db, FileInputStream in, String iNode) throws IOException
Each record in output stream is written using following format:
IOExceptionCopyright © 2009–2016 Orient Technologies. All rights reserved.