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